Pull request #41973 updated Started by user Sebastiaan van Stijn Rebuilds build #3 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec+24e1d7fa5924f80193d60e22a5a825e4cafd4b91 (64cd6c3ea5152f7eb57638902902593862feb9b8) 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-18T08:41:55.946Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-02-18T08:41:55.949Z] Trying to pass milestone 3 [Pipeline] milestone [2021-02-18T08:41:56.002Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-02-18T08:42:11.153Z] Still waiting to schedule task [2021-02-18T08:42:11.154Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-02-18T08:43:01.708Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08412274142091f63) in /home/ubuntu/workspace/moby_PR-41973 [Pipeline] { [Pipeline] checkout [2021-02-18T08:43:01.850Z] The recommended git tool is: git [2021-02-18T08:43:04.117Z] using credential docker-jenkins-github-credentials [2021-02-18T08:43:04.124Z] Cloning the remote Git repository [2021-02-18T08:43:04.124Z] Cloning with configured refspecs honoured and without tags [2021-02-18T08:43:04.217Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T08:43:04.261Z] > git init /home/ubuntu/workspace/moby_PR-41973 # timeout=10 [2021-02-18T08:43:04.518Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:43:04.518Z] > git --version # timeout=10 [2021-02-18T08:43:04.538Z] > git --version # 'git version 2.17.1' [2021-02-18T08:43:04.538Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:43:04.616Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:43:27.556Z] Fetching without tags [2021-02-18T08:43:27.939Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec [2021-02-18T08:43:27.369Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:43:27.459Z] > git config --add remote.origin.fetch +refs/pull/41973/head:refs/remotes/origin/PR-41973 # timeout=10 [2021-02-18T08:43:27.490Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:43:27.525Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:43:27.561Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:43:27.561Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:43:27.562Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:43:29.060Z] Merge succeeded, producing 13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T08:43:29.060Z] Checking out Revision 13a1568b3cc2fea7cc7821da843fe597500395b9 (PR-41973) [2021-02-18T08:43:27.949Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:43:27.960Z] > git checkout -f ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec # timeout=10 [2021-02-18T08:43:28.468Z] > git remote # timeout=10 [2021-02-18T08:43:28.492Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:43:28.503Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:43:28.504Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T08:43:29.045Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:43:29.063Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:43:29.083Z] > git checkout -f 13a1568b3cc2fea7cc7821da843fe597500395b9 # timeout=10 [2021-02-18T08:43:32.600Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T08:43:32.617Z] First time build. Skipping changelog. [2021-02-18T08:43:32.603Z] > git rev-list --no-walk 715b6e306452b1ac926193f062b46fd5669fd5cf # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T08:43:33.577Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41973:/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-18T08:43:36.871Z] Unable to find image 'alpine:latest' locally [2021-02-18T08:43:37.434Z] latest: Pulling from library/alpine [2021-02-18T08:43:37.434Z] ba3557a56b15: Pulling fs layer [2021-02-18T08:43:37.434Z] ba3557a56b15: Verifying Checksum [2021-02-18T08:43:37.434Z] ba3557a56b15: Download complete [2021-02-18T08:43:37.691Z] ba3557a56b15: Pull complete [2021-02-18T08:43:37.691Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be [2021-02-18T08:43:37.691Z] Status: Downloaded newer image for alpine:latest [2021-02-18T08:43:42.942Z] 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 "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2021-02-18T08:43:43.217Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08412274142091f63) in /home/ubuntu/workspace/moby_PR-41973 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2021-02-18T08:43:43.223Z] Running on ppc64le-ubuntu-26 in /home/docker/workspace/moby_PR-41973 [Pipeline] node [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-02-18T08:43:43.288Z] The recommended git tool is: git [Pipeline] checkout [2021-02-18T08:43:43.296Z] using credential docker-jenkins-github-credentials [2021-02-18T08:43:43.305Z] The recommended git tool is: git [Pipeline] // stage [2021-02-18T08:43:43.316Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-02-18T08:43:43.338Z] Fetching without tags [2021-02-18T08:43:43.340Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-02-18T08:43:43.354Z] Cloning the remote Git repository [2021-02-18T08:43:43.354Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [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 "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T08:43:43.702Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec [2021-02-18T08:43:43.925Z] Merge succeeded, producing c2f4209bece8e3e3f80486a918c868e5bd8a7ae5 [2021-02-18T08:43:43.925Z] Checking out Revision c2f4209bece8e3e3f80486a918c868e5bd8a7ae5 (PR-41973) [2021-02-18T08:43:44.009Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T08:43:44.024Z] First time build. Skipping changelog. [2021-02-18T08:43:43.302Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-02-18T08:43:43.319Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:43:43.344Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:43:43.352Z] > git --version # timeout=10 [2021-02-18T08:43:43.365Z] > git --version # 'git version 2.17.1' [2021-02-18T08:43:43.365Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:43:43.366Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:43:43.745Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:43:43.753Z] > git checkout -f ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec # timeout=10 [2021-02-18T08:43:43.811Z] > git remote # timeout=10 [2021-02-18T08:43:43.815Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:43:43.824Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:43:43.825Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T08:43:43.908Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:43:43.927Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:43:43.941Z] > git checkout -f c2f4209bece8e3e3f80486a918c868e5bd8a7ae5 # timeout=10 [2021-02-18T08:43:44.011Z] > git rev-list --no-walk 715b6e306452b1ac926193f062b46fd5669fd5cf # timeout=10 [2021-02-18T08:43:43.362Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T08:43:43.362Z] > git init /home/docker/workspace/moby_PR-41973 # timeout=10 [2021-02-18T08:43:43.368Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:43:43.368Z] > git --version # timeout=10 [2021-02-18T08:43:43.370Z] > git --version # 'git version 2.7.4' [2021-02-18T08:43:43.370Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:43:43.371Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T08:43:44.655Z] + [ PR != PR ] [2021-02-18T08:43:44.655Z] + [ 20.10 != master ] [2021-02-18T08:43:44.655Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T08:43:45.008Z] + docker version [2021-02-18T08:43:45.008Z] Client: Docker Engine - Community [2021-02-18T08:43:45.008Z] Version: 20.10.3 [2021-02-18T08:43:45.008Z] API version: 1.41 [2021-02-18T08:43:45.008Z] Go version: go1.13.15 [2021-02-18T08:43:45.008Z] Git commit: 48d30b5 [2021-02-18T08:43:45.008Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-18T08:43:45.008Z] OS/Arch: linux/amd64 [2021-02-18T08:43:45.008Z] Context: default [2021-02-18T08:43:45.008Z] Experimental: true [2021-02-18T08:43:45.008Z] [2021-02-18T08:43:45.008Z] Server: Docker Engine - Community [2021-02-18T08:43:45.008Z] Engine: [2021-02-18T08:43:45.008Z] Version: 20.10.3 [2021-02-18T08:43:45.008Z] API version: 1.41 (minimum version 1.12) [2021-02-18T08:43:45.008Z] Go version: go1.13.15 [2021-02-18T08:43:45.008Z] Git commit: 46229ca [2021-02-18T08:43:45.008Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-18T08:43:45.008Z] OS/Arch: linux/amd64 [2021-02-18T08:43:45.008Z] Experimental: true [2021-02-18T08:43:45.008Z] containerd: [2021-02-18T08:43:45.008Z] Version: 1.4.3 [2021-02-18T08:43:45.008Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:43:45.008Z] runc: [2021-02-18T08:43:45.008Z] Version: 1.0.0-rc92 [2021-02-18T08:43:45.008Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:43:45.008Z] docker-init: [2021-02-18T08:43:45.008Z] Version: 0.19.0 [2021-02-18T08:43:45.008Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T08:43:45.302Z] + docker info [2021-02-18T08:43:50.574Z] Client: [2021-02-18T08:43:50.574Z] Context: default [2021-02-18T08:43:50.574Z] Debug Mode: false [2021-02-18T08:43:50.574Z] Plugins: [2021-02-18T08:43:50.574Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T08:43:50.574Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T08:43:50.574Z] [2021-02-18T08:43:50.574Z] Server: [2021-02-18T08:43:50.574Z] Containers: 0 [2021-02-18T08:43:50.574Z] Running: 0 [2021-02-18T08:43:50.574Z] Paused: 0 [2021-02-18T08:43:50.574Z] Stopped: 0 [2021-02-18T08:43:50.574Z] Images: 1 [2021-02-18T08:43:50.574Z] Server Version: 20.10.3 [2021-02-18T08:43:50.574Z] Storage Driver: overlay2 [2021-02-18T08:43:50.574Z] Backing Filesystem: extfs [2021-02-18T08:43:50.574Z] Supports d_type: true [2021-02-18T08:43:50.574Z] Native Overlay Diff: true [2021-02-18T08:43:50.575Z] Logging Driver: json-file [2021-02-18T08:43:50.575Z] Cgroup Driver: cgroupfs [2021-02-18T08:43:50.575Z] Cgroup Version: 1 [2021-02-18T08:43:50.575Z] Plugins: [2021-02-18T08:43:50.575Z] Volume: local [2021-02-18T08:43:50.575Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T08:43:50.575Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T08:43:50.575Z] Swarm: inactive [2021-02-18T08:43:50.575Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-02-18T08:43:50.575Z] Default Runtime: runc [2021-02-18T08:43:50.575Z] Init Binary: docker-init [2021-02-18T08:43:50.575Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:43:50.575Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:43:50.575Z] init version: de40ad0 [2021-02-18T08:43:50.575Z] Security Options: [2021-02-18T08:43:50.575Z] apparmor [2021-02-18T08:43:50.575Z] seccomp [2021-02-18T08:43:50.575Z] Profile: default [2021-02-18T08:43:50.575Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T08:43:50.575Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-18T08:43:50.575Z] OSType: linux [2021-02-18T08:43:50.575Z] Architecture: x86_64 [2021-02-18T08:43:50.575Z] CPUs: 2 [2021-02-18T08:43:50.575Z] Total Memory: 7.569GiB [2021-02-18T08:43:50.575Z] Name: ip-10-100-66-4 [2021-02-18T08:43:50.575Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-18T08:43:50.575Z] Docker Root Dir: /var/lib/docker [2021-02-18T08:43:50.575Z] Debug Mode: false [2021-02-18T08:43:50.575Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:43:50.575Z] Labels: [2021-02-18T08:43:50.575Z] Experimental: true [2021-02-18T08:43:50.575Z] Insecure Registries: [2021-02-18T08:43:50.575Z] 127.0.0.0/8 [2021-02-18T08:43:50.575Z] Live Restore Enabled: true [2021-02-18T08:43:50.575Z] [2021-02-18T08:43:50.575Z] WARNING: No swap limit support [2021-02-18T08:43:50.575Z] WARNING: No blkio weight support [2021-02-18T08:43:50.575Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-18T08:43:50.895Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:43:50.895Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:43:50.895Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41973/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T08:43:50.895Z] + bash /home/ubuntu/workspace/moby_PR-41973/check-config.sh [2021-02-18T08:43:50.895Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T08:43:50.895Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-18T08:43:50.895Z] [2021-02-18T08:43:50.895Z] Generally Necessary: [2021-02-18T08:43:50.895Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T08:43:50.895Z] - apparmor: enabled and tools installed [2021-02-18T08:43:50.895Z] - CONFIG_NAMESPACES: enabled [2021-02-18T08:43:50.895Z] - CONFIG_NET_NS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_PID_NS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_IPC_NS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_UTS_NS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_CGROUPS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T08:43:50.895Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T08:43:50.895Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T08:43:50.895Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T08:43:50.895Z] - CONFIG_CPUSETS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_MEMCG: enabled [2021-02-18T08:43:50.895Z] - CONFIG_KEYS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_VETH: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-18T08:43:50.895Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-18T08:43:50.895Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T08:43:50.895Z] [2021-02-18T08:43:50.895Z] Optional Features: [2021-02-18T08:43:50.895Z] - CONFIG_USER_NS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_SECCOMP: enabled [2021-02-18T08:43:50.895Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T08:43:50.895Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T08:43:50.895Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T08:43:50.895Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T08:43:50.895Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T08:43:50.895Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T08:43:50.895Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-18T08:43:50.895Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-18T08:43:50.895Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T08:43:50.895Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T08:43:50.895Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T08:43:50.895Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T08:43:51.152Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T08:43:51.152Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T08:43:51.152Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T08:43:51.152Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T08:43:51.152Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T08:43:51.152Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T08:43:51.152Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_EXT4_FS: enabled [2021-02-18T08:43:51.152Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T08:43:51.152Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T08:43:51.152Z] - Network Drivers: [2021-02-18T08:43:51.152Z] - "overlay": [2021-02-18T08:43:51.152Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T08:43:51.152Z] Optional (for encrypted networks): [2021-02-18T08:43:51.152Z] - CONFIG_CRYPTO: enabled [2021-02-18T08:43:51.152Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T08:43:51.152Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T08:43:51.152Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T08:43:51.152Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T08:43:51.152Z] - CONFIG_XFRM: enabled [2021-02-18T08:43:51.152Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-18T08:43:51.152Z] - "ipvlan": [2021-02-18T08:43:51.152Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T08:43:51.152Z] - "macvlan": [2021-02-18T08:43:51.152Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T08:43:51.152Z] - "ftp,tftp client in container": [2021-02-18T08:43:51.152Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T08:43:51.152Z] - Storage Drivers: [2021-02-18T08:43:51.152Z] - "aufs": [2021-02-18T08:43:51.152Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T08:43:51.152Z] - "btrfs": [2021-02-18T08:43:51.152Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T08:43:51.152Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T08:43:51.152Z] - "devicemapper": [2021-02-18T08:43:51.152Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T08:43:51.152Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T08:43:51.152Z] - "overlay": [2021-02-18T08:43:51.152Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T08:43:51.152Z] - "zfs": [2021-02-18T08:43:51.152Z] - /dev/zfs: present [2021-02-18T08:43:51.152Z] - zfs command: missing [2021-02-18T08:43:51.152Z] - zpool command: missing [2021-02-18T08:43:51.152Z] [2021-02-18T08:43:51.152Z] Limits: [2021-02-18T08:43:51.152Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T08:43:51.152Z] [2021-02-18T08:43:51.152Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T08:43:51.486Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:13a1568b3cc2fea7cc7821da843fe597500395b9 . [2021-02-18T08:43:51.486Z] #2 [internal] load .dockerignore [2021-02-18T08:43:51.486Z] #2 sha256:468b8c5a5e100d1485ad400e91d2907bde1be82a1afa8c85c6b7a2055f8cae1c [2021-02-18T08:43:51.486Z] #2 transferring context: [2021-02-18T08:43:51.741Z] #2 transferring context: 87B done [2021-02-18T08:43:51.741Z] #2 DONE 0.1s [2021-02-18T08:43:51.741Z] [2021-02-18T08:43:51.741Z] #1 [internal] load build definition from Dockerfile [2021-02-18T08:43:51.741Z] #1 sha256:a0727c95f50d6fe71f0ac2b04fbcfeee2f1ba004dc44429e8361651df9eeb975 [2021-02-18T08:43:51.741Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T08:43:51.741Z] #1 DONE 0.1s [2021-02-18T08:43:51.741Z] [2021-02-18T08:43:51.741Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T08:43:51.741Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T08:43:51.997Z] #3 DONE 0.3s [2021-02-18T08:43:51.997Z] [2021-02-18T08:43:51.997Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T08:43:51.997Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T08:43:51.997Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T08:43:52.253Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-18T08:43:52.253Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-18T08:43:52.253Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 3.15MB / 8.88MB 0.1s [2021-02-18T08:43:52.253Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T08:43:52.253Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-18T08:43:52.253Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2021-02-18T08:43:52.509Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-18T08:43:52.509Z] #4 DONE 0.5s [2021-02-18T08:43:52.765Z] [2021-02-18T08:43:52.765Z] #5 [internal] load build definition from Dockerfile [2021-02-18T08:43:52.765Z] #5 sha256:a34b505f3aaeb94f066954120a2334b85d193268d8becc25a00c0bd92be93eba [2021-02-18T08:43:52.765Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T08:43:52.765Z] #5 DONE 0.0s [2021-02-18T08:43:52.765Z] [2021-02-18T08:43:52.765Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T08:43:52.766Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T08:43:53.021Z] #8 ... [2021-02-18T08:43:53.021Z] [2021-02-18T08:43:53.021Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T08:43:53.021Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T08:43:53.021Z] #7 DONE 0.2s [2021-02-18T08:43:53.021Z] [2021-02-18T08:43:53.021Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T08:43:53.021Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T08:43:53.021Z] #6 DONE 0.3s [2021-02-18T08:43:53.021Z] [2021-02-18T08:43:53.021Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T08:43:53.022Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T08:43:53.022Z] #8 DONE 0.4s [2021-02-18T08:43:53.280Z] [2021-02-18T08:43:53.280Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:43:53.280Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:43:53.280Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T08:43:53.542Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T08:43:53.542Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-18T08:43:53.542Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-18T08:43:53.542Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.0s [2021-02-18T08:43:53.800Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.58MB / 50.40MB 0.4s [2021-02-18T08:43:54.062Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 20.97MB / 50.40MB 0.5s [2021-02-18T08:43:54.062Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.5s [2021-02-18T08:43:54.062Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 26.21MB / 50.40MB 0.5s [2021-02-18T08:43:54.062Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 37.28MB / 50.40MB 0.7s [2021-02-18T08:43:54.062Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.7s [2021-02-18T08:43:54.326Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 48.23MB / 50.40MB 0.9s [2021-02-18T08:43:54.326Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.9s [2021-02-18T08:43:54.326Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.9s done [2021-02-18T08:43:54.326Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.05MB / 10.00MB 1.0s [2021-02-18T08:43:54.583Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.2s [2021-02-18T08:43:54.840Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.3s done [2021-02-18T08:43:55.096Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-18T08:43:55.354Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.8s done [2021-02-18T08:43:55.613Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.33MB / 51.83MB 2.1s [2021-02-18T08:43:55.613Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 3.15MB / 120.17MB 2.1s [2021-02-18T08:43:55.613Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 2.1s [2021-02-18T08:43:55.613Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.68MB / 51.83MB 2.3s [2021-02-18T08:43:55.613Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 15.73MB / 120.17MB 2.3s [2021-02-18T08:43:55.870Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 6.29MB / 68.67MB 2.4s [2021-02-18T08:43:55.870Z] #9 ... [2021-02-18T08:43:55.870Z] [2021-02-18T08:43:55.870Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T08:43:55.870Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T08:43:55.870Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T08:43:55.870Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T08:43:55.870Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T08:43:55.870Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2021-02-18T08:43:55.870Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s done [2021-02-18T08:43:55.870Z] #61 DONE 2.6s [2021-02-18T08:43:55.870Z] [2021-02-18T08:43:55.870Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:43:55.870Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:43:55.870Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 27.26MB / 120.17MB 2.4s [2021-02-18T08:43:55.870Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 10.49MB / 68.67MB 2.4s [2021-02-18T08:43:56.130Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.83MB / 51.83MB 2.6s [2021-02-18T08:43:56.130Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.55MB / 120.17MB 2.6s [2021-02-18T08:43:56.130Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.78MB / 68.67MB 2.6s [2021-02-18T08:43:56.386Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.26MB / 51.83MB 2.9s [2021-02-18T08:43:56.386Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.04MB / 120.17MB 2.9s [2021-02-18T08:43:56.387Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 30.41MB / 68.67MB 2.9s [2021-02-18T08:43:56.387Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.65MB / 51.83MB 3.0s [2021-02-18T08:43:56.387Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.60MB / 68.67MB 3.0s [2021-02-18T08:43:56.643Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.80MB / 51.83MB 3.1s [2021-02-18T08:43:56.643Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 54.53MB / 120.17MB 3.1s [2021-02-18T08:43:56.643Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 40.89MB / 68.67MB 3.1s [2021-02-18T08:43:56.643Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.34MB / 51.83MB 3.2s [2021-02-18T08:43:56.899Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 48.23MB / 51.83MB 3.3s [2021-02-18T08:43:56.899Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 62.91MB / 120.17MB 3.3s [2021-02-18T08:43:56.899Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.23MB / 68.67MB 3.3s [2021-02-18T08:43:56.899Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.5s [2021-02-18T08:43:56.899Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.30MB / 120.17MB 3.5s [2021-02-18T08:43:56.899Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 57.67MB / 68.67MB 3.5s [2021-02-18T08:43:57.158Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.6s [2021-02-18T08:43:57.158Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 82.84MB / 120.17MB 3.8s [2021-02-18T08:43:57.427Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 91.23MB / 120.17MB 3.9s [2021-02-18T08:43:57.427Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 102.76MB / 120.17MB 4.0s [2021-02-18T08:43:57.683Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.0s done [2021-02-18T08:43:57.683Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 115.34MB / 120.17MB 4.1s [2021-02-18T08:43:57.683Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.2s [2021-02-18T08:43:58.216Z] Still waiting to schedule task [2021-02-18T08:43:58.216Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-02-18T08:43:58.218Z] Still waiting to schedule task [2021-02-18T08:43:58.218Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-02-18T08:43:58.219Z] Still waiting to schedule task [2021-02-18T08:43:58.219Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-077baba2d5e2cb7fb)’ [2021-02-18T08:43:58.222Z] Still waiting to schedule task [2021-02-18T08:43:58.222Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0aa706de3f37ab46f)’ [2021-02-18T08:43:58.223Z] Still waiting to schedule task [2021-02-18T08:43:58.223Z] Waiting for next available executor on ‘azwin-2-1a70c0’ [2021-02-18T08:43:58.245Z] #9 ... [2021-02-18T08:43:58.245Z] [2021-02-18T08:43:58.245Z] #22 [internal] load build context [2021-02-18T08:43:58.245Z] #22 sha256:06279f10682022684420932ca864df2763a4b8ae683184c0a4768065385574e5 [2021-02-18T08:43:58.245Z] #22 transferring context: 53.36MB 4.1s done [2021-02-18T08:43:58.245Z] #22 DONE 4.9s [2021-02-18T08:43:58.245Z] [2021-02-18T08:43:58.245Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:43:58.245Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:43:59.175Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.7s done [2021-02-18T08:43:59.743Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.1s done [2021-02-18T08:43:59.743Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 6.1s done [2021-02-18T08:44:00.306Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-02-18T08:44:00.870Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.8s done [2021-02-18T08:44:01.128Z] #9 ... [2021-02-18T08:44:01.128Z] [2021-02-18T08:44:01.128Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:44:01.128Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T08:44:01.128Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T08:44:01.128Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-18T08:44:01.128Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-18T08:44:01.128Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T08:44:01.128Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.8s done [2021-02-18T08:44:01.128Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 5.4s done [2021-02-18T08:44:01.128Z] #25 DONE 7.7s [2021-02-18T08:44:01.128Z] [2021-02-18T08:44:01.128Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:01.128Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:01.128Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-02-18T08:44:01.687Z] Fetching without tags [2021-02-18T08:44:01.690Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-02-18T08:44:01.690Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s [2021-02-18T08:44:01.947Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done [2021-02-18T08:44:02.110Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec [2021-02-18T08:44:02.204Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-02-18T08:44:02.721Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06ec47ae25c7cdf57) in /home/ubuntu/workspace/moby_PR-41973 [Pipeline] { [Pipeline] checkout [2021-02-18T08:44:02.748Z] The recommended git tool is: git [2021-02-18T08:44:02.759Z] using credential docker-jenkins-github-credentials [2021-02-18T08:44:02.765Z] Cloning the remote Git repository [2021-02-18T08:44:02.765Z] Cloning with configured refspecs honoured and without tags [2021-02-18T08:44:01.655Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:44:01.658Z] > git config --add remote.origin.fetch +refs/pull/41973/head:refs/remotes/origin/PR-41973 # timeout=10 [2021-02-18T08:44:01.661Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:44:01.676Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:44:01.694Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:44:01.694Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:44:01.695Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:44:02.117Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:44:02.120Z] > git checkout -f ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec # timeout=10 [2021-02-18T08:44:02.825Z] > git remote # timeout=10 [2021-02-18T08:44:02.829Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:44:02.832Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:44:02.833Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T08:44:02.766Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T08:44:02.767Z] > git init /home/ubuntu/workspace/moby_PR-41973 # timeout=10 [2021-02-18T08:44:02.777Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:44:02.777Z] > git --version # timeout=10 [2021-02-18T08:44:02.780Z] > git --version # 'git version 2.17.1' [2021-02-18T08:44:02.781Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:44:02.782Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:44:03.916Z] Merge succeeded, producing 4f7e446ab0e3b6028792c6822c8e1a843efc6025 [2021-02-18T08:44:03.916Z] Checking out Revision 4f7e446ab0e3b6028792c6822c8e1a843efc6025 (PR-41973) [2021-02-18T08:44:04.012Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T08:44:04.026Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T08:44:03.908Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:44:03.923Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:44:03.926Z] > git checkout -f 4f7e446ab0e3b6028792c6822c8e1a843efc6025 # timeout=10 [2021-02-18T08:44:04.018Z] > git rev-list --no-walk 715b6e306452b1ac926193f062b46fd5669fd5cf # timeout=10 [2021-02-18T08:44:04.844Z] + docker version [2021-02-18T08:44:04.844Z] Client: [2021-02-18T08:44:04.844Z] Version: 18.06.1-ce [2021-02-18T08:44:04.844Z] API version: 1.38 [2021-02-18T08:44:04.844Z] Go version: go1.10.3 [2021-02-18T08:44:04.844Z] Git commit: e68fc7a [2021-02-18T08:44:04.844Z] Built: Tue Aug 21 17:26:10 2018 [2021-02-18T08:44:04.844Z] OS/Arch: linux/ppc64le [2021-02-18T08:44:04.844Z] Experimental: false [2021-02-18T08:44:04.844Z] [2021-02-18T08:44:04.844Z] Server: [2021-02-18T08:44:04.844Z] Engine: [2021-02-18T08:44:04.844Z] Version: 18.06.1-ce [2021-02-18T08:44:04.844Z] API version: 1.38 (minimum version 1.12) [2021-02-18T08:44:04.844Z] Go version: go1.10.3 [2021-02-18T08:44:04.844Z] Git commit: e68fc7a [2021-02-18T08:44:04.844Z] Built: Tue Aug 21 17:24:20 2018 [2021-02-18T08:44:04.844Z] OS/Arch: linux/ppc64le [2021-02-18T08:44:04.844Z] Experimental: true [Pipeline] sh [2021-02-18T08:44:05.232Z] + docker info [2021-02-18T08:44:05.232Z] Containers: 0 [2021-02-18T08:44:05.232Z] Running: 0 [2021-02-18T08:44:05.232Z] Paused: 0 [2021-02-18T08:44:05.232Z] Stopped: 0 [2021-02-18T08:44:05.232Z] Images: 0 [2021-02-18T08:44:05.233Z] Server Version: 18.06.1-ce [2021-02-18T08:44:05.233Z] Storage Driver: overlay2 [2021-02-18T08:44:05.233Z] Backing Filesystem: extfs [2021-02-18T08:44:05.233Z] Supports d_type: true [2021-02-18T08:44:05.233Z] Native Overlay Diff: true [2021-02-18T08:44:05.233Z] Logging Driver: json-file [2021-02-18T08:44:05.233Z] Cgroup Driver: cgroupfs [2021-02-18T08:44:05.233Z] Plugins: [2021-02-18T08:44:05.233Z] Volume: local [2021-02-18T08:44:05.233Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T08:44:05.233Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-02-18T08:44:05.233Z] Swarm: inactive [2021-02-18T08:44:05.233Z] Runtimes: runc [2021-02-18T08:44:05.233Z] Default Runtime: runc [2021-02-18T08:44:05.233Z] Init Binary: docker-init [2021-02-18T08:44:05.233Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-02-18T08:44:05.233Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-02-18T08:44:05.233Z] init version: fec3683 [2021-02-18T08:44:05.233Z] Security Options: [2021-02-18T08:44:05.233Z] apparmor [2021-02-18T08:44:05.233Z] seccomp [2021-02-18T08:44:05.233Z] Profile: default [2021-02-18T08:44:05.233Z] Kernel Version: 4.4.0-139-generic [2021-02-18T08:44:05.233Z] Operating System: Ubuntu 16.04.3 LTS [2021-02-18T08:44:05.233Z] OSType: linux [2021-02-18T08:44:05.233Z] Architecture: ppc64le [2021-02-18T08:44:05.233Z] CPUs: 4 [2021-02-18T08:44:05.233Z] Total Memory: 7.972GiB [2021-02-18T08:44:05.233Z] Name: ppc64le-ubuntu-26 [2021-02-18T08:44:05.233Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-02-18T08:44:05.233Z] Docker Root Dir: /var/lib/docker [2021-02-18T08:44:05.233Z] Debug Mode (client): false [2021-02-18T08:44:05.233Z] Debug Mode (server): false [2021-02-18T08:44:05.233Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:44:05.233Z] Labels: [2021-02-18T08:44:05.233Z] Experimental: true [2021-02-18T08:44:05.233Z] Insecure Registries: [2021-02-18T08:44:05.233Z] 127.0.0.0/8 [2021-02-18T08:44:05.233Z] Live Restore Enabled: false [2021-02-18T08:44:05.233Z] [Pipeline] sh [2021-02-18T08:44:05.620Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:44:05.620Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:44:05.620Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41973/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T08:44:05.620Z] + bash /home/docker/workspace/moby_PR-41973/check-config.sh [2021-02-18T08:44:05.620Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T08:44:05.620Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-02-18T08:44:05.620Z] [2021-02-18T08:44:05.620Z] Generally Necessary: [2021-02-18T08:44:05.620Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T08:44:05.914Z] - apparmor: enabled and tools installed [2021-02-18T08:44:05.914Z] - CONFIG_NAMESPACES: enabled [2021-02-18T08:44:05.914Z] - CONFIG_NET_NS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_PID_NS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_IPC_NS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_UTS_NS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CGROUPS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CPUSETS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_MEMCG: enabled [2021-02-18T08:44:05.914Z] - CONFIG_KEYS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_VETH: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-18T08:44:05.914Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T08:44:05.914Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-02-18T08:44:05.914Z] [2021-02-18T08:44:05.914Z] Optional Features: [2021-02-18T08:44:05.914Z] - CONFIG_USER_NS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_SECCOMP: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T08:44:05.914Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T08:44:05.914Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T08:44:05.914Z] (cgroup swap accounting is currently enabled) [2021-02-18T08:44:05.914Z] - CONFIG_MEMCG_KMEM: enabled [2021-02-18T08:44:05.914Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T08:44:05.914Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T08:44:05.914Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T08:44:05.914Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T08:44:05.914Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T08:44:05.914Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T08:44:05.914Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T08:44:05.914Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T08:44:05.914Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T08:44:05.914Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T08:44:05.914Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T08:44:06.206Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_EXT4_FS: enabled [2021-02-18T08:44:06.206Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T08:44:06.206Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T08:44:06.206Z] - Network Drivers: [2021-02-18T08:44:06.206Z] - "overlay": [2021-02-18T08:44:06.206Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T08:44:06.206Z] Optional (for encrypted networks): [2021-02-18T08:44:06.206Z] - CONFIG_CRYPTO: enabled [2021-02-18T08:44:06.206Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_XFRM: enabled [2021-02-18T08:44:06.206Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-18T08:44:06.206Z] - "ipvlan": [2021-02-18T08:44:06.206Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T08:44:06.206Z] - "macvlan": [2021-02-18T08:44:06.206Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T08:44:06.206Z] - "ftp,tftp client in container": [2021-02-18T08:44:06.206Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T08:44:06.206Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T08:44:06.207Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T08:44:06.207Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T08:44:06.207Z] - Storage Drivers: [2021-02-18T08:44:06.207Z] - "aufs": [2021-02-18T08:44:06.207Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T08:44:06.207Z] - "btrfs": [2021-02-18T08:44:06.207Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T08:44:06.207Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T08:44:06.207Z] - "devicemapper": [2021-02-18T08:44:06.207Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T08:44:06.207Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T08:44:06.207Z] - "overlay": [2021-02-18T08:44:06.207Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T08:44:06.207Z] - "zfs": [2021-02-18T08:44:06.207Z] - /dev/zfs: missing [2021-02-18T08:44:06.207Z] - zfs command: missing [2021-02-18T08:44:06.207Z] - zpool command: missing [2021-02-18T08:44:06.207Z] [2021-02-18T08:44:06.207Z] Limits: [2021-02-18T08:44:06.207Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T08:44:06.207Z] [2021-02-18T08:44:06.207Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T08:44:06.377Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done [2021-02-18T08:44:06.377Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-02-18T08:44:06.639Z] + make bundles/buildx [2021-02-18T08:44:06.939Z] make: command: Command not found [2021-02-18T08:44:06.939Z] make: command: Command not found [2021-02-18T08:44:06.939Z] mkdir bundles [2021-02-18T08:44:06.939Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-02-18T08:44:06.939Z] --build-arg BUILDX_COMMIT \ [2021-02-18T08:44:06.939Z] --build-arg BUILDX_REPO \ [2021-02-18T08:44:06.939Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-02-18T08:44:06.939Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-02-18T08:44:06.939Z] . [2021-02-18T08:44:06.939Z] /bin/sh: 4: go: not found [2021-02-18T08:44:06.939Z] /bin/sh: 5: go: not found [2021-02-18T08:44:09.060Z] Sending build context to Docker daemon 58.25MB [2021-02-18T08:44:09.060Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-02-18T08:44:09.060Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-02-18T08:44:09.060Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-02-18T08:44:09.060Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-02-18T08:44:09.060Z] 1.13.15-buster: Pulling from library/golang [2021-02-18T08:44:09.413Z] db4e2d8d5901: Pulling fs layer [2021-02-18T08:44:09.413Z] dfe2d012519c: Pulling fs layer [2021-02-18T08:44:09.413Z] 5d8f1d1f9197: Pulling fs layer [2021-02-18T08:44:09.413Z] 1301750ffb48: Pulling fs layer [2021-02-18T08:44:09.413Z] dc5c6edc9cff: Pulling fs layer [2021-02-18T08:44:09.413Z] 3c370c2e2f82: Pulling fs layer [2021-02-18T08:44:09.413Z] 5ffb2f5886e2: Pulling fs layer [2021-02-18T08:44:09.413Z] 1301750ffb48: Waiting [2021-02-18T08:44:09.413Z] dc5c6edc9cff: Waiting [2021-02-18T08:44:09.413Z] 3c370c2e2f82: Waiting [2021-02-18T08:44:09.413Z] 5ffb2f5886e2: Waiting [2021-02-18T08:44:09.653Z] #9 ... [2021-02-18T08:44:09.653Z] [2021-02-18T08:44:09.653Z] #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-18T08:44:09.653Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T08:44:09.653Z] #26 0.974 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:44:09.653Z] #26 0.979 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:44:09.653Z] #26 1.033 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:44:09.653Z] #26 1.131 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:44:09.653Z] #26 1.399 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:44:09.653Z] #26 1.951 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:44:09.653Z] #26 3.191 Fetched 8422 kB in 2s (3404 kB/s) [2021-02-18T08:44:09.653Z] #26 3.191 Reading package lists... [2021-02-18T08:44:09.653Z] #26 4.076 Reading package lists... [2021-02-18T08:44:09.653Z] #26 4.961 Building dependency tree... [2021-02-18T08:44:09.653Z] #26 5.252 The following additional packages will be installed: [2021-02-18T08:44:09.653Z] #26 5.252 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T08:44:09.653Z] #26 5.252 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T08:44:09.653Z] #26 5.253 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T08:44:09.653Z] #26 5.253 Suggested packages: [2021-02-18T08:44:09.653Z] #26 5.253 krb5-doc krb5-user [2021-02-18T08:44:09.653Z] #26 5.253 Recommended packages: [2021-02-18T08:44:09.653Z] #26 5.253 krb5-locales publicsuffix libsasl2-modules [2021-02-18T08:44:09.653Z] #26 5.435 The following NEW packages will be installed: [2021-02-18T08:44:09.653Z] #26 5.435 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T08:44:09.653Z] #26 5.435 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T08:44:09.653Z] #26 5.443 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T08:44:09.653Z] #26 5.443 libssh2-1 libssl1.1 openssl [2021-02-18T08:44:09.653Z] #26 5.716 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T08:44:09.653Z] #26 5.716 Need to get 5057 kB of archives. [2021-02-18T08:44:09.653Z] #26 5.716 After this operation, 12.1 MB of additional disk space will be used. [2021-02-18T08:44:09.653Z] #26 5.716 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-18T08:44:09.653Z] #26 5.728 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-18T08:44:09.653Z] #26 5.728 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-18T08:44:09.653Z] #26 5.728 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T08:44:09.653Z] #26 5.729 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-18T08:44:09.653Z] #26 5.731 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-18T08:44:09.653Z] #26 5.732 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-18T08:44:09.653Z] #26 5.735 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-18T08:44:09.653Z] #26 5.760 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-18T08:44:09.653Z] #26 5.760 Get:10 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T08:44:09.653Z] #26 5.760 Get:11 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-18T08:44:09.653Z] #26 5.760 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-18T08:44:09.653Z] #26 5.760 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-18T08:44:09.653Z] #26 5.760 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-18T08:44:09.653Z] #26 5.760 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T08:44:09.653Z] #26 5.770 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-18T08:44:09.653Z] #26 5.774 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-18T08:44:09.653Z] #26 5.786 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-18T08:44:09.653Z] #26 5.786 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T08:44:09.653Z] #26 5.786 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T08:44:09.653Z] #26 5.790 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T08:44:09.653Z] #26 5.935 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:44:09.653Z] #26 5.954 Fetched 5057 kB in 0s (15.4 MB/s) [2021-02-18T08:44:09.653Z] #26 5.996 Selecting previously unselected package libssl1.1:amd64. [2021-02-18T08:44:09.653Z] #26 5.996 (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-18T08:44:09.653Z] #26 6.003 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.011 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:44:09.654Z] #26 6.202 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T08:44:09.654Z] #26 6.204 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.209 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 6.249 Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T08:44:09.654Z] #26 6.249 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.255 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 6.303 Selecting previously unselected package libldap-common. [2021-02-18T08:44:09.654Z] #26 6.303 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T08:44:09.654Z] #26 6.307 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:44:09.654Z] #26 6.353 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T08:44:09.654Z] #26 6.353 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.358 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:44:09.654Z] #26 6.421 Selecting previously unselected package openssl. [2021-02-18T08:44:09.654Z] #26 6.421 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.426 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:44:09.654Z] #26 6.539 Selecting previously unselected package ca-certificates. [2021-02-18T08:44:09.654Z] #26 6.539 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T08:44:09.654Z] #26 6.543 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T08:44:09.654Z] #26 6.620 Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T08:44:09.654Z] #26 6.622 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.625 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-18T08:44:09.654Z] #26 6.664 Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T08:44:09.654Z] #26 6.664 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.668 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 6.708 Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T08:44:09.654Z] #26 6.708 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.712 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 6.760 Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T08:44:09.654Z] #26 6.761 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.764 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 6.859 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T08:44:09.654Z] #26 6.859 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.863 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 6.914 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T08:44:09.654Z] #26 6.914 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.917 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 6.956 Selecting previously unselected package libpsl5:amd64. [2021-02-18T08:44:09.654Z] #26 6.956 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 6.959 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-18T08:44:09.654Z] #26 7.000 Selecting previously unselected package librtmp1:amd64. [2021-02-18T08:44:09.654Z] #26 7.000 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 7.007 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:44:09.654Z] #26 7.047 Selecting previously unselected package libssh2-1:amd64. [2021-02-18T08:44:09.654Z] #26 7.047 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 7.050 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T08:44:09.654Z] #26 7.105 Selecting previously unselected package libcurl4:amd64. [2021-02-18T08:44:09.654Z] #26 7.105 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 7.109 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 7.173 Selecting previously unselected package curl. [2021-02-18T08:44:09.654Z] #26 7.173 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 7.177 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 7.240 Selecting previously unselected package libonig5:amd64. [2021-02-18T08:44:09.654Z] #26 7.240 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 7.242 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:44:09.654Z] #26 7.299 Selecting previously unselected package libjq1:amd64. [2021-02-18T08:44:09.654Z] #26 7.299 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 7.310 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:44:09.654Z] #26 7.358 Selecting previously unselected package jq. [2021-02-18T08:44:09.654Z] #26 7.358 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:44:09.654Z] #26 7.363 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:44:09.654Z] #26 7.404 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-18T08:44:09.654Z] #26 7.418 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-18T08:44:09.654Z] #26 7.428 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:44:09.654Z] #26 7.531 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 7.542 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:44:09.654Z] #26 7.556 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 7.568 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 7.580 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:44:09.654Z] #26 7.592 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 7.604 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 7.614 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T08:44:09.654Z] #26 7.625 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:09.654Z] #26 7.636 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:44:09.654Z] #26 7.651 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:44:09.654Z] #26 7.662 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:44:09.654Z] #26 7.673 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:44:09.654Z] #26 7.684 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T08:44:09.654Z] #26 ... [2021-02-18T08:44:09.654Z] [2021-02-18T08:44:09.654Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:09.654Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:09.706Z] dfe2d012519c: Verifying Checksum [2021-02-18T08:44:09.707Z] dfe2d012519c: Download complete [2021-02-18T08:44:09.911Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2021-02-18T08:44:10.002Z] 5d8f1d1f9197: Verifying Checksum [2021-02-18T08:44:10.002Z] 5d8f1d1f9197: Download complete [2021-02-18T08:44:10.174Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-18T08:44:11.618Z] db4e2d8d5901: Verifying Checksum [2021-02-18T08:44:11.619Z] db4e2d8d5901: Download complete [2021-02-18T08:44:12.680Z] 1301750ffb48: Verifying Checksum [2021-02-18T08:44:12.680Z] 1301750ffb48: Download complete [2021-02-18T08:44:12.680Z] 5ffb2f5886e2: Verifying Checksum [2021-02-18T08:44:12.680Z] 5ffb2f5886e2: Download complete [2021-02-18T08:44:13.484Z] #9 ... [2021-02-18T08:44:13.484Z] [2021-02-18T08:44:13.484Z] #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-18T08:44:13.484Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T08:44:13.484Z] #26 8.259 Updating certificates in /etc/ssl/certs... [2021-02-18T08:44:13.484Z] #26 9.063 137 added, 0 removed; done. [2021-02-18T08:44:13.484Z] #26 9.093 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:13.484Z] #26 9.104 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:44:13.484Z] #26 9.114 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T08:44:13.484Z] #26 9.126 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T08:44:13.484Z] #26 9.136 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:44:13.484Z] #26 9.152 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T08:44:13.484Z] #26 9.162 Updating certificates in /etc/ssl/certs... [2021-02-18T08:44:13.484Z] #26 9.806 0 added, 0 removed; done. [2021-02-18T08:44:13.484Z] #26 9.806 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T08:44:13.484Z] #26 9.811 done. [2021-02-18T08:44:13.484Z] #26 DONE 12.1s [2021-02-18T08:44:13.484Z] [2021-02-18T08:44:13.484Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:13.484Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:13.738Z] dc5c6edc9cff: Verifying Checksum [2021-02-18T08:44:13.738Z] dc5c6edc9cff: Download complete [2021-02-18T08:44:13.742Z] #9 ... [2021-02-18T08:44:13.742Z] [2021-02-18T08:44:13.742Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T08:44:13.742Z] #27 sha256:ba8f3818b378a0ded55f022c326ce9695171f88d27590b8550d2d55e0afaca5b [2021-02-18T08:44:13.742Z] #27 DONE 0.4s [2021-02-18T08:44:13.742Z] [2021-02-18T08:44:13.742Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:13.742Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:15.118Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-02-18T08:44:15.845Z] db4e2d8d5901: Pull complete [2021-02-18T08:44:15.845Z] dfe2d012519c: Pull complete [2021-02-18T08:44:16.054Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.9s done [2021-02-18T08:44:16.054Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-02-18T08:44:16.311Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-18T08:44:16.311Z] #9 DONE 23.1s [2021-02-18T08:44:16.311Z] [2021-02-18T08:44:16.311Z] #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-18T08:44:16.311Z] #28 sha256:1bf0b8c9bd1a1dbabbe9968048e58d81ee657d08954b6d086ea3d8ade32d3040 [2021-02-18T08:44:16.311Z] #28 1.102 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T08:44:16.311Z] #28 1.186 [2021-02-18T08:44:16.311Z] #28 1.303 ######### 13.8% ########################## 37.1% ######################################### 57.3% ####################################################### 77.1% ##################################################################### 96.8% ######################################################################## 100.0% [2021-02-18T08:44:16.311Z] #28 1.807 [2021-02-18T08:44:16.311Z] #28 1.926 ##################################################### 74.7% ######################################################################## 100.0% [2021-02-18T08:44:16.311Z] #28 2.068 [2021-02-18T08:44:16.311Z] #28 2.189 ############################################################# 85.4% ######################################################################## 100.0% [2021-02-18T08:44:16.311Z] #28 2.300 [2021-02-18T08:44:16.485Z] 5d8f1d1f9197: Pull complete [2021-02-18T08:44:16.485Z] 3c370c2e2f82: Verifying Checksum [2021-02-18T08:44:16.485Z] 3c370c2e2f82: Download complete [2021-02-18T08:44:16.569Z] #28 2.438 ####### 9.9% ########################## 36.2% ######################################## 55.6% ##################################################### 74.9% ################################################################### 94.4% ######################################################################## 100.0% [2021-02-18T08:44:16.569Z] #28 2.949 [2021-02-18T08:44:18.543Z] Fetching without tags [2021-02-18T08:44:18.628Z] #28 3.065 ### 4.5% ###### 8.8% ########## 14.9% ############## 19.9% ################## 25.0% ##################### 30.4% ######################### 35.9% ############################# 41.1% ################################# 46.3% ##################################### 51.5% ######################################## 56.7% ############################################ 61.9% ################################################ 67.2% #################################################### 72.4% ####################################################### 77.6% ########################################################### 82.8% ############################################################### 88.0% ################################################################### 93.2% ###################################################################### 98.3% ######################################################################## 100.0% [2021-02-18T08:44:18.628Z] #28 4.927 [2021-02-18T08:44:18.507Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:44:18.510Z] > git config --add remote.origin.fetch +refs/pull/41973/head:refs/remotes/origin/PR-41973 # timeout=10 [2021-02-18T08:44:18.515Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:44:18.524Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:44:18.544Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:44:18.544Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:44:18.545Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:44:18.781Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec [2021-02-18T08:44:18.883Z] #28 5.252 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T08:44:18.883Z] #28 5.314 [2021-02-18T08:44:19.140Z] #28 5.376 ######################################################################## 100.0% [2021-02-18T08:44:19.140Z] #28 5.405 [2021-02-18T08:44:19.252Z] 1301750ffb48: Pull complete [2021-02-18T08:44:19.396Z] #28 5.622 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T08:44:19.396Z] #28 5.690 [2021-02-18T08:44:19.396Z] #28 5.757 ######################################################################## 100.0% [2021-02-18T08:44:19.396Z] #28 5.777 [2021-02-18T08:44:19.652Z] Merge succeeded, producing 73af963422484dfa948ed36b407c0784014c30da [2021-02-18T08:44:19.653Z] Checking out Revision 73af963422484dfa948ed36b407c0784014c30da (PR-41973) [2021-02-18T08:44:19.653Z] #28 6.015 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T08:44:19.653Z] #28 6.069 [2021-02-18T08:44:19.941Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T08:44:19.957Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T08:44:18.781Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:44:18.786Z] > git checkout -f ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec # timeout=10 [2021-02-18T08:44:19.250Z] > git remote # timeout=10 [2021-02-18T08:44:19.264Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:44:19.268Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:44:19.269Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T08:44:19.644Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:44:19.653Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:44:19.663Z] > git checkout -f 73af963422484dfa948ed36b407c0784014c30da # timeout=10 [2021-02-18T08:44:19.941Z] > git rev-list --no-walk 715b6e306452b1ac926193f062b46fd5669fd5cf # timeout=10 [2021-02-18T08:44:20.444Z] #28 6.182 ############ 16.8% ######################### 34.9% ###################################### 52.9% ############################################### 65.5% ########################################################### 82.2% ################################################################## 93.0% ######################################################################## 100.0% [2021-02-18T08:44:20.444Z] #28 6.802 [2021-02-18T08:44:20.666Z] + docker version [2021-02-18T08:44:20.666Z] Client: Docker Engine - Community [2021-02-18T08:44:20.666Z] Version: 20.10.3 [2021-02-18T08:44:20.666Z] API version: 1.41 [2021-02-18T08:44:20.666Z] Go version: go1.13.15 [2021-02-18T08:44:20.666Z] Git commit: 48d30b5 [2021-02-18T08:44:20.666Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-18T08:44:20.666Z] OS/Arch: linux/amd64 [2021-02-18T08:44:20.666Z] Context: default [2021-02-18T08:44:20.666Z] Experimental: true [2021-02-18T08:44:20.666Z] [2021-02-18T08:44:20.666Z] Server: Docker Engine - Community [2021-02-18T08:44:20.666Z] Engine: [2021-02-18T08:44:20.666Z] Version: 20.10.3 [2021-02-18T08:44:20.666Z] API version: 1.41 (minimum version 1.12) [2021-02-18T08:44:20.666Z] Go version: go1.13.15 [2021-02-18T08:44:20.666Z] Git commit: 46229ca [2021-02-18T08:44:20.666Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-18T08:44:20.666Z] OS/Arch: linux/amd64 [2021-02-18T08:44:20.666Z] Experimental: true [2021-02-18T08:44:20.666Z] containerd: [2021-02-18T08:44:20.666Z] Version: 1.4.3 [2021-02-18T08:44:20.666Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:44:20.666Z] runc: [2021-02-18T08:44:20.666Z] Version: 1.0.0-rc92 [2021-02-18T08:44:20.666Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:44:20.666Z] docker-init: [2021-02-18T08:44:20.666Z] Version: 0.19.0 [2021-02-18T08:44:20.666Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T08:44:20.699Z] #28 7.102 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T08:44:20.699Z] #28 7.154 [2021-02-18T08:44:20.956Z] + docker info [2021-02-18T08:44:20.958Z] #28 7.199 ######################################################################## 100.0% [2021-02-18T08:44:20.958Z] #28 7.230 [2021-02-18T08:44:20.958Z] #28 ... [2021-02-18T08:44:20.958Z] [2021-02-18T08:44:20.958Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T08:44:20.958Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T08:44:20.958Z] #10 DONE 4.6s [2021-02-18T08:44:20.958Z] [2021-02-18T08:44:20.958Z] #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-18T08:44:20.958Z] #28 sha256:1bf0b8c9bd1a1dbabbe9968048e58d81ee657d08954b6d086ea3d8ade32d3040 [2021-02-18T08:44:20.958Z] #28 7.470 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T08:44:20.958Z] #28 ... [2021-02-18T08:44:20.958Z] [2021-02-18T08:44:20.958Z] #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-18T08:44:20.958Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T08:44:21.332Z] dc5c6edc9cff: Pull complete [2021-02-18T08:44:21.522Z] #11 ... [2021-02-18T08:44:21.522Z] [2021-02-18T08:44:21.522Z] #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-18T08:44:21.522Z] #28 sha256:1bf0b8c9bd1a1dbabbe9968048e58d81ee657d08954b6d086ea3d8ade32d3040 [2021-02-18T08:44:21.522Z] #28 7.584 [2021-02-18T08:44:21.522Z] #28 7.681 ######################################################################## 100.0% [2021-02-18T08:44:21.522Z] #28 7.709 [2021-02-18T08:44:21.522Z] #28 7.728 Download of images into '/build' complete. [2021-02-18T08:44:21.522Z] #28 7.728 Use something like the following to load the result into a Docker daemon: [2021-02-18T08:44:21.522Z] #28 7.728 tar -cC '/build' . | docker load [2021-02-18T08:44:21.522Z] #28 DONE 7.8s [2021-02-18T08:44:21.522Z] [2021-02-18T08:44:21.522Z] #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-18T08:44:21.522Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T08:44:21.779Z] #11 DONE 0.8s [2021-02-18T08:44:21.779Z] [2021-02-18T08:44:21.779Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T08:44:21.779Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T08:44:22.036Z] #30 DONE 0.2s [2021-02-18T08:44:22.036Z] [2021-02-18T08:44:22.036Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T08:44:22.036Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T08:44:22.036Z] #38 DONE 0.2s [2021-02-18T08:44:22.036Z] [2021-02-18T08:44:22.036Z] #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-18T08:44:22.036Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:44:24.894Z] 3c370c2e2f82: Pull complete [2021-02-18T08:44:24.894Z] 5ffb2f5886e2: Pull complete [2021-02-18T08:44:24.894Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:24.894Z] Status: Downloaded newer image for golang:1.13.15-buster [2021-02-18T08:44:24.894Z] ---> 805dc2d65d1c [2021-02-18T08:44:24.894Z] Step 5/15 : ARG BUILDX_REPO [2021-02-18T08:44:24.894Z] ---> Running in 9ea1ae67c5b4 [2021-02-18T08:44:24.894Z] Removing intermediate container 9ea1ae67c5b4 [2021-02-18T08:44:24.894Z] ---> 9fc6d3089680 [2021-02-18T08:44:24.894Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-02-18T08:44:24.894Z] ---> Running in e8573384d891 [2021-02-18T08:44:25.196Z] Cloning into '/buildx'... [2021-02-18T08:44:26.231Z] Client: [2021-02-18T08:44:26.231Z] Context: default [2021-02-18T08:44:26.231Z] Debug Mode: false [2021-02-18T08:44:26.231Z] Plugins: [2021-02-18T08:44:26.231Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T08:44:26.231Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T08:44:26.231Z] [2021-02-18T08:44:26.231Z] Server: [2021-02-18T08:44:26.231Z] Containers: 0 [2021-02-18T08:44:26.231Z] Running: 0 [2021-02-18T08:44:26.231Z] Paused: 0 [2021-02-18T08:44:26.231Z] Stopped: 0 [2021-02-18T08:44:26.231Z] Images: 1 [2021-02-18T08:44:26.231Z] Server Version: 20.10.3 [2021-02-18T08:44:26.231Z] Storage Driver: overlay2 [2021-02-18T08:44:26.231Z] Backing Filesystem: extfs [2021-02-18T08:44:26.231Z] Supports d_type: true [2021-02-18T08:44:26.231Z] Native Overlay Diff: true [2021-02-18T08:44:26.231Z] Logging Driver: json-file [2021-02-18T08:44:26.231Z] Cgroup Driver: cgroupfs [2021-02-18T08:44:26.231Z] Cgroup Version: 1 [2021-02-18T08:44:26.231Z] Plugins: [2021-02-18T08:44:26.231Z] Volume: local [2021-02-18T08:44:26.231Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T08:44:26.231Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T08:44:26.231Z] Swarm: inactive [2021-02-18T08:44:26.231Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T08:44:26.231Z] Default Runtime: runc [2021-02-18T08:44:26.231Z] Init Binary: docker-init [2021-02-18T08:44:26.231Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:44:26.231Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:44:26.231Z] init version: de40ad0 [2021-02-18T08:44:26.231Z] Security Options: [2021-02-18T08:44:26.231Z] apparmor [2021-02-18T08:44:26.231Z] seccomp [2021-02-18T08:44:26.231Z] Profile: default [2021-02-18T08:44:26.231Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T08:44:26.231Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-18T08:44:26.231Z] OSType: linux [2021-02-18T08:44:26.231Z] Architecture: x86_64 [2021-02-18T08:44:26.231Z] CPUs: 2 [2021-02-18T08:44:26.231Z] Total Memory: 7.569GiB [2021-02-18T08:44:26.231Z] Name: ip-10-100-120-109 [2021-02-18T08:44:26.231Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-18T08:44:26.231Z] Docker Root Dir: /var/lib/docker [2021-02-18T08:44:26.231Z] Debug Mode: false [2021-02-18T08:44:26.231Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:44:26.231Z] Labels: [2021-02-18T08:44:26.231Z] Experimental: true [2021-02-18T08:44:26.231Z] Insecure Registries: [2021-02-18T08:44:26.231Z] 127.0.0.0/8 [2021-02-18T08:44:26.231Z] Live Restore Enabled: true [2021-02-18T08:44:26.231Z] [2021-02-18T08:44:26.231Z] WARNING: No swap limit support [2021-02-18T08:44:26.231Z] WARNING: No blkio weight support [2021-02-18T08:44:26.231Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-18T08:44:26.527Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:44:26.527Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:44:26.527Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41973/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T08:44:26.527Z] + bash /home/ubuntu/workspace/moby_PR-41973/check-config.sh [2021-02-18T08:44:26.527Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T08:44:26.527Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-18T08:44:26.527Z] [2021-02-18T08:44:26.527Z] Generally Necessary: [2021-02-18T08:44:26.527Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T08:44:26.527Z] - apparmor: enabled and tools installed [2021-02-18T08:44:26.527Z] - CONFIG_NAMESPACES: enabled [2021-02-18T08:44:26.527Z] - CONFIG_NET_NS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_PID_NS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_IPC_NS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_UTS_NS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_CGROUPS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T08:44:26.527Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T08:44:26.527Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T08:44:26.527Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T08:44:26.527Z] - CONFIG_CPUSETS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_MEMCG: enabled [2021-02-18T08:44:26.527Z] - CONFIG_KEYS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_VETH: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-18T08:44:26.527Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T08:44:26.527Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-18T08:44:26.527Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T08:44:26.527Z] [2021-02-18T08:44:26.527Z] Optional Features: [2021-02-18T08:44:26.527Z] - CONFIG_USER_NS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_SECCOMP: enabled [2021-02-18T08:44:26.527Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T08:44:26.527Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T08:44:26.527Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T08:44:26.527Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T08:44:26.527Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T08:44:26.527Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T08:44:26.786Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-18T08:44:26.786Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-18T08:44:26.786Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T08:44:26.786Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T08:44:26.786Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T08:44:26.786Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T08:44:26.786Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T08:44:26.786Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T08:44:26.786Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T08:44:26.786Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T08:44:26.786Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T08:44:26.786Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_EXT4_FS: enabled [2021-02-18T08:44:26.786Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T08:44:26.786Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T08:44:26.786Z] - Network Drivers: [2021-02-18T08:44:26.786Z] - "overlay": [2021-02-18T08:44:26.786Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T08:44:26.786Z] Optional (for encrypted networks): [2021-02-18T08:44:26.786Z] - CONFIG_CRYPTO: enabled [2021-02-18T08:44:26.786Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T08:44:26.786Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T08:44:26.786Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T08:44:26.786Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T08:44:26.786Z] - CONFIG_XFRM: enabled [2021-02-18T08:44:26.786Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-18T08:44:26.786Z] - "ipvlan": [2021-02-18T08:44:26.786Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T08:44:26.786Z] - "macvlan": [2021-02-18T08:44:26.786Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T08:44:26.786Z] - "ftp,tftp client in container": [2021-02-18T08:44:26.786Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T08:44:26.786Z] - Storage Drivers: [2021-02-18T08:44:26.786Z] - "aufs": [2021-02-18T08:44:26.786Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T08:44:26.786Z] - "btrfs": [2021-02-18T08:44:26.786Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T08:44:26.786Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T08:44:26.786Z] - "devicemapper": [2021-02-18T08:44:26.786Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T08:44:26.786Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T08:44:26.786Z] - "overlay": [2021-02-18T08:44:26.786Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T08:44:26.786Z] - "zfs": [2021-02-18T08:44:26.786Z] - /dev/zfs: present [2021-02-18T08:44:26.786Z] - zfs command: missing [2021-02-18T08:44:26.786Z] - zpool command: missing [2021-02-18T08:44:26.786Z] [2021-02-18T08:44:26.786Z] Limits: [2021-02-18T08:44:26.786Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T08:44:26.786Z] [2021-02-18T08:44:26.786Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T08:44:27.140Z] + sudo modprobe ip_vs [2021-02-18T08:44:27.140Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:13a1568b3cc2fea7cc7821da843fe597500395b9 . [2021-02-18T08:44:27.299Z] #31 ... [2021-02-18T08:44:27.299Z] [2021-02-18T08:44:27.299Z] #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-18T08:44:27.299Z] #50 sha256:560c2ebeffaca02acf7a6876e1c8e48bc877308bf97238bb815203b4ddde56ee [2021-02-18T08:44:27.299Z] #50 4.949 + RM_GOPATH=0 [2021-02-18T08:44:27.299Z] #50 4.949 + TMP_GOPATH= [2021-02-18T08:44:27.299Z] #50 4.949 + : /build [2021-02-18T08:44:27.299Z] #50 4.949 + '[' -z '' ']' [2021-02-18T08:44:27.299Z] #50 4.949 ++ mktemp -d [2021-02-18T08:44:27.299Z] #50 4.949 + export GOPATH=/tmp/tmp.tcVwqRLDiG [2021-02-18T08:44:27.299Z] #50 4.949 + GOPATH=/tmp/tmp.tcVwqRLDiG [2021-02-18T08:44:27.299Z] #50 4.949 + RM_GOPATH=1 [2021-02-18T08:44:27.299Z] #50 4.949 + case "$(go env GOARCH)" in [2021-02-18T08:44:27.299Z] #50 4.949 ++ go env GOARCH [2021-02-18T08:44:27.299Z] #50 4.978 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:27.299Z] #50 4.978 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:27.299Z] #50 4.995 ++ dirname /tmp/install/install.sh [2021-02-18T08:44:27.299Z] #50 4.998 + dir=/tmp/install [2021-02-18T08:44:27.299Z] #50 4.999 + bin=shfmt [2021-02-18T08:44:27.299Z] #50 5.001 + shift [2021-02-18T08:44:27.299Z] #50 5.001 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T08:44:27.299Z] #50 5.001 + . /tmp/install/shfmt.installer [2021-02-18T08:44:27.299Z] #50 5.001 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:44:27.299Z] #50 5.017 + install_shfmt [2021-02-18T08:44:27.299Z] #50 5.017 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T08:44:27.299Z] #50 5.017 + git clone https://github.com/mvdan/sh.git /tmp/tmp.tcVwqRLDiG/src/github.com/mvdan/sh [2021-02-18T08:44:27.299Z] #50 5.017 Cloning into '/tmp/tmp.tcVwqRLDiG/src/github.com/mvdan/sh'... [2021-02-18T08:44:27.299Z] #50 5.017 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:44:27.299Z] #50 ... [2021-02-18T08:44:27.299Z] [2021-02-18T08:44:27.299Z] #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-18T08:44:27.299Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:44:27.299Z] #31 5.230 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T08:44:27.299Z] #31 5.238 Cloning into '.'... [2021-02-18T08:44:27.402Z] #2 [internal] load .dockerignore [2021-02-18T08:44:27.403Z] #2 sha256:e7d8796239628d1052334dc262eeac5528b95c5474ef5eaca4db6cd4eaad3534 [2021-02-18T08:44:27.403Z] #2 transferring context: 87B done [2021-02-18T08:44:27.403Z] #2 DONE 0.1s [2021-02-18T08:44:27.403Z] [2021-02-18T08:44:27.403Z] #1 [internal] load build definition from Dockerfile [2021-02-18T08:44:27.403Z] #1 sha256:66a8c1c99a7bf83addd6033352732b5628acd7568fee09ae43d6234ea5e43508 [2021-02-18T08:44:27.403Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T08:44:27.403Z] #1 DONE 0.1s [2021-02-18T08:44:27.403Z] [2021-02-18T08:44:27.403Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T08:44:27.403Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T08:44:27.663Z] #3 DONE 0.4s [2021-02-18T08:44:27.922Z] [2021-02-18T08:44:27.922Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T08:44:27.922Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T08:44:27.922Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T08:44:27.922Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T08:44:27.922Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-18T08:44:27.922Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-18T08:44:27.922Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2021-02-18T08:44:27.922Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-18T08:44:28.186Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2021-02-18T08:44:28.186Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2021-02-18T08:44:28.186Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-18T08:44:28.447Z] #4 DONE 0.6s [2021-02-18T08:44:28.447Z] [2021-02-18T08:44:28.447Z] #5 [internal] load build definition from Dockerfile [2021-02-18T08:44:28.447Z] #5 sha256:c1894402416fe9bc85ae3ed136b085852a06e0367fe823b1f81c6460696158c6 [2021-02-18T08:44:28.447Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T08:44:28.447Z] #5 DONE 0.0s [2021-02-18T08:44:28.447Z] [2021-02-18T08:44:28.447Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T08:44:28.447Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T08:44:29.015Z] #8 DONE 0.3s [2021-02-18T08:44:29.015Z] [2021-02-18T08:44:29.015Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T08:44:29.015Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T08:44:29.015Z] #7 DONE 0.2s [2021-02-18T08:44:29.015Z] [2021-02-18T08:44:29.015Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T08:44:29.015Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T08:44:29.015Z] #6 DONE 0.4s [2021-02-18T08:44:29.585Z] [2021-02-18T08:44:29.585Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:29.585Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:29.585Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T08:44:29.698Z] Removing intermediate container e8573384d891 [2021-02-18T08:44:29.698Z] ---> 8236a39008e8 [2021-02-18T08:44:29.698Z] Step 7/15 : WORKDIR /buildx [2021-02-18T08:44:29.698Z] ---> Running in baa5e3cc5aed [2021-02-18T08:44:29.698Z] Removing intermediate container baa5e3cc5aed [2021-02-18T08:44:29.698Z] ---> 5eacbf9290b7 [2021-02-18T08:44:29.698Z] Step 8/15 : ARG BUILDX_COMMIT [2021-02-18T08:44:29.698Z] ---> Running in cc448fcbef3b [2021-02-18T08:44:29.698Z] Removing intermediate container cc448fcbef3b [2021-02-18T08:44:29.698Z] ---> 2d5dda69668c [2021-02-18T08:44:29.698Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-02-18T08:44:29.698Z] ---> Running in 565b9e112c4e [2021-02-18T08:44:29.698Z] From https://github.com/docker/buildx [2021-02-18T08:44:29.698Z] * [new tag] v0.5.1 -> build [2021-02-18T08:44:29.846Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.10MB / 50.40MB 0.2s [2021-02-18T08:44:29.846Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T08:44:29.846Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-18T08:44:29.846Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-18T08:44:29.990Z] Switched to branch 'build' [2021-02-18T08:44:30.107Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.68MB / 50.40MB 0.5s [2021-02-18T08:44:30.107Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.5s [2021-02-18T08:44:30.107Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.07MB / 50.40MB 0.6s [2021-02-18T08:44:30.373Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 44.04MB / 50.40MB 0.8s [2021-02-18T08:44:30.373Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.8s [2021-02-18T08:44:30.373Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 0.8s [2021-02-18T08:44:30.373Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.10MB / 7.81MB 0.8s [2021-02-18T08:44:30.627Z] Removing intermediate container 565b9e112c4e [2021-02-18T08:44:30.627Z] ---> 56f0ae3f18a4 [2021-02-18T08:44:30.627Z] Step 10/15 : ARG GOOS [2021-02-18T08:44:30.627Z] ---> Running in a886ac860899 [2021-02-18T08:44:30.627Z] Removing intermediate container a886ac860899 [2021-02-18T08:44:30.627Z] ---> e61f55534a58 [2021-02-18T08:44:30.627Z] Step 11/15 : ARG GOARCH [2021-02-18T08:44:30.627Z] ---> Running in 09d3db065ea5 [2021-02-18T08:44:30.627Z] Removing intermediate container 09d3db065ea5 [2021-02-18T08:44:30.627Z] ---> 8f4bb692cfa4 [2021-02-18T08:44:30.627Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2021-02-18T08:44:30.627Z] ---> Running in 68b94fedbb76 [2021-02-18T08:44:30.632Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.0s [2021-02-18T08:44:31.206Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.6s done [2021-02-18T08:44:31.466Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.7s done [2021-02-18T08:44:31.466Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.7s [2021-02-18T08:44:31.466Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.19MB / 68.67MB 1.9s [2021-02-18T08:44:31.466Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 1.9s [2021-02-18T08:44:31.466Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 1.9s [2021-02-18T08:44:31.466Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-18T08:44:31.729Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 14.68MB / 68.67MB 2.1s [2021-02-18T08:44:31.729Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 8.39MB / 10.00MB 2.1s [2021-02-18T08:44:31.729Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.15MB / 51.83MB 2.1s [2021-02-18T08:44:31.729Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.97MB / 68.67MB 2.2s [2021-02-18T08:44:31.729Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.2s [2021-02-18T08:44:31.729Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.34MB / 51.83MB 2.2s [2021-02-18T08:44:31.989Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.2s done [2021-02-18T08:44:31.989Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.68MB / 51.83MB 2.3s [2021-02-18T08:44:31.989Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.3s [2021-02-18T08:44:31.989Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 33.55MB / 68.67MB 2.4s [2021-02-18T08:44:31.989Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.07MB / 51.83MB 2.4s [2021-02-18T08:44:32.256Z] #9 ... [2021-02-18T08:44:32.256Z] [2021-02-18T08:44:32.256Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T08:44:32.256Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T08:44:32.256Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T08:44:32.256Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T08:44:32.256Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T08:44:32.256Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-18T08:44:32.256Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s done [2021-02-18T08:44:32.256Z] #61 DONE 2.6s [2021-02-18T08:44:32.256Z] [2021-02-18T08:44:32.256Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:32.256Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:32.256Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 40.89MB / 68.67MB 2.6s [2021-02-18T08:44:32.256Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 28.31MB / 51.83MB 2.6s [2021-02-18T08:44:32.256Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.39MB / 120.17MB 2.6s [2021-02-18T08:44:32.519Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 51.38MB / 68.67MB 2.8s [2021-02-18T08:44:32.519Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 37.75MB / 51.83MB 2.8s [2021-02-18T08:44:32.519Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 16.78MB / 120.17MB 2.8s [2021-02-18T08:44:32.519Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 61.87MB / 68.67MB 2.9s [2021-02-18T08:44:32.519Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.99MB / 51.83MB 2.9s [2021-02-18T08:44:32.519Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 26.21MB / 120.17MB 2.9s [2021-02-18T08:44:32.519Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 67.11MB / 68.67MB 3.1s [2021-02-18T08:44:32.519Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 48.23MB / 51.83MB 3.1s [2021-02-18T08:44:32.556Z] #31 ... [2021-02-18T08:44:32.556Z] [2021-02-18T08:44:32.556Z] #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-18T08:44:32.556Z] #23 sha256:5028549cf8e0ed024647967490e4d9d193d8a6b25f5acc3ec7868d6bf52cc25c [2021-02-18T08:44:32.556Z] #23 4.071 + RM_GOPATH=0 [2021-02-18T08:44:32.556Z] #23 4.071 + TMP_GOPATH= [2021-02-18T08:44:32.556Z] #23 4.071 + : /build [2021-02-18T08:44:32.556Z] #23 4.071 + '[' -z '' ']' [2021-02-18T08:44:32.556Z] #23 4.071 ++ mktemp -d [2021-02-18T08:44:32.556Z] #23 4.073 + export GOPATH=/tmp/tmp.n5QaPjgCh6 [2021-02-18T08:44:32.556Z] #23 4.073 + GOPATH=/tmp/tmp.n5QaPjgCh6 [2021-02-18T08:44:32.556Z] #23 4.073 + RM_GOPATH=1 [2021-02-18T08:44:32.556Z] #23 4.073 + case "$(go env GOARCH)" in [2021-02-18T08:44:32.556Z] #23 4.073 ++ go env GOARCH [2021-02-18T08:44:32.556Z] #23 4.076 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.556Z] #23 4.076 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.556Z] #23 4.076 ++ dirname /tmp/install/install.sh [2021-02-18T08:44:32.556Z] #23 4.077 Install docker/cli version 17.06.2-ce from stable [2021-02-18T08:44:32.556Z] #23 4.078 + dir=/tmp/install [2021-02-18T08:44:32.556Z] #23 4.078 + bin=dockercli [2021-02-18T08:44:32.556Z] #23 4.078 + shift [2021-02-18T08:44:32.556Z] #23 4.078 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T08:44:32.556Z] #23 4.078 + . /tmp/install/dockercli.installer [2021-02-18T08:44:32.556Z] #23 4.078 ++ : stable [2021-02-18T08:44:32.556Z] #23 4.078 ++ : 17.06.2-ce [2021-02-18T08:44:32.556Z] #23 4.078 + install_dockercli [2021-02-18T08:44:32.556Z] #23 4.078 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T08:44:32.556Z] #23 4.078 ++ uname -m [2021-02-18T08:44:32.556Z] #23 4.079 + arch=x86_64 [2021-02-18T08:44:32.556Z] #23 4.079 + '[' x86_64 '!=' x86_64 ']' [2021-02-18T08:44:32.556Z] #23 4.079 + url=https://download.docker.com/linux/static [2021-02-18T08:44:32.556Z] #23 4.081 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-18T08:44:32.556Z] #23 4.081 + tar -xz docker/docker [2021-02-18T08:44:32.556Z] #23 ... [2021-02-18T08:44:32.556Z] [2021-02-18T08:44:32.556Z] #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-18T08:44:32.556Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:44:32.556Z] #41 5.956 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:44:32.556Z] #41 6.049 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:44:32.556Z] #41 6.142 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:44:32.556Z] #41 7.623 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:44:32.556Z] #41 9.661 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:44:32.556Z] #41 ... [2021-02-18T08:44:32.556Z] [2021-02-18T08:44:32.556Z] #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-18T08:44:32.556Z] #46 sha256:4bccd62f30df41b98079a6055d52eea16fce83789e6854dc0dff6e1ea645bc24 [2021-02-18T08:44:32.556Z] #46 4.644 + RM_GOPATH=0 [2021-02-18T08:44:32.556Z] #46 4.644 + TMP_GOPATH= [2021-02-18T08:44:32.556Z] #46 4.644 + : /build [2021-02-18T08:44:32.556Z] #46 4.644 + '[' -z '' ']' [2021-02-18T08:44:32.556Z] #46 4.644 ++ mktemp -d [2021-02-18T08:44:32.556Z] #46 4.644 + export GOPATH=/tmp/tmp.zXZXiLw9PA [2021-02-18T08:44:32.556Z] #46 4.644 + GOPATH=/tmp/tmp.zXZXiLw9PA [2021-02-18T08:44:32.556Z] #46 4.644 + RM_GOPATH=1 [2021-02-18T08:44:32.556Z] #46 4.644 + case "$(go env GOARCH)" in [2021-02-18T08:44:32.556Z] #46 4.649 ++ go env GOARCH [2021-02-18T08:44:32.556Z] #46 4.672 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.556Z] #46 4.672 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.556Z] #46 4.672 ++ dirname /tmp/install/install.sh [2021-02-18T08:44:32.556Z] #46 4.672 + dir=/tmp/install [2021-02-18T08:44:32.556Z] #46 4.672 + bin=gotestsum [2021-02-18T08:44:32.556Z] #46 4.672 + shift [2021-02-18T08:44:32.556Z] #46 4.672 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T08:44:32.556Z] #46 4.672 + . /tmp/install/gotestsum.installer [2021-02-18T08:44:32.556Z] #46 4.672 ++ : v0.5.3 [2021-02-18T08:44:32.556Z] #46 4.672 + install_gotestsum [2021-02-18T08:44:32.556Z] #46 4.678 + set -e [2021-02-18T08:44:32.556Z] #46 4.678 + export GO111MODULE=on [2021-02-18T08:44:32.556Z] #46 4.678 + GO111MODULE=on [2021-02-18T08:44:32.556Z] #46 4.678 + GOBIN=/build [2021-02-18T08:44:32.556Z] #46 4.678 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T08:44:32.556Z] #46 4.694 go: finding gotest.tools v0.5.3 [2021-02-18T08:44:32.556Z] #46 4.694 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T08:44:32.556Z] #46 5.774 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T08:44:32.556Z] #46 6.516 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T08:44:32.556Z] #46 7.839 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:44:32.556Z] #46 7.862 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T08:44:32.556Z] #46 7.865 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T08:44:32.556Z] #46 7.915 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T08:44:32.556Z] #46 7.995 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:44:32.556Z] #46 8.068 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:44:32.556Z] #46 8.080 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T08:44:32.556Z] #46 8.298 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:44:32.556Z] #46 8.463 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:44:32.556Z] #46 8.505 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:44:32.556Z] #46 8.595 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T08:44:32.556Z] #46 8.626 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:44:32.556Z] #46 8.706 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:44:32.556Z] #46 8.748 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T08:44:32.556Z] #46 8.768 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:44:32.556Z] #46 8.789 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:44:32.556Z] #46 8.789 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:44:32.556Z] #46 9.062 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:44:32.556Z] #46 9.128 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:44:32.556Z] #46 ... [2021-02-18T08:44:32.556Z] [2021-02-18T08:44:32.556Z] #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-18T08:44:32.556Z] #57 sha256:0f28665ef4b645fd9d1fb6094f9d8927dbcb0371c220771ee9f5335d52b8b460 [2021-02-18T08:44:32.556Z] #57 4.661 + RM_GOPATH=0 [2021-02-18T08:44:32.556Z] #57 4.661 + TMP_GOPATH= [2021-02-18T08:44:32.556Z] #57 4.661 + : /build [2021-02-18T08:44:32.556Z] #57 4.661 + '[' -z '' ']' [2021-02-18T08:44:32.556Z] #57 4.661 ++ mktemp -d [2021-02-18T08:44:32.556Z] #57 4.665 + export GOPATH=/tmp/tmp.LRl1pWllgp [2021-02-18T08:44:32.556Z] #57 4.665 + GOPATH=/tmp/tmp.LRl1pWllgp [2021-02-18T08:44:32.556Z] #57 4.665 + RM_GOPATH=1 [2021-02-18T08:44:32.556Z] #57 4.665 + case "$(go env GOARCH)" in [2021-02-18T08:44:32.556Z] #57 4.665 ++ go env GOARCH [2021-02-18T08:44:32.556Z] #57 4.685 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.556Z] #57 4.685 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.556Z] #57 4.685 ++ dirname /tmp/install/install.sh [2021-02-18T08:44:32.556Z] #57 4.694 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:44:32.556Z] #57 4.694 + dir=/tmp/install [2021-02-18T08:44:32.556Z] #57 4.694 + bin=rootlesskit [2021-02-18T08:44:32.556Z] #57 4.694 + shift [2021-02-18T08:44:32.556Z] #57 4.694 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T08:44:32.556Z] #57 4.694 + . /tmp/install/rootlesskit.installer [2021-02-18T08:44:32.556Z] #57 4.694 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:44:32.556Z] #57 4.694 + install_rootlesskit [2021-02-18T08:44:32.556Z] #57 4.694 + case "$1" in [2021-02-18T08:44:32.556Z] #57 4.694 + export CGO_ENABLED=0 [2021-02-18T08:44:32.556Z] #57 4.694 + CGO_ENABLED=0 [2021-02-18T08:44:32.556Z] #57 4.694 + _install_rootlesskit [2021-02-18T08:44:32.556Z] #57 4.694 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T08:44:32.556Z] #57 4.694 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LRl1pWllgp/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:44:32.556Z] #57 4.694 Cloning into '/tmp/tmp.LRl1pWllgp/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T08:44:32.556Z] #57 9.693 + cd /tmp/tmp.LRl1pWllgp/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:44:32.556Z] #57 9.718 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:44:32.556Z] #57 10.52 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:44:32.556Z] #57 10.52 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T08:44:32.556Z] #57 ... [2021-02-18T08:44:32.556Z] [2021-02-18T08:44:32.556Z] #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-18T08:44:32.556Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:44:32.556Z] #12 6.075 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:44:32.556Z] #12 6.309 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:44:32.556Z] #12 6.309 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:44:32.556Z] #12 7.788 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:44:32.556Z] #12 9.673 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:44:32.556Z] #12 ... [2021-02-18T08:44:32.556Z] [2021-02-18T08:44:32.556Z] #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-18T08:44:32.556Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:44:32.556Z] #44 4.482 + RM_GOPATH=0 [2021-02-18T08:44:32.556Z] #44 4.482 + TMP_GOPATH= [2021-02-18T08:44:32.556Z] #44 4.482 + : /build [2021-02-18T08:44:32.556Z] #44 4.482 + '[' -z '' ']' [2021-02-18T08:44:32.556Z] #44 4.482 ++ mktemp -d [2021-02-18T08:44:32.556Z] #44 4.482 + export GOPATH=/tmp/tmp.62yrxv2Bai [2021-02-18T08:44:32.556Z] #44 4.482 + GOPATH=/tmp/tmp.62yrxv2Bai [2021-02-18T08:44:32.556Z] #44 4.482 + RM_GOPATH=1 [2021-02-18T08:44:32.556Z] #44 4.482 + case "$(go env GOARCH)" in [2021-02-18T08:44:32.556Z] #44 4.483 ++ go env GOARCH [2021-02-18T08:44:32.556Z] #44 4.491 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:44:32.556Z] #44 4.491 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.556Z] #44 4.491 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.556Z] #44 4.491 ++ dirname /tmp/install/install.sh [2021-02-18T08:44:32.556Z] #44 4.491 + dir=/tmp/install [2021-02-18T08:44:32.556Z] #44 4.491 + bin=vndr [2021-02-18T08:44:32.556Z] #44 4.491 + shift [2021-02-18T08:44:32.556Z] #44 4.491 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T08:44:32.556Z] #44 4.491 + . /tmp/install/vndr.installer [2021-02-18T08:44:32.556Z] #44 4.491 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:44:32.556Z] #44 4.491 + install_vndr [2021-02-18T08:44:32.556Z] #44 4.491 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T08:44:32.556Z] #44 4.491 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.62yrxv2Bai/src/github.com/LK4D4/vndr [2021-02-18T08:44:32.556Z] #44 4.495 Cloning into '/tmp/tmp.62yrxv2Bai/src/github.com/LK4D4/vndr'... [2021-02-18T08:44:32.556Z] #44 5.166 + cd /tmp/tmp.62yrxv2Bai/src/github.com/LK4D4/vndr [2021-02-18T08:44:32.556Z] #44 5.166 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:44:32.556Z] #44 5.189 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T08:44:32.556Z] #44 6.996 runtime/internal/atomic [2021-02-18T08:44:32.556Z] #44 7.024 internal/cpu [2021-02-18T08:44:32.556Z] #44 7.366 runtime/internal/sys [2021-02-18T08:44:32.556Z] #44 7.501 internal/bytealg [2021-02-18T08:44:32.556Z] #44 7.593 runtime/internal/math [2021-02-18T08:44:32.556Z] #44 7.683 internal/race [2021-02-18T08:44:32.556Z] #44 7.732 sync/atomic [2021-02-18T08:44:32.556Z] #44 8.180 unicode [2021-02-18T08:44:32.556Z] #44 8.425 runtime [2021-02-18T08:44:32.779Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.3s [2021-02-18T08:44:32.779Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.99MB / 120.17MB 3.3s [2021-02-18T08:44:32.814Z] #44 ... [2021-02-18T08:44:32.814Z] [2021-02-18T08:44:32.814Z] #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-18T08:44:32.814Z] #33 sha256:a5176199d422cd58cf0cb5d823c380741a21dbbe3f69ef7bc93fda6fa34f1a52 [2021-02-18T08:44:32.814Z] #33 5.335 + RM_GOPATH=0 [2021-02-18T08:44:32.814Z] #33 5.335 + TMP_GOPATH= [2021-02-18T08:44:32.814Z] #33 5.335 + : /build [2021-02-18T08:44:32.814Z] #33 5.335 + '[' -z '' ']' [2021-02-18T08:44:32.814Z] #33 5.341 ++ mktemp -d [2021-02-18T08:44:32.814Z] #33 5.341 + export GOPATH=/tmp/tmp.Idl7nfBEoN [2021-02-18T08:44:32.814Z] #33 5.341 + GOPATH=/tmp/tmp.Idl7nfBEoN [2021-02-18T08:44:32.814Z] #33 5.341 + RM_GOPATH=1 [2021-02-18T08:44:32.814Z] #33 5.341 + case "$(go env GOARCH)" in [2021-02-18T08:44:32.814Z] #33 5.341 ++ go env GOARCH [2021-02-18T08:44:32.814Z] #33 5.421 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.814Z] #33 5.421 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:32.814Z] #33 5.421 ++ dirname /tmp/install/install.sh [2021-02-18T08:44:32.814Z] #33 5.438 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:44:32.814Z] #33 5.438 + dir=/tmp/install [2021-02-18T08:44:32.814Z] #33 5.438 + bin=tomlv [2021-02-18T08:44:32.814Z] #33 5.438 + shift [2021-02-18T08:44:32.814Z] #33 5.438 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T08:44:32.814Z] #33 5.438 + . /tmp/install/tomlv.installer [2021-02-18T08:44:32.814Z] #33 5.438 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:44:32.814Z] #33 5.438 + install_tomlv [2021-02-18T08:44:32.814Z] #33 5.438 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T08:44:32.814Z] #33 5.438 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Idl7nfBEoN/src/github.com/BurntSushi/toml [2021-02-18T08:44:32.814Z] #33 5.453 Cloning into '/tmp/tmp.Idl7nfBEoN/src/github.com/BurntSushi/toml'... [2021-02-18T08:44:32.814Z] #33 6.499 + cd /tmp/tmp.Idl7nfBEoN/src/github.com/BurntSushi/toml [2021-02-18T08:44:32.814Z] #33 6.506 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:44:32.814Z] #33 6.557 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:44:32.814Z] #33 7.448 internal/cpu [2021-02-18T08:44:32.814Z] #33 7.479 runtime/internal/sys [2021-02-18T08:44:32.814Z] #33 7.747 math/bits [2021-02-18T08:44:32.814Z] #33 8.023 internal/bytealg [2021-02-18T08:44:32.814Z] #33 8.156 math [2021-02-18T08:44:32.814Z] #33 9.028 runtime [2021-02-18T08:44:32.814Z] #33 ... [2021-02-18T08:44:32.814Z] [2021-02-18T08:44:32.814Z] #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-18T08:44:32.814Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:44:32.814Z] #54 5.957 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:44:32.814Z] #54 6.058 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:44:32.814Z] #54 6.136 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:44:32.814Z] #54 7.482 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:44:32.814Z] #54 9.627 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:44:33.043Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 49.47MB / 120.17MB 3.4s [2021-02-18T08:44:33.043Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 55.57MB / 120.17MB 3.4s [2021-02-18T08:44:33.071Z] #54 ... [2021-02-18T08:44:33.071Z] [2021-02-18T08:44:33.071Z] #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-18T08:44:33.071Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:44:33.071Z] #39 5.273 + git clone https://github.com/docker/distribution.git . [2021-02-18T08:44:33.071Z] #39 5.283 Cloning into '.'... [2021-02-18T08:44:33.303Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 70.25MB / 120.17MB 3.7s [2021-02-18T08:44:33.336Z] #39 ... [2021-02-18T08:44:33.336Z] [2021-02-18T08:44:33.336Z] #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-18T08:44:33.336Z] #63 sha256:8036d17a0069166cf0873520ea3a18fba2474473c1d022e804a64453a442843e [2021-02-18T08:44:33.336Z] #63 4.203 + RM_GOPATH=0 [2021-02-18T08:44:33.336Z] #63 4.203 + TMP_GOPATH= [2021-02-18T08:44:33.336Z] #63 4.203 + : /build [2021-02-18T08:44:33.336Z] #63 4.203 + '[' -z '' ']' [2021-02-18T08:44:33.336Z] #63 4.203 ++ mktemp -d [2021-02-18T08:44:33.336Z] #63 4.203 + export GOPATH=/tmp/tmp.Nw0bYJaHL7 [2021-02-18T08:44:33.336Z] #63 4.203 + GOPATH=/tmp/tmp.Nw0bYJaHL7 [2021-02-18T08:44:33.336Z] #63 4.203 + RM_GOPATH=1 [2021-02-18T08:44:33.336Z] #63 4.203 + case "$(go env GOARCH)" in [2021-02-18T08:44:33.336Z] #63 4.206 ++ go env GOARCH [2021-02-18T08:44:33.337Z] #63 4.212 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:33.337Z] #63 4.212 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:33.337Z] #63 4.219 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:44:33.337Z] #63 4.219 ++ dirname /tmp/install/install.sh [2021-02-18T08:44:33.337Z] #63 4.219 + dir=/tmp/install [2021-02-18T08:44:33.337Z] #63 4.219 + bin=proxy [2021-02-18T08:44:33.337Z] #63 4.219 + shift [2021-02-18T08:44:33.337Z] #63 4.219 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T08:44:33.337Z] #63 4.219 + . /tmp/install/proxy.installer [2021-02-18T08:44:33.337Z] #63 4.219 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:44:33.337Z] #63 4.219 + install_proxy [2021-02-18T08:44:33.337Z] #63 4.219 + case "$1" in [2021-02-18T08:44:33.337Z] #63 4.219 + export CGO_ENABLED=0 [2021-02-18T08:44:33.337Z] #63 4.219 + CGO_ENABLED=0 [2021-02-18T08:44:33.337Z] #63 4.219 + _install_proxy [2021-02-18T08:44:33.337Z] #63 4.219 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T08:44:33.337Z] #63 4.219 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Nw0bYJaHL7/src/github.com/docker/libnetwork [2021-02-18T08:44:33.337Z] #63 4.220 Cloning into '/tmp/tmp.Nw0bYJaHL7/src/github.com/docker/libnetwork'... [2021-02-18T08:44:33.337Z] #63 ... [2021-02-18T08:44:33.337Z] [2021-02-18T08:44:33.337Z] #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-18T08:44:33.337Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:44:33.337Z] #48 4.300 + RM_GOPATH=0 [2021-02-18T08:44:33.337Z] #48 4.300 + TMP_GOPATH= [2021-02-18T08:44:33.337Z] #48 4.300 + : /build [2021-02-18T08:44:33.337Z] #48 4.300 + '[' -z '' ']' [2021-02-18T08:44:33.337Z] #48 4.300 ++ mktemp -d [2021-02-18T08:44:33.337Z] #48 4.300 + export GOPATH=/tmp/tmp.DujR6YPc6z [2021-02-18T08:44:33.337Z] #48 4.300 + GOPATH=/tmp/tmp.DujR6YPc6z [2021-02-18T08:44:33.337Z] #48 4.300 + RM_GOPATH=1 [2021-02-18T08:44:33.337Z] #48 4.300 + case "$(go env GOARCH)" in [2021-02-18T08:44:33.337Z] #48 4.300 ++ go env GOARCH [2021-02-18T08:44:33.337Z] #48 4.308 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:33.337Z] #48 4.308 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:44:33.337Z] #48 4.308 ++ dirname /tmp/install/install.sh [2021-02-18T08:44:33.337Z] #48 4.308 + dir=/tmp/install [2021-02-18T08:44:33.337Z] #48 4.308 + bin=golangci_lint [2021-02-18T08:44:33.337Z] #48 4.308 + shift [2021-02-18T08:44:33.337Z] #48 4.308 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T08:44:33.337Z] #48 4.308 + . /tmp/install/golangci_lint.installer [2021-02-18T08:44:33.337Z] #48 4.308 ++ : v1.23.8 [2021-02-18T08:44:33.337Z] #48 4.308 + install_golangci_lint [2021-02-18T08:44:33.337Z] #48 4.308 + set -e [2021-02-18T08:44:33.337Z] #48 4.308 + export GO111MODULE=on [2021-02-18T08:44:33.337Z] #48 4.308 + GO111MODULE=on [2021-02-18T08:44:33.337Z] #48 4.308 + GOBIN=/build [2021-02-18T08:44:33.337Z] #48 4.308 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T08:44:33.337Z] #48 4.373 go: finding github.com v1.23.8 [2021-02-18T08:44:33.337Z] #48 4.373 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T08:44:33.337Z] #48 4.373 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T08:44:33.337Z] #48 4.373 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:44:33.337Z] #48 4.373 go: finding github.com/golangci v1.23.8 [2021-02-18T08:44:33.337Z] #48 5.463 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:44:33.337Z] #48 6.201 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:44:33.564Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.8s done [2021-02-18T08:44:33.564Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 4.0s [2021-02-18T08:44:33.640Z] #48 ... [2021-02-18T08:44:33.640Z] [2021-02-18T08:44:33.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-18T08:44:33.640Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:44:33.640Z] #35 6.176 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:44:33.640Z] #35 6.259 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:44:33.640Z] #35 6.259 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:44:33.640Z] #35 7.549 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:44:33.640Z] #35 9.318 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:44:33.640Z] #35 11.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:44:33.640Z] #35 ... [2021-02-18T08:44:33.640Z] [2021-02-18T08:44:33.640Z] #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-18T08:44:33.640Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:44:33.640Z] #44 11.85 unicode/utf8 [2021-02-18T08:44:33.824Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 104.86MB / 120.17MB 4.3s [2021-02-18T08:44:34.086Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.25MB / 120.17MB 4.4s [2021-02-18T08:44:34.086Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.5s [2021-02-18T08:44:34.346Z] #9 ... [2021-02-18T08:44:34.346Z] [2021-02-18T08:44:34.346Z] #22 [internal] load build context [2021-02-18T08:44:34.346Z] #22 sha256:36613f6b0469eac1c1f74b5e7315517bc3c0e9745635744f0cb8bbf1e6bdadea [2021-02-18T08:44:34.346Z] #22 transferring context: 53.36MB 4.3s done [2021-02-18T08:44:34.346Z] #22 DONE 4.9s [2021-02-18T08:44:34.346Z] [2021-02-18T08:44:34.346Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:34.346Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:34.346Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.8s done [2021-02-18T08:44:34.346Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.9s [2021-02-18T08:44:34.599Z] #44 12.86 math [2021-02-18T08:44:35.534Z] #44 ... [2021-02-18T08:44:35.534Z] [2021-02-18T08:44:35.534Z] #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-18T08:44:35.534Z] #23 sha256:5028549cf8e0ed024647967490e4d9d193d8a6b25f5acc3ec7868d6bf52cc25c [2021-02-18T08:44:35.534Z] #23 12.87 + mkdir -p /build [2021-02-18T08:44:35.534Z] #23 12.88 + mv docker/docker /build/ [2021-02-18T08:44:35.534Z] #23 12.89 + rmdir docker [2021-02-18T08:44:35.534Z] #23 DONE 13.6s [2021-02-18T08:44:35.534Z] [2021-02-18T08:44:35.534Z] #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-18T08:44:35.534Z] #33 sha256:a5176199d422cd58cf0cb5d823c380741a21dbbe3f69ef7bc93fda6fa34f1a52 [2021-02-18T08:44:35.534Z] #33 13.31 internal/testlog [2021-02-18T08:44:35.534Z] #33 13.81 encoding [2021-02-18T08:44:35.790Z] #33 14.00 runtime/cgo [2021-02-18T08:44:36.258Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.2s done [2021-02-18T08:44:36.258Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 6.2s done [2021-02-18T08:44:36.518Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-02-18T08:44:37.092Z] #9 ... [2021-02-18T08:44:37.092Z] [2021-02-18T08:44:37.092Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:44:37.092Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T08:44:37.092Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T08:44:37.092Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T08:44:37.092Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-18T08:44:37.092Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-18T08:44:37.092Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.2s done [2021-02-18T08:44:37.092Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.0s done [2021-02-18T08:44:37.092Z] #25 DONE 7.6s [2021-02-18T08:44:37.092Z] [2021-02-18T08:44:37.092Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:37.092Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:37.092Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.6s done [2021-02-18T08:44:37.352Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s [2021-02-18T08:44:37.921Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-02-18T08:44:37.921Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-18T08:44:38.181Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2021-02-18T08:44:38.441Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-02-18T08:44:39.055Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f4dbf7fded518bd0) in /home/ubuntu/workspace/moby_PR-41973 [Pipeline] { [Pipeline] checkout [2021-02-18T08:44:39.226Z] The recommended git tool is: git [2021-02-18T08:44:41.037Z] #33 ... [2021-02-18T08:44:41.037Z] [2021-02-18T08:44:41.037Z] #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-18T08:44:41.037Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:44:41.037Z] #48 14.75 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:44:41.037Z] #48 14.76 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T08:44:41.037Z] #48 14.83 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T08:44:41.037Z] #48 14.84 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:44:41.037Z] #48 14.86 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:44:41.037Z] #48 14.95 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T08:44:41.037Z] #48 14.99 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:44:41.037Z] #48 15.03 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:44:41.037Z] #48 15.19 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:44:41.037Z] #48 15.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:44:41.037Z] #48 15.29 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T08:44:41.037Z] #48 15.32 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:44:41.037Z] #48 15.36 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:44:41.037Z] #48 15.52 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:44:41.037Z] #48 15.56 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:44:41.037Z] #48 15.64 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:44:41.037Z] #48 15.77 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T08:44:41.037Z] #48 15.80 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:44:41.037Z] #48 15.89 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:44:41.037Z] #48 15.93 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T08:44:41.037Z] #48 15.98 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:44:41.037Z] #48 16.05 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T08:44:41.037Z] #48 16.09 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:44:41.037Z] #48 16.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:44:41.037Z] #48 16.42 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T08:44:41.037Z] #48 16.50 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:44:41.037Z] #48 16.63 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T08:44:41.037Z] #48 16.77 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:44:41.037Z] #48 16.80 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:44:41.037Z] #48 17.20 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T08:44:41.037Z] #48 17.35 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T08:44:41.037Z] #48 17.56 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T08:44:41.037Z] #48 17.57 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:44:41.037Z] #48 19.12 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:44:42.358Z] using credential docker-jenkins-github-credentials [2021-02-18T08:44:42.366Z] Cloning the remote Git repository [2021-02-18T08:44:42.366Z] Cloning with configured refspecs honoured and without tags [2021-02-18T08:44:42.640Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.0s done [2021-02-18T08:44:42.640Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-02-18T08:44:42.443Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T08:44:42.498Z] > git init /home/ubuntu/workspace/moby_PR-41973 # timeout=10 [2021-02-18T08:44:42.754Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:44:42.755Z] > git --version # timeout=10 [2021-02-18T08:44:42.771Z] > git --version # 'git version 2.17.1' [2021-02-18T08:44:42.771Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:44:42.773Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:44:42.929Z] #48 ... [2021-02-18T08:44:42.929Z] [2021-02-18T08:44:42.929Z] #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-18T08:44:42.929Z] #46 sha256:4bccd62f30df41b98079a6055d52eea16fce83789e6854dc0dff6e1ea645bc24 [2021-02-18T08:44:42.929Z] #46 10.98 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:44:42.929Z] #46 12.42 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:44:42.929Z] #46 14.02 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:44:42.929Z] #46 17.62 go: finding github.com/fatih/color v1.9.0 [2021-02-18T08:44:42.929Z] #46 17.64 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:44:42.929Z] #46 17.77 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T08:44:42.929Z] #46 17.83 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:44:42.929Z] #46 17.83 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T08:44:42.929Z] #46 17.94 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:44:42.929Z] #46 18.18 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:44:42.929Z] #46 18.37 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:44:42.929Z] #46 18.43 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:44:42.929Z] #46 18.47 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:44:42.929Z] #46 18.53 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:44:42.929Z] #46 ... [2021-02-18T08:44:42.929Z] [2021-02-18T08:44:42.929Z] #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-18T08:44:42.929Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:44:42.929Z] #48 21.18 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:44:42.929Z] #48 21.18 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:44:42.929Z] #48 21.19 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:44:42.929Z] #48 21.23 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:44:43.186Z] #48 21.23 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T08:44:43.186Z] #48 21.23 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:44:43.186Z] #48 21.23 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:44:43.186Z] #48 21.23 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:44:43.186Z] #48 21.23 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:44:43.186Z] #48 21.24 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T08:44:43.186Z] #48 21.32 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:44:43.186Z] #48 21.32 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:44:43.186Z] #48 21.37 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:44:43.186Z] #48 21.45 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T08:44:43.457Z] #48 21.60 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:44:43.457Z] #48 21.64 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:44:43.457Z] #48 ... [2021-02-18T08:44:43.457Z] [2021-02-18T08:44:43.457Z] #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-18T08:44:43.457Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:44:43.457Z] #54 11.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:44:43.457Z] #54 ... [2021-02-18T08:44:43.457Z] [2021-02-18T08:44:43.457Z] #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-18T08:44:43.457Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:44:43.457Z] #48 21.65 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:44:43.457Z] #48 21.70 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:44:43.457Z] #48 21.71 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:44:43.457Z] #48 21.72 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T08:44:43.457Z] #48 21.75 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:44:43.714Z] #48 21.76 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:44:43.714Z] #48 21.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:44:43.714Z] #48 21.89 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T08:44:43.714Z] #48 21.90 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:44:43.714Z] #48 ... [2021-02-18T08:44:43.714Z] [2021-02-18T08:44:43.714Z] #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-18T08:44:43.714Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:44:43.714Z] #12 11.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:44:43.971Z] #12 ... [2021-02-18T08:44:43.971Z] [2021-02-18T08:44:43.971Z] #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-18T08:44:43.971Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:44:43.971Z] #48 22.12 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:44:43.971Z] #48 22.14 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:44:43.971Z] #48 22.22 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:44:43.971Z] #48 22.24 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:44:43.971Z] #48 ... [2021-02-18T08:44:43.971Z] [2021-02-18T08:44:43.971Z] #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-18T08:44:43.971Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:44:43.971Z] #41 12.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:44:44.253Z] #41 ... [2021-02-18T08:44:44.253Z] [2021-02-18T08:44:44.253Z] #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-18T08:44:44.253Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:44:44.253Z] #48 22.26 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:44:44.253Z] #48 22.26 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T08:44:44.253Z] #48 22.29 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:44:44.253Z] #48 22.30 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:44:44.253Z] #48 22.33 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:44:44.253Z] #48 22.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:44:44.253Z] #48 22.34 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:44:44.253Z] #48 22.34 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:44:44.253Z] #48 22.54 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:44:44.510Z] #48 22.56 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:44:44.510Z] #48 22.56 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:44:44.510Z] #48 22.66 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:44:44.767Z] #48 22.79 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:44:44.767Z] #48 22.79 go: downloading golang.org/x/text v0.3.2 [2021-02-18T08:44:44.767Z] #48 22.90 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:44:44.767Z] #48 22.94 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:44:44.767Z] #48 22.95 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:44:44.767Z] #48 22.98 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:44:44.767Z] #48 22.98 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:44:44.767Z] #48 23.03 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:44:45.023Z] #48 23.22 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:44:45.023Z] #48 23.22 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:44:45.024Z] #48 23.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:44:45.024Z] #48 23.32 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:44:45.024Z] #48 23.40 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:44:45.281Z] #48 23.44 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:44:45.281Z] #48 23.55 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T08:44:45.537Z] #48 23.67 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:44:45.537Z] #48 23.84 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:44:45.874Z] #48 24.03 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:44:45.874Z] #48 24.04 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:44:45.874Z] #48 24.14 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T08:44:45.985Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2021-02-18T08:44:46.246Z] #9 ... [2021-02-18T08:44:46.246Z] [2021-02-18T08:44:46.246Z] #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-18T08:44:46.246Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T08:44:46.246Z] #26 1.013 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:44:46.246Z] #26 1.025 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:44:46.246Z] #26 1.025 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:44:46.246Z] #26 1.175 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:44:46.246Z] #26 1.379 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:44:46.246Z] #26 1.659 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:44:46.246Z] #26 3.289 Fetched 8422 kB in 3s (3330 kB/s) [2021-02-18T08:44:46.246Z] #26 3.289 Reading package lists... [2021-02-18T08:44:46.246Z] #26 4.201 Reading package lists... [2021-02-18T08:44:46.246Z] #26 5.123 Building dependency tree... [2021-02-18T08:44:46.246Z] #26 5.439 The following additional packages will be installed: [2021-02-18T08:44:46.246Z] #26 5.439 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T08:44:46.246Z] #26 5.439 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T08:44:46.246Z] #26 5.439 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T08:44:46.246Z] #26 5.439 Suggested packages: [2021-02-18T08:44:46.246Z] #26 5.439 krb5-doc krb5-user [2021-02-18T08:44:46.246Z] #26 5.439 Recommended packages: [2021-02-18T08:44:46.246Z] #26 5.439 krb5-locales publicsuffix libsasl2-modules [2021-02-18T08:44:46.246Z] #26 5.607 The following NEW packages will be installed: [2021-02-18T08:44:46.246Z] #26 5.607 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T08:44:46.246Z] #26 5.607 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T08:44:46.246Z] #26 5.607 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T08:44:46.246Z] #26 5.615 libssh2-1 libssl1.1 openssl [2021-02-18T08:44:46.246Z] #26 5.885 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T08:44:46.246Z] #26 5.885 Need to get 5057 kB of archives. [2021-02-18T08:44:46.246Z] #26 5.885 After this operation, 12.1 MB of additional disk space will be used. [2021-02-18T08:44:46.246Z] #26 5.885 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-18T08:44:46.246Z] #26 5.885 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-18T08:44:46.246Z] #26 5.887 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T08:44:46.246Z] #26 5.889 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-18T08:44:46.246Z] #26 5.889 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-18T08:44:46.246Z] #26 5.890 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-18T08:44:46.246Z] #26 5.908 Get:7 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-18T08:44:46.246Z] #26 5.908 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-18T08:44:46.246Z] #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-18T08:44:46.246Z] #26 5.913 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-18T08:44:46.246Z] #26 5.918 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-18T08:44:46.246Z] #26 5.923 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-18T08:44:46.246Z] #26 5.923 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-18T08:44:46.246Z] #26 5.923 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-18T08:44:46.246Z] #26 5.935 Get:15 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-18T08:44:46.246Z] #26 5.935 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-18T08:44:46.246Z] #26 5.935 Get:17 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-18T08:44:46.246Z] #26 5.935 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T08:44:46.246Z] #26 5.941 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T08:44:46.246Z] #26 5.950 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T08:44:46.246Z] #26 5.953 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T08:44:46.246Z] #26 6.134 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:44:46.246Z] #26 6.154 Fetched 5057 kB in 0s (15.5 MB/s) [2021-02-18T08:44:46.246Z] #26 6.209 Selecting previously unselected package libssl1.1:amd64. [2021-02-18T08:44:46.246Z] #26 6.209 (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-18T08:44:46.246Z] #26 6.209 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 6.222 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:44:46.246Z] #26 6.417 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T08:44:46.246Z] #26 6.417 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 6.422 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 6.465 Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T08:44:46.246Z] #26 6.467 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 6.472 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 6.521 Selecting previously unselected package libldap-common. [2021-02-18T08:44:46.246Z] #26 6.521 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T08:44:46.246Z] #26 6.528 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:44:46.246Z] #26 6.579 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T08:44:46.246Z] #26 6.579 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 6.583 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:44:46.246Z] #26 6.658 Selecting previously unselected package openssl. [2021-02-18T08:44:46.246Z] #26 6.658 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 6.690 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:44:46.246Z] #26 6.840 Selecting previously unselected package ca-certificates. [2021-02-18T08:44:46.246Z] #26 6.840 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T08:44:46.246Z] #26 6.851 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T08:44:46.246Z] #26 6.921 Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T08:44:46.246Z] #26 6.921 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 6.929 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-18T08:44:46.246Z] #26 6.967 Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T08:44:46.246Z] #26 6.967 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 6.971 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 7.031 Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T08:44:46.246Z] #26 7.031 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.035 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 7.097 Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T08:44:46.246Z] #26 7.097 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.103 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 7.197 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T08:44:46.246Z] #26 7.197 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.201 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 7.265 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T08:44:46.246Z] #26 7.265 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.269 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 7.344 Selecting previously unselected package libpsl5:amd64. [2021-02-18T08:44:46.246Z] #26 7.344 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.350 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-18T08:44:46.246Z] #26 7.399 Selecting previously unselected package librtmp1:amd64. [2021-02-18T08:44:46.246Z] #26 7.399 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.405 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:44:46.246Z] #26 7.455 Selecting previously unselected package libssh2-1:amd64. [2021-02-18T08:44:46.246Z] #26 7.455 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.467 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T08:44:46.246Z] #26 7.516 Selecting previously unselected package libcurl4:amd64. [2021-02-18T08:44:46.246Z] #26 7.516 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.524 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 7.590 Selecting previously unselected package curl. [2021-02-18T08:44:46.246Z] #26 7.590 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.600 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 7.671 Selecting previously unselected package libonig5:amd64. [2021-02-18T08:44:46.246Z] #26 7.673 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.677 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:44:46.246Z] #26 7.741 Selecting previously unselected package libjq1:amd64. [2021-02-18T08:44:46.246Z] #26 7.742 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.748 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:44:46.246Z] #26 7.796 Selecting previously unselected package jq. [2021-02-18T08:44:46.246Z] #26 7.797 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:44:46.246Z] #26 7.805 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:44:46.246Z] #26 7.860 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-18T08:44:46.246Z] #26 7.877 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-18T08:44:46.246Z] #26 7.892 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:44:46.246Z] #26 8.004 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 8.018 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:44:46.246Z] #26 8.042 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 8.055 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 8.069 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:44:46.246Z] #26 8.083 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 8.098 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 8.112 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T08:44:46.246Z] #26 8.159 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:46.246Z] #26 8.177 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:44:46.246Z] #26 8.205 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:44:46.246Z] #26 8.221 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:44:46.246Z] #26 8.243 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:44:46.246Z] #26 8.257 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T08:44:46.246Z] #26 8.965 Updating certificates in /etc/ssl/certs... [2021-02-18T08:44:46.246Z] #26 ... [2021-02-18T08:44:46.246Z] [2021-02-18T08:44:46.246Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:46.246Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:46.246Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2021-02-18T08:44:46.438Z] #48 24.54 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:44:46.438Z] #48 24.67 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:44:46.438Z] #48 24.67 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:44:46.438Z] #48 24.68 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T08:44:46.438Z] #48 24.68 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:44:46.438Z] #48 24.80 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:44:46.695Z] #48 24.81 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:44:46.695Z] #48 24.94 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:44:46.954Z] #48 25.16 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:44:46.954Z] #48 25.17 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:44:47.211Z] #48 25.29 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:44:47.211Z] #48 25.38 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:44:47.211Z] #48 25.38 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T08:44:47.467Z] #48 25.65 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:44:47.467Z] #48 25.80 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:44:47.724Z] #48 25.83 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:44:47.980Z] #48 26.15 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:44:48.237Z] #48 26.32 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:44:48.493Z] #48 26.58 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:44:48.493Z] #48 26.79 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T08:44:48.750Z] #48 26.89 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:44:49.009Z] #48 27.14 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:44:49.009Z] #48 27.15 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:44:49.009Z] #48 27.24 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:44:49.009Z] #48 27.29 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:44:49.009Z] #48 ... [2021-02-18T08:44:49.009Z] [2021-02-18T08:44:49.009Z] #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-18T08:44:49.009Z] #50 sha256:560c2ebeffaca02acf7a6876e1c8e48bc877308bf97238bb815203b4ddde56ee [2021-02-18T08:44:49.009Z] #50 17.14 + cd /tmp/tmp.tcVwqRLDiG/src/github.com/mvdan/sh [2021-02-18T08:44:49.009Z] #50 17.14 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:44:49.009Z] #50 17.29 + GO111MODULE=on [2021-02-18T08:44:49.009Z] #50 17.30 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T08:44:49.009Z] #50 18.55 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:44:49.009Z] #50 18.61 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:44:49.009Z] #50 18.67 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:44:49.009Z] #50 19.00 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:44:49.009Z] #50 19.03 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:44:49.010Z] #50 19.78 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:44:49.010Z] #50 20.54 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:44:49.010Z] #50 21.89 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:44:49.010Z] #50 23.25 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:44:49.010Z] #50 23.29 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:44:49.010Z] #50 23.53 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:44:49.010Z] #50 23.61 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:44:49.010Z] #50 24.41 runtime [2021-02-18T08:44:49.266Z] #50 ... [2021-02-18T08:44:49.266Z] [2021-02-18T08:44:49.266Z] #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-18T08:44:49.266Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:44:49.266Z] #44 17.17 unicode/utf16 [2021-02-18T08:44:49.266Z] #44 17.35 container/list [2021-02-18T08:44:49.266Z] #44 17.86 crypto/internal/subtle [2021-02-18T08:44:49.266Z] #44 17.99 crypto/subtle [2021-02-18T08:44:49.266Z] #44 18.11 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T08:44:49.266Z] #44 18.23 internal/nettrace [2021-02-18T08:44:49.266Z] #44 18.35 runtime/cgo [2021-02-18T08:44:49.266Z] #44 ... [2021-02-18T08:44:49.266Z] [2021-02-18T08:44:49.266Z] #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-18T08:44:49.266Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:44:49.266Z] #48 27.37 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:44:49.266Z] #48 27.46 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:44:49.266Z] #48 27.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:44:49.528Z] #48 27.63 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:44:49.528Z] #48 27.76 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:44:49.528Z] #48 27.85 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:44:49.786Z] #48 27.85 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:44:49.786Z] #48 27.95 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:44:49.786Z] #48 27.96 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:44:49.786Z] #48 27.96 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:44:50.043Z] #48 28.16 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:44:50.043Z] #48 28.19 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T08:44:50.043Z] #48 28.20 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:44:50.043Z] #48 28.20 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:44:50.043Z] #48 28.32 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:44:50.043Z] #48 28.34 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T08:44:50.043Z] #48 28.35 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T08:44:50.300Z] #48 28.66 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:44:50.568Z] #48 28.70 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T08:44:50.568Z] #48 28.71 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T08:44:50.568Z] #48 28.81 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:44:50.568Z] #48 28.85 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T08:44:50.568Z] #48 28.91 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:44:50.825Z] #48 28.92 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:44:50.825Z] #48 29.00 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:44:50.825Z] #48 29.07 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:44:51.083Z] #48 29.26 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:44:51.083Z] #48 29.35 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:44:51.340Z] #48 29.35 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:44:51.526Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s done [2021-02-18T08:44:51.526Z] #9 ... [2021-02-18T08:44:51.526Z] [2021-02-18T08:44:51.526Z] #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-18T08:44:51.526Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T08:44:51.526Z] #26 9.874 137 added, 0 removed; done. [2021-02-18T08:44:51.526Z] #26 9.914 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:44:51.526Z] #26 9.928 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:44:51.526Z] #26 9.944 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T08:44:51.526Z] #26 9.962 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T08:44:51.526Z] #26 10.000 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:44:51.526Z] #26 10.02 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T08:44:51.526Z] #26 10.03 Updating certificates in /etc/ssl/certs... [2021-02-18T08:44:51.526Z] #26 10.72 0 added, 0 removed; done. [2021-02-18T08:44:51.526Z] #26 10.72 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T08:44:51.526Z] #26 10.72 done. [2021-02-18T08:44:51.526Z] #26 DONE 14.3s [2021-02-18T08:44:51.526Z] [2021-02-18T08:44:51.526Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:51.526Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:51.526Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-02-18T08:44:51.526Z] #9 ... [2021-02-18T08:44:51.526Z] [2021-02-18T08:44:51.526Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T08:44:51.526Z] #27 sha256:f524f1944b1b6e84dc583687fc4935cedf98ddda9d8ec5d7453275e4ab8f6ca0 [2021-02-18T08:44:51.790Z] #27 DONE 0.2s [2021-02-18T08:44:51.790Z] [2021-02-18T08:44:51.790Z] #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-18T08:44:51.790Z] #28 sha256:a36f6bc431587e926d4555f2d5492c157f7488b0debc7c95c08777066e9b2dcf [2021-02-18T08:44:52.050Z] #28 ... [2021-02-18T08:44:52.050Z] [2021-02-18T08:44:52.050Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:44:52.050Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:44:52.050Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-18T08:44:52.050Z] #9 DONE 22.3s [2021-02-18T08:44:52.050Z] [2021-02-18T08:44:52.050Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T08:44:52.050Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T08:44:52.274Z] #48 30.61 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:44:52.619Z] #10 DONE 0.6s [2021-02-18T08:44:52.619Z] [2021-02-18T08:44:52.619Z] #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-18T08:44:52.619Z] #28 sha256:a36f6bc431587e926d4555f2d5492c157f7488b0debc7c95c08777066e9b2dcf [2021-02-18T08:44:52.619Z] #28 0.938 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T08:44:52.619Z] #28 1.057 [2021-02-18T08:44:53.215Z] #48 31.28 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T08:44:53.403Z] #28 1.176 ## 3.2% #################### 28.7% ######################################## 56.4% ###################################################### 76.3% ##################################################################### 96.2% ######################################################################## 100.0% [2021-02-18T08:44:53.403Z] #28 1.677 [2021-02-18T08:44:53.664Z] #28 1.789 ########################################## 58.4% ######################################################################## 100.0% [2021-02-18T08:44:53.664Z] #28 1.862 [2021-02-18T08:44:53.664Z] #28 1.974 ############# 18.4% ######################################################################## 100.0% [2021-02-18T08:44:53.664Z] #28 2.088 [2021-02-18T08:44:54.443Z] #28 2.201 ## 3.6% ###################### 30.6% ################################## 48.5% ################################################# 69.1% ############################################################## 86.7% ######################################################################## 100.0% [2021-02-18T08:44:54.443Z] #28 2.720 [2021-02-18T08:44:54.443Z] [2021-02-18T08:44:54.443Z] #28 ... [2021-02-18T08:44:54.443Z] [2021-02-18T08:44:54.443Z] #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-18T08:44:54.443Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T08:44:54.443Z] #11 DONE 1.9s [2021-02-18T08:44:54.443Z] [2021-02-18T08:44:54.443Z] #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-18T08:44:54.443Z] #28 sha256:a36f6bc431587e926d4555f2d5492c157f7488b0debc7c95c08777066e9b2dcf [2021-02-18T08:44:54.588Z] #48 ... [2021-02-18T08:44:54.588Z] [2021-02-18T08:44:54.588Z] #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-18T08:44:54.588Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:44:54.588Z] #39 22.61 Checking out files: 92% (1561/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-18T08:44:54.588Z] #39 22.73 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T08:44:54.588Z] #39 25.35 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-18T08:44:54.845Z] #39 ... [2021-02-18T08:44:54.845Z] [2021-02-18T08:44:54.845Z] #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-18T08:44:54.845Z] #63 sha256:8036d17a0069166cf0873520ea3a18fba2474473c1d022e804a64453a442843e [2021-02-18T08:44:54.845Z] #63 23.56 Checking out files: 63% (1215/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-18T08:44:54.845Z] #63 24.33 + cd /tmp/tmp.Nw0bYJaHL7/src/github.com/docker/libnetwork [2021-02-18T08:44:54.845Z] #63 24.33 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:44:54.845Z] #63 24.98 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T08:44:54.845Z] #63 ... [2021-02-18T08:44:54.845Z] [2021-02-18T08:44:54.845Z] #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-18T08:44:54.845Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:44:54.845Z] #35 23.08 Fetched 8422 kB in 17s (491 kB/s) [2021-02-18T08:44:54.845Z] #35 23.08 Reading package lists... [2021-02-18T08:44:55.102Z] #35 30.26 Reading package lists... [2021-02-18T08:44:55.102Z] #35 ... [2021-02-18T08:44:55.102Z] [2021-02-18T08:44:55.102Z] #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-18T08:44:55.102Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:44:55.102Z] #54 23.09 Fetched 8422 kB in 17s (484 kB/s) [2021-02-18T08:44:55.102Z] #54 23.09 Reading package lists... [2021-02-18T08:44:55.102Z] #54 29.92 Reading package lists... [2021-02-18T08:44:55.102Z] #54 ... [2021-02-18T08:44:55.102Z] [2021-02-18T08:44:55.102Z] #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-18T08:44:55.102Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:44:55.102Z] #41 23.35 Fetched 8422 kB in 18s (474 kB/s) [2021-02-18T08:44:55.102Z] #41 23.35 Reading package lists... [2021-02-18T08:44:55.250Z] #28 2.834 0.0% ## 3.3% ######## 11.4% ########## 14.2% ############### 21.3% ##################### 30.2% ######################### 36.0% ############################# 41.2% [2021-02-18T08:44:55.250Z] #28 ... [2021-02-18T08:44:55.250Z] [2021-02-18T08:44:55.250Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T08:44:55.250Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T08:44:55.250Z] #38 DONE 0.8s [2021-02-18T08:44:55.250Z] [2021-02-18T08:44:55.250Z] #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-18T08:44:55.250Z] #28 sha256:a36f6bc431587e926d4555f2d5492c157f7488b0debc7c95c08777066e9b2dcf [2021-02-18T08:44:55.360Z] #41 29.64 Reading package lists... [2021-02-18T08:44:55.360Z] #41 ... [2021-02-18T08:44:55.360Z] [2021-02-18T08:44:55.360Z] #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-18T08:44:55.360Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:44:55.360Z] #12 23.76 Fetched 8422 kB in 18s (469 kB/s) [2021-02-18T08:44:55.360Z] #12 23.76 Reading package lists... [2021-02-18T08:44:56.312Z] #28 2.834 0.0% ## 3.3% ######## 11.4% ########## 14.2% ############### 21.3% ##################### 30.2% ######################### 36.0% ############################# 41.2% ################################# 46.4% ##################################### 51.4% ######################################## 56.8% ############################################ 62.0% ################################################ 67.2% #################################################### 72.5% ####################################################### 77.7% ########################################################### 82.9% ############################################################# 86.0% ################################################################ 89.5% #28 ... [2021-02-18T08:44:56.312Z] [2021-02-18T08:44:56.312Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T08:44:56.312Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T08:44:56.312Z] #30 DONE 1.9s [2021-02-18T08:44:56.312Z] [2021-02-18T08:44:56.312Z] #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-18T08:44:56.312Z] #28 sha256:a36f6bc431587e926d4555f2d5492c157f7488b0debc7c95c08777066e9b2dcf [2021-02-18T08:44:56.312Z] #28 2.834 0.0% ## 3.3% ######## 11.4% ########## 14.2% ############### 21.3% ##################### 30.2% ######################### 36.0% ############################# 41.2% ################################# 46.4% ##################################### 51.4% ######################################## 56.8% ############################################ 62.0% ################################################ 67.2% #################################################### 72.5% ####################################################### 77.7% ########################################################### 82.9% ############################################################# 86.0% ################################################################ 89.5% ####################################################################### 99.6% ######################################################################## 100.0% [2021-02-18T08:44:56.312Z] #28 4.734 [2021-02-18T08:44:56.897Z] #28 5.243 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T08:44:56.897Z] #28 5.349 [2021-02-18T08:44:57.180Z] #28 5.450 ######################################################################## 100.0% [2021-02-18T08:44:57.180Z] #28 5.526 [2021-02-18T08:44:57.883Z] #12 30.95 Reading package lists... [2021-02-18T08:44:57.883Z] #12 ... [2021-02-18T08:44:57.883Z] [2021-02-18T08:44:57.883Z] #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-18T08:44:57.883Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:44:57.883Z] #54 29.92 Reading package lists... [2021-02-18T08:44:58.121Z] #28 6.322 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T08:44:58.121Z] #28 6.440 [2021-02-18T08:44:58.121Z] #28 6.530 ######################################################################## 100.0% [2021-02-18T08:44:58.121Z] #28 6.553 [2021-02-18T08:44:58.695Z] #28 6.884 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T08:44:58.695Z] #28 6.960 [2021-02-18T08:44:59.224Z] #28 7.081 ##### 7.9% ################# 24.9% ################################# 47.0% ################################################ 67.9% ############################################################# 85.3% ######################################################################## 100.0% [2021-02-18T08:44:59.224Z] #28 7.589 [2021-02-18T08:44:59.484Z] #28 7.912 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T08:44:59.514Z] #54 36.17 Building dependency tree... [2021-02-18T08:44:59.744Z] #28 8.036 [2021-02-18T08:44:59.744Z] #28 8.083 ######################################################################## 100.0% [2021-02-18T08:44:59.744Z] #28 8.124 [2021-02-18T08:45:00.003Z] #28 8.377 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T08:45:00.003Z] #28 8.480 [2021-02-18T08:45:00.265Z] #28 8.535 ######################################################################## 100.0% [2021-02-18T08:45:00.265Z] #28 8.559 [2021-02-18T08:45:00.265Z] #28 8.589 Download of images into '/build' complete. [2021-02-18T08:45:00.265Z] #28 8.589 Use something like the following to load the result into a Docker daemon: [2021-02-18T08:45:00.265Z] #28 8.589 tar -cC '/build' . | docker load [2021-02-18T08:45:00.605Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-01cb6586f71916688) in /home/ubuntu/workspace/moby_PR-41973 [Pipeline] { [2021-02-18T08:45:00.618Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0279eb1aa765b918f) in /home/ubuntu/workspace/moby_PR-41973 [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2021-02-18T08:45:00.830Z] The recommended git tool is: git [2021-02-18T08:45:00.853Z] The recommended git tool is: git [2021-02-18T08:45:00.884Z] #54 ... [2021-02-18T08:45:00.884Z] [2021-02-18T08:45:00.884Z] #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-18T08:45:00.884Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:45:00.884Z] #44 28.78 vendor/golang.org/x/crypto/curve25519 [2021-02-18T08:45:00.884Z] #44 38.33 internal/reflectlite [2021-02-18T08:45:00.884Z] #44 38.34 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T08:45:00.884Z] #44 38.77 math/rand [2021-02-18T08:45:00.884Z] #44 ... [2021-02-18T08:45:00.884Z] [2021-02-18T08:45:00.884Z] #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-18T08:45:00.884Z] #33 sha256:a5176199d422cd58cf0cb5d823c380741a21dbbe3f69ef7bc93fda6fa34f1a52 [2021-02-18T08:45:00.884Z] #33 36.51 sync [2021-02-18T08:45:00.884Z] #33 36.52 internal/reflectlite [2021-02-18T08:45:00.884Z] #33 38.96 sort [2021-02-18T08:45:00.884Z] #33 38.97 errors [2021-02-18T08:45:01.141Z] #33 39.40 strconv [2021-02-18T08:45:01.650Z] #28 DONE 10.0s [2021-02-18T08:45:01.650Z] [2021-02-18T08:45:01.650Z] #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-18T08:45:01.650Z] #63 sha256:e91631c816d13e85a85900bad0f715273bcb6a664953c06bc135f46c7722e072 [2021-02-18T08:45:01.650Z] #63 6.298 + RM_GOPATH=0 [2021-02-18T08:45:01.650Z] #63 6.298 + TMP_GOPATH= [2021-02-18T08:45:01.650Z] #63 6.298 + : /build [2021-02-18T08:45:01.650Z] #63 6.298 + '[' -z '' ']' [2021-02-18T08:45:01.650Z] #63 6.298 ++ mktemp -d [2021-02-18T08:45:01.650Z] #63 6.299 + export GOPATH=/tmp/tmp.wTf9zOGHof [2021-02-18T08:45:01.650Z] #63 6.299 + GOPATH=/tmp/tmp.wTf9zOGHof [2021-02-18T08:45:01.650Z] #63 6.299 + RM_GOPATH=1 [2021-02-18T08:45:01.650Z] #63 6.299 + case "$(go env GOARCH)" in [2021-02-18T08:45:01.650Z] #63 6.303 ++ go env GOARCH [2021-02-18T08:45:01.650Z] #63 6.306 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:01.650Z] #63 6.306 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:01.650Z] #63 6.306 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:01.650Z] #63 6.307 + dir=/tmp/install [2021-02-18T08:45:01.650Z] #63 6.307 + bin=proxy [2021-02-18T08:45:01.650Z] #63 6.307 + shift [2021-02-18T08:45:01.650Z] #63 6.307 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T08:45:01.650Z] #63 6.307 + . /tmp/install/proxy.installer [2021-02-18T08:45:01.650Z] #63 6.309 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:45:01.650Z] #63 6.309 + install_proxy [2021-02-18T08:45:01.650Z] #63 6.309 + case "$1" in [2021-02-18T08:45:01.650Z] #63 6.309 + export CGO_ENABLED=0 [2021-02-18T08:45:01.650Z] #63 6.309 + CGO_ENABLED=0 [2021-02-18T08:45:01.650Z] #63 6.309 + _install_proxy [2021-02-18T08:45:01.650Z] #63 6.309 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T08:45:01.650Z] #63 6.309 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.wTf9zOGHof/src/github.com/docker/libnetwork [2021-02-18T08:45:01.650Z] #63 6.309 Cloning into '/tmp/tmp.wTf9zOGHof/src/github.com/docker/libnetwork'... [2021-02-18T08:45:01.650Z] #63 6.310 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:45:02.073Z] #33 40.29 io [2021-02-18T08:45:02.220Z] #63 ... [2021-02-18T08:45:02.220Z] [2021-02-18T08:45:02.220Z] #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-18T08:45:02.220Z] #33 sha256:bcc38ccf68c0b65bf32db33ccdbd1b2d0732bc5376a75b2dc10f306fbf319e46 [2021-02-18T08:45:02.220Z] #33 7.394 + RM_GOPATH=0 [2021-02-18T08:45:02.220Z] #33 7.394 + TMP_GOPATH= [2021-02-18T08:45:02.220Z] #33 7.394 + : /build [2021-02-18T08:45:02.220Z] #33 7.394 + '[' -z '' ']' [2021-02-18T08:45:02.220Z] #33 7.394 ++ mktemp -d [2021-02-18T08:45:02.220Z] #33 7.408 + export GOPATH=/tmp/tmp.piFwcsiif7 [2021-02-18T08:45:02.220Z] #33 7.408 + GOPATH=/tmp/tmp.piFwcsiif7 [2021-02-18T08:45:02.220Z] #33 7.408 + RM_GOPATH=1 [2021-02-18T08:45:02.220Z] #33 7.408 + case "$(go env GOARCH)" in [2021-02-18T08:45:02.220Z] #33 7.408 ++ go env GOARCH [2021-02-18T08:45:02.220Z] #33 7.493 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:02.220Z] #33 7.495 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:02.220Z] #33 7.495 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:02.220Z] #33 7.513 + dir=/tmp/install [2021-02-18T08:45:02.220Z] #33 7.513 + bin=tomlv [2021-02-18T08:45:02.220Z] #33 7.513 + shift [2021-02-18T08:45:02.220Z] #33 7.513 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T08:45:02.220Z] #33 7.513 + . /tmp/install/tomlv.installer [2021-02-18T08:45:02.220Z] #33 7.513 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:45:02.220Z] #33 7.513 + install_tomlv [2021-02-18T08:45:02.220Z] #33 7.513 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T08:45:02.220Z] #33 7.513 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:45:02.220Z] #33 7.525 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.piFwcsiif7/src/github.com/BurntSushi/toml [2021-02-18T08:45:02.220Z] #33 7.533 Cloning into '/tmp/tmp.piFwcsiif7/src/github.com/BurntSushi/toml'... [2021-02-18T08:45:03.446Z] #33 41.50 internal/oserror [2021-02-18T08:45:03.446Z] #33 41.58 syscall [2021-02-18T08:45:03.724Z] #33 ... [2021-02-18T08:45:03.724Z] [2021-02-18T08:45:03.724Z] #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-18T08:45:03.724Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:45:03.724Z] #48 36.36 go: extracting golang.org/x/text v0.3.2 [2021-02-18T08:45:03.724Z] #48 40.89 go: finding github.com/fatih/color v1.7.0 [2021-02-18T08:45:03.724Z] #48 40.98 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:45:03.724Z] #48 41.09 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:45:03.724Z] #48 41.09 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:45:03.724Z] #48 41.21 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:45:03.724Z] #48 41.23 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:45:03.724Z] #48 41.26 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:45:03.724Z] #48 41.30 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:45:03.724Z] #48 41.30 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T08:45:03.724Z] #48 41.33 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:45:03.724Z] #48 41.36 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:45:03.724Z] #48 41.39 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:45:03.724Z] #48 41.40 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:45:03.724Z] #48 41.40 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T08:45:03.724Z] #48 41.43 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:45:03.724Z] #48 41.50 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:45:03.724Z] #48 41.51 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:45:03.724Z] #48 41.54 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:45:03.724Z] #48 41.55 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:45:03.724Z] #48 41.57 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T08:45:03.724Z] #48 41.58 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T08:45:03.724Z] #48 41.60 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:45:03.724Z] #48 41.72 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:45:03.724Z] #48 41.78 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:45:03.724Z] #48 41.80 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:45:03.982Z] #48 42.02 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:45:03.982Z] #48 42.03 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T08:45:03.982Z] #48 42.17 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:45:03.982Z] #48 42.18 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:45:04.143Z] #33 9.424 + cd /tmp/tmp.piFwcsiif7/src/github.com/BurntSushi/toml [2021-02-18T08:45:04.143Z] #33 9.426 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:45:04.143Z] #33 9.465 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:45:04.189Z] using credential docker-jenkins-github-credentials [2021-02-18T08:45:04.197Z] Cloning the remote Git repository [2021-02-18T08:45:04.197Z] Cloning with configured refspecs honoured and without tags [2021-02-18T08:45:04.238Z] #48 42.32 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T08:45:04.238Z] #48 42.40 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T08:45:04.238Z] #48 42.40 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:45:04.238Z] #48 42.47 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T08:45:04.238Z] #48 42.50 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:45:04.406Z] #33 ... [2021-02-18T08:45:04.406Z] [2021-02-18T08:45:04.406Z] #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-18T08:45:04.406Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:45:04.406Z] #54 7.254 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:45:04.406Z] #54 7.349 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:45:04.406Z] #54 7.349 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:45:04.406Z] #54 9.281 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:45:04.512Z] #48 42.55 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:45:04.512Z] #48 42.55 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:45:04.512Z] #48 42.57 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:45:04.512Z] #48 42.59 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T08:45:04.512Z] #48 42.60 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:45:04.512Z] #48 42.60 go: finding golang.org/x/text v0.3.2 [2021-02-18T08:45:04.512Z] #48 42.60 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T08:45:04.512Z] #48 42.63 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:45:04.512Z] #48 42.66 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:45:04.512Z] #48 42.67 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:45:04.512Z] #48 42.70 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T08:45:04.512Z] #48 42.71 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:45:04.512Z] #48 42.79 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:45:04.067Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T08:45:04.136Z] > git init /home/ubuntu/workspace/moby_PR-41973 # timeout=10 [2021-02-18T08:45:04.666Z] #54 ... [2021-02-18T08:45:04.666Z] [2021-02-18T08:45:04.666Z] #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-18T08:45:04.666Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:04.666Z] #41 8.550 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:45:04.666Z] #41 8.619 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:45:04.666Z] #41 8.660 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:45:04.768Z] #48 ... [2021-02-18T08:45:04.768Z] [2021-02-18T08:45:04.769Z] #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-18T08:45:04.769Z] #63 sha256:8036d17a0069166cf0873520ea3a18fba2474473c1d022e804a64453a442843e [2021-02-18T08:45:04.769Z] #63 DONE 42.8s [2021-02-18T08:45:04.769Z] [2021-02-18T08:45:04.769Z] #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-18T08:45:04.769Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:45:04.769Z] #48 42.86 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:45:04.769Z] #48 ... [2021-02-18T08:45:04.769Z] [2021-02-18T08:45:04.769Z] #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-18T08:45:04.769Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:45:04.769Z] #54 39.74 The following additional packages will be installed: [2021-02-18T08:45:04.769Z] #54 39.76 libbtrfs0 [2021-02-18T08:45:04.769Z] #54 40.01 The following NEW packages will be installed: [2021-02-18T08:45:04.769Z] #54 40.03 libbtrfs-dev libbtrfs0 [2021-02-18T08:45:04.769Z] #54 40.55 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:45:04.769Z] #54 40.55 Need to get 119 kB of archives. [2021-02-18T08:45:04.769Z] #54 40.55 After this operation, 387 kB of additional disk space will be used. [2021-02-18T08:45:04.769Z] #54 40.55 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T08:45:04.769Z] #54 40.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T08:45:04.769Z] #54 41.73 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:04.769Z] #54 41.89 Fetched 119 kB in 0s (327 kB/s) [2021-02-18T08:45:04.769Z] #54 42.32 Selecting previously unselected package libbtrfs0. [2021-02-18T08:45:04.769Z] #54 42.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-18T08:45:04.769Z] #54 42.36 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T08:45:04.769Z] #54 42.43 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:45:04.769Z] #54 42.61 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:45:04.769Z] #54 42.62 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T08:45:04.769Z] #54 42.64 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:45:04.769Z] #54 42.99 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:45:04.926Z] #41 ... [2021-02-18T08:45:04.926Z] [2021-02-18T08:45:04.926Z] #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-18T08:45:04.926Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:04.926Z] #12 8.858 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:45:04.926Z] #12 9.047 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:45:04.926Z] #12 9.047 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:45:04.926Z] #12 ... [2021-02-18T08:45:04.926Z] [2021-02-18T08:45:04.926Z] #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-18T08:45:04.926Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:45:04.926Z] #44 7.169 + RM_GOPATH=0 [2021-02-18T08:45:04.926Z] #44 7.169 + TMP_GOPATH= [2021-02-18T08:45:04.926Z] #44 7.169 + : /build [2021-02-18T08:45:04.926Z] #44 7.169 + '[' -z '' ']' [2021-02-18T08:45:04.926Z] #44 7.169 ++ mktemp -d [2021-02-18T08:45:04.926Z] #44 7.173 + export GOPATH=/tmp/tmp.P6qJy6CZLB [2021-02-18T08:45:04.926Z] #44 7.173 + GOPATH=/tmp/tmp.P6qJy6CZLB [2021-02-18T08:45:04.926Z] #44 7.173 + RM_GOPATH=1 [2021-02-18T08:45:04.926Z] #44 7.173 + case "$(go env GOARCH)" in [2021-02-18T08:45:04.926Z] #44 7.173 ++ go env GOARCH [2021-02-18T08:45:04.926Z] #44 7.198 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:04.926Z] #44 7.198 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:04.926Z] #44 7.198 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:04.926Z] #44 7.198 + dir=/tmp/install [2021-02-18T08:45:04.926Z] #44 7.198 + bin=vndr [2021-02-18T08:45:04.926Z] #44 7.198 + shift [2021-02-18T08:45:04.926Z] #44 7.198 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T08:45:04.926Z] #44 7.198 + . /tmp/install/vndr.installer [2021-02-18T08:45:04.926Z] #44 7.198 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:45:04.926Z] #44 7.198 + install_vndr [2021-02-18T08:45:04.926Z] #44 7.198 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T08:45:04.926Z] #44 7.204 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.P6qJy6CZLB/src/github.com/LK4D4/vndr [2021-02-18T08:45:04.926Z] #44 7.204 Cloning into '/tmp/tmp.P6qJy6CZLB/src/github.com/LK4D4/vndr'... [2021-02-18T08:45:04.926Z] #44 7.204 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:45:04.926Z] #44 8.305 + cd /tmp/tmp.P6qJy6CZLB/src/github.com/LK4D4/vndr [2021-02-18T08:45:04.926Z] #44 8.305 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:45:04.926Z] #44 8.365 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T08:45:05.024Z] #54 43.07 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:45:05.024Z] #54 43.10 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:45:05.113Z] using credential docker-jenkins-github-credentials [2021-02-18T08:45:05.120Z] Cloning the remote Git repository [2021-02-18T08:45:05.120Z] Cloning with configured refspecs honoured and without tags [2021-02-18T08:45:05.219Z] #44 10.59 runtime/internal/atomic [2021-02-18T08:45:05.219Z] #44 ... [2021-02-18T08:45:05.219Z] [2021-02-18T08:45:05.219Z] #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-18T08:45:05.219Z] #57 sha256:d000141f6e8856c7b4c5cd5b809af3f4d69b789c65295e2b53ef58a5f7d0ff8d [2021-02-18T08:45:05.219Z] #57 7.669 + RM_GOPATH=0 [2021-02-18T08:45:05.219Z] #57 7.669 + TMP_GOPATH= [2021-02-18T08:45:05.219Z] #57 7.669 + : /build [2021-02-18T08:45:05.219Z] #57 7.669 + '[' -z '' ']' [2021-02-18T08:45:05.219Z] #57 7.669 ++ mktemp -d [2021-02-18T08:45:05.219Z] #57 7.669 + export GOPATH=/tmp/tmp.CSFj5LhJ1z [2021-02-18T08:45:05.219Z] #57 7.669 + GOPATH=/tmp/tmp.CSFj5LhJ1z [2021-02-18T08:45:05.219Z] #57 7.669 + RM_GOPATH=1 [2021-02-18T08:45:05.219Z] #57 7.669 + case "$(go env GOARCH)" in [2021-02-18T08:45:05.219Z] #57 7.669 ++ go env GOARCH [2021-02-18T08:45:05.219Z] #57 7.750 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:45:05.219Z] #57 7.750 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.219Z] #57 7.750 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.220Z] #57 7.750 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:05.220Z] #57 7.750 + dir=/tmp/install [2021-02-18T08:45:05.220Z] #57 7.750 + bin=rootlesskit [2021-02-18T08:45:05.220Z] #57 7.750 + shift [2021-02-18T08:45:05.220Z] #57 7.750 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T08:45:05.220Z] #57 7.750 + . /tmp/install/rootlesskit.installer [2021-02-18T08:45:05.220Z] #57 7.750 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:45:05.220Z] #57 7.750 + install_rootlesskit [2021-02-18T08:45:05.220Z] #57 7.750 + case "$1" in [2021-02-18T08:45:05.220Z] #57 7.750 + export CGO_ENABLED=0 [2021-02-18T08:45:05.220Z] #57 7.750 + CGO_ENABLED=0 [2021-02-18T08:45:05.220Z] #57 7.750 + _install_rootlesskit [2021-02-18T08:45:05.220Z] #57 7.750 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T08:45:05.220Z] #57 7.750 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.CSFj5LhJ1z/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:45:05.220Z] #57 7.750 Cloning into '/tmp/tmp.CSFj5LhJ1z/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T08:45:05.220Z] #57 ... [2021-02-18T08:45:05.220Z] [2021-02-18T08:45:05.220Z] #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-18T08:45:05.220Z] #46 sha256:7d164da6511621a76a6fc1c6fc07d93735b605f2375827a6733b348bd66b139c [2021-02-18T08:45:05.220Z] #46 7.110 + RM_GOPATH=0 [2021-02-18T08:45:05.220Z] #46 7.110 + TMP_GOPATH= [2021-02-18T08:45:05.220Z] #46 7.110 + : /build [2021-02-18T08:45:05.220Z] #46 7.110 + '[' -z '' ']' [2021-02-18T08:45:05.220Z] #46 7.110 ++ mktemp -d [2021-02-18T08:45:05.220Z] #46 7.110 + export GOPATH=/tmp/tmp.bgTjRk87Pd [2021-02-18T08:45:05.220Z] #46 7.110 + GOPATH=/tmp/tmp.bgTjRk87Pd [2021-02-18T08:45:05.220Z] #46 7.110 + RM_GOPATH=1 [2021-02-18T08:45:05.220Z] #46 7.110 + case "$(go env GOARCH)" in [2021-02-18T08:45:05.220Z] #46 7.110 ++ go env GOARCH [2021-02-18T08:45:05.220Z] #46 7.155 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.220Z] #46 7.155 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.220Z] #46 7.155 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:05.220Z] #46 7.155 + dir=/tmp/install [2021-02-18T08:45:05.220Z] #46 7.155 + bin=gotestsum [2021-02-18T08:45:05.220Z] #46 7.155 + shift [2021-02-18T08:45:05.220Z] #46 7.155 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T08:45:05.220Z] #46 7.155 + . /tmp/install/gotestsum.installer [2021-02-18T08:45:05.220Z] #46 7.155 ++ : v0.5.3 [2021-02-18T08:45:05.220Z] #46 7.155 + install_gotestsum [2021-02-18T08:45:05.220Z] #46 7.155 + set -e [2021-02-18T08:45:05.220Z] #46 7.155 + export GO111MODULE=on [2021-02-18T08:45:05.220Z] #46 7.155 + GO111MODULE=on [2021-02-18T08:45:05.220Z] #46 7.155 + GOBIN=/build [2021-02-18T08:45:05.220Z] #46 7.155 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T08:45:05.220Z] #46 7.174 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T08:45:05.220Z] #46 7.174 go: finding gotest.tools v0.5.3 [2021-02-18T08:45:05.220Z] #46 8.357 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T08:45:05.220Z] #46 8.891 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T08:45:05.220Z] #46 10.54 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T08:45:05.220Z] #46 10.77 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T08:45:05.501Z] #46 10.77 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T08:45:05.501Z] #46 10.78 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:45:05.501Z] #46 10.81 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:45:05.501Z] #46 10.88 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:45:05.501Z] #46 ... [2021-02-18T08:45:05.501Z] [2021-02-18T08:45:05.501Z] #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-18T08:45:05.501Z] #23 sha256:ccc193e0ffed39052c268623dd97103a5e72b5a230a32458a3bfdfc06054c762 [2021-02-18T08:45:05.501Z] #23 8.091 + RM_GOPATH=0 [2021-02-18T08:45:05.501Z] #23 8.091 + TMP_GOPATH= [2021-02-18T08:45:05.501Z] #23 8.091 + : /build [2021-02-18T08:45:05.501Z] #23 8.091 + '[' -z '' ']' [2021-02-18T08:45:05.501Z] #23 8.091 ++ mktemp -d [2021-02-18T08:45:05.501Z] #23 8.091 + export GOPATH=/tmp/tmp.vywgWR1hrB [2021-02-18T08:45:05.501Z] #23 8.091 + GOPATH=/tmp/tmp.vywgWR1hrB [2021-02-18T08:45:05.501Z] #23 8.091 + RM_GOPATH=1 [2021-02-18T08:45:05.501Z] #23 8.091 + case "$(go env GOARCH)" in [2021-02-18T08:45:05.501Z] #23 8.091 ++ go env GOARCH [2021-02-18T08:45:05.501Z] #23 8.145 Install docker/cli version 17.06.2-ce from stable [2021-02-18T08:45:05.501Z] #23 8.146 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.501Z] #23 8.146 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.501Z] #23 8.146 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:05.501Z] #23 8.146 + dir=/tmp/install [2021-02-18T08:45:05.501Z] #23 8.146 + bin=dockercli [2021-02-18T08:45:05.501Z] #23 8.146 + shift [2021-02-18T08:45:05.501Z] #23 8.146 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T08:45:05.501Z] #23 8.146 + . /tmp/install/dockercli.installer [2021-02-18T08:45:05.501Z] #23 8.146 ++ : stable [2021-02-18T08:45:05.501Z] #23 8.146 ++ : 17.06.2-ce [2021-02-18T08:45:05.501Z] #23 8.146 + install_dockercli [2021-02-18T08:45:05.501Z] #23 8.146 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T08:45:05.501Z] #23 8.156 ++ uname -m [2021-02-18T08:45:05.501Z] #23 8.156 + arch=x86_64 [2021-02-18T08:45:05.501Z] #23 8.156 + '[' x86_64 '!=' x86_64 ']' [2021-02-18T08:45:05.501Z] #23 8.156 + url=https://download.docker.com/linux/static [2021-02-18T08:45:05.501Z] #23 8.156 + tar -xz docker/docker [2021-02-18T08:45:05.501Z] #23 8.156 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-18T08:45:05.501Z] #23 ... [2021-02-18T08:45:05.501Z] [2021-02-18T08:45:05.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-18T08:45:05.501Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:45:05.501Z] #39 6.887 + git clone https://github.com/docker/distribution.git . [2021-02-18T08:45:05.501Z] #39 6.887 Cloning into '.'... [2021-02-18T08:45:05.501Z] #39 ... [2021-02-18T08:45:05.501Z] [2021-02-18T08:45:05.501Z] #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-18T08:45:05.501Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:05.501Z] #35 7.863 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:45:05.501Z] #35 8.110 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:45:05.501Z] #35 8.110 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:45:05.501Z] #35 9.929 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:45:05.586Z] #54 DONE 43.7s [2021-02-18T08:45:05.586Z] [2021-02-18T08:45:05.586Z] #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-18T08:45:05.586Z] #55 sha256:38f26c6ba3e786f3aa5cc85369d734b59e1e7a93463517f2962226f8180c587d [2021-02-18T08:45:05.624Z] Fetching without tags [2021-02-18T08:45:04.516Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:45:04.516Z] > git --version # timeout=10 [2021-02-18T08:45:04.559Z] > git --version # 'git version 2.25.1' [2021-02-18T08:45:04.560Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:45:04.561Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:45:05.761Z] #35 ... [2021-02-18T08:45:05.761Z] [2021-02-18T08:45:05.761Z] #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-18T08:45:05.761Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:45:05.761Z] #50 6.214 + RM_GOPATH=0 [2021-02-18T08:45:05.761Z] #50 6.214 + TMP_GOPATH= [2021-02-18T08:45:05.761Z] #50 6.214 + : /build [2021-02-18T08:45:05.761Z] #50 6.214 + '[' -z '' ']' [2021-02-18T08:45:05.761Z] #50 6.214 ++ mktemp -d [2021-02-18T08:45:05.761Z] #50 6.214 + export GOPATH=/tmp/tmp.VLyP8ugFU3 [2021-02-18T08:45:05.761Z] #50 6.214 + GOPATH=/tmp/tmp.VLyP8ugFU3 [2021-02-18T08:45:05.761Z] #50 6.214 + RM_GOPATH=1 [2021-02-18T08:45:05.761Z] #50 6.214 + case "$(go env GOARCH)" in [2021-02-18T08:45:05.761Z] #50 6.214 ++ go env GOARCH [2021-02-18T08:45:05.761Z] #50 6.219 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.761Z] #50 6.219 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.761Z] #50 6.219 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:05.761Z] #50 6.222 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:45:05.761Z] #50 6.222 + dir=/tmp/install [2021-02-18T08:45:05.761Z] #50 6.222 + bin=shfmt [2021-02-18T08:45:05.761Z] #50 6.222 + shift [2021-02-18T08:45:05.761Z] #50 6.222 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T08:45:05.761Z] #50 6.222 + . /tmp/install/shfmt.installer [2021-02-18T08:45:05.761Z] #50 6.222 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:45:05.761Z] #50 6.222 + install_shfmt [2021-02-18T08:45:05.761Z] #50 6.222 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T08:45:05.761Z] #50 6.222 + git clone https://github.com/mvdan/sh.git /tmp/tmp.VLyP8ugFU3/src/github.com/mvdan/sh [2021-02-18T08:45:05.761Z] #50 6.225 Cloning into '/tmp/tmp.VLyP8ugFU3/src/github.com/mvdan/sh'... [2021-02-18T08:45:05.761Z] #50 ... [2021-02-18T08:45:05.761Z] [2021-02-18T08:45:05.761Z] #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-18T08:45:05.761Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:45:05.761Z] #48 6.624 + RM_GOPATH=0 [2021-02-18T08:45:05.761Z] #48 6.624 + TMP_GOPATH= [2021-02-18T08:45:05.761Z] #48 6.624 + : /build [2021-02-18T08:45:05.761Z] #48 6.624 + '[' -z '' ']' [2021-02-18T08:45:05.761Z] #48 6.624 ++ mktemp -d [2021-02-18T08:45:05.761Z] #48 6.624 + export GOPATH=/tmp/tmp.s0VjhwSbpW [2021-02-18T08:45:05.761Z] #48 6.624 + GOPATH=/tmp/tmp.s0VjhwSbpW [2021-02-18T08:45:05.761Z] #48 6.624 + RM_GOPATH=1 [2021-02-18T08:45:05.761Z] #48 6.624 + case "$(go env GOARCH)" in [2021-02-18T08:45:05.761Z] #48 6.624 ++ go env GOARCH [2021-02-18T08:45:05.761Z] #48 6.650 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.761Z] #48 6.650 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:05.761Z] #48 6.650 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:05.761Z] #48 6.656 + dir=/tmp/install [2021-02-18T08:45:05.761Z] #48 6.656 + bin=golangci_lint [2021-02-18T08:45:05.761Z] #48 6.656 + shift [2021-02-18T08:45:05.761Z] #48 6.656 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T08:45:05.761Z] #48 6.656 + . /tmp/install/golangci_lint.installer [2021-02-18T08:45:05.761Z] #48 6.656 ++ : v1.23.8 [2021-02-18T08:45:05.761Z] #48 6.656 + install_golangci_lint [2021-02-18T08:45:05.761Z] #48 6.656 + set -e [2021-02-18T08:45:05.761Z] #48 6.656 + export GO111MODULE=on [2021-02-18T08:45:05.761Z] #48 6.656 + GO111MODULE=on [2021-02-18T08:45:05.761Z] #48 6.656 + GOBIN=/build [2021-02-18T08:45:05.761Z] #48 6.656 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T08:45:05.761Z] #48 6.729 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T08:45:05.761Z] #48 6.729 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T08:45:05.761Z] #48 6.729 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:45:05.761Z] #48 6.729 go: finding github.com v1.23.8 [2021-02-18T08:45:05.761Z] #48 6.729 go: finding github.com/golangci v1.23.8 [2021-02-18T08:45:05.761Z] #48 7.813 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:45:05.761Z] #48 8.717 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:45:05.403Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T08:45:05.484Z] > git init /home/ubuntu/workspace/moby_PR-41973 # timeout=10 [2021-02-18T08:45:05.747Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:45:05.747Z] > git --version # timeout=10 [2021-02-18T08:45:05.768Z] > git --version # 'git version 2.7.4' [2021-02-18T08:45:05.769Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:45:05.773Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:45:05.925Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec [2021-02-18T08:45:06.023Z] #48 ... [2021-02-18T08:45:06.023Z] [2021-02-18T08:45:06.023Z] #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-18T08:45:06.023Z] #33 sha256:bcc38ccf68c0b65bf32db33ccdbd1b2d0732bc5376a75b2dc10f306fbf319e46 [2021-02-18T08:45:06.023Z] #33 10.92 internal/cpu [2021-02-18T08:45:06.023Z] #33 10.96 runtime/internal/atomic [2021-02-18T08:45:06.023Z] #33 11.35 runtime/internal/math [2021-02-18T08:45:06.023Z] #33 11.41 internal/bytealg [2021-02-18T08:45:06.023Z] #33 11.45 math/bits [2021-02-18T08:45:06.593Z] #33 ... [2021-02-18T08:45:06.593Z] [2021-02-18T08:45:06.593Z] #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-18T08:45:06.593Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:45:06.593Z] #31 6.288 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T08:45:06.593Z] #31 6.290 Cloning into '.'... [2021-02-18T08:45:06.593Z] #31 ... [2021-02-18T08:45:06.593Z] [2021-02-18T08:45:06.593Z] #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-18T08:45:06.593Z] #46 sha256:7d164da6511621a76a6fc1c6fc07d93735b605f2375827a6733b348bd66b139c [2021-02-18T08:45:06.593Z] #46 10.99 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:45:06.593Z] #46 11.09 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:45:06.593Z] #46 11.29 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:45:06.593Z] #46 11.36 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T08:45:06.593Z] #46 11.65 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T08:45:06.593Z] #46 11.67 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:45:06.593Z] #46 11.70 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:45:06.593Z] #46 11.75 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:45:06.593Z] #46 11.77 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:45:06.593Z] #46 11.79 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:45:06.593Z] #46 11.82 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T08:45:06.593Z] #46 11.90 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:45:06.593Z] #46 12.01 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:45:07.311Z] Merge succeeded, producing 51df574ccd91bbfbc9bbe629e2c0651a189be42b [2021-02-18T08:45:07.312Z] Checking out Revision 51df574ccd91bbfbc9bbe629e2c0651a189be42b (PR-41973) [2021-02-18T08:45:07.481Z] #55 1.668 + RM_GOPATH=0 [2021-02-18T08:45:07.481Z] #55 1.668 + TMP_GOPATH= [2021-02-18T08:45:07.481Z] #55 1.668 + : /build [2021-02-18T08:45:07.481Z] #55 1.668 + '[' -z '' ']' [2021-02-18T08:45:07.481Z] #55 1.670 ++ mktemp -d [2021-02-18T08:45:07.481Z] #55 1.672 + export GOPATH=/tmp/tmp.54u5B719tl [2021-02-18T08:45:07.481Z] #55 1.672 + GOPATH=/tmp/tmp.54u5B719tl [2021-02-18T08:45:07.481Z] #55 1.672 + RM_GOPATH=1 [2021-02-18T08:45:07.481Z] #55 1.672 + case "$(go env GOARCH)" in [2021-02-18T08:45:07.481Z] #55 1.673 ++ go env GOARCH [2021-02-18T08:45:07.481Z] #55 1.717 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:07.481Z] #55 1.717 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:07.481Z] #55 1.718 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:07.481Z] #55 1.719 + dir=/tmp/install [2021-02-18T08:45:07.481Z] #55 1.719 + bin=containerd [2021-02-18T08:45:07.481Z] #55 1.719 + shift [2021-02-18T08:45:07.481Z] #55 1.719 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T08:45:07.481Z] #55 1.719 + . /tmp/install/containerd.installer [2021-02-18T08:45:07.481Z] #55 1.720 ++ set -e [2021-02-18T08:45:07.481Z] #55 1.720 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:07.481Z] #55 1.720 + install_containerd [2021-02-18T08:45:07.481Z] #55 1.721 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T08:45:07.481Z] #55 1.721 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:07.481Z] #55 1.722 + git clone https://github.com/containerd/containerd.git /tmp/tmp.54u5B719tl/src/github.com/containerd/containerd [2021-02-18T08:45:07.481Z] #55 1.725 Cloning into '/tmp/tmp.54u5B719tl/src/github.com/containerd/containerd'... [2021-02-18T08:45:05.544Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:45:05.553Z] > git config --add remote.origin.fetch +refs/pull/41973/head:refs/remotes/origin/PR-41973 # timeout=10 [2021-02-18T08:45:05.568Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:45:05.604Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:45:05.630Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:45:05.630Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:45:05.632Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:45:05.933Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:45:05.954Z] > git checkout -f ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec # timeout=10 [2021-02-18T08:45:06.710Z] > git remote # timeout=10 [2021-02-18T08:45:06.728Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:45:06.737Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:45:06.739Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T08:45:07.293Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:45:07.314Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:45:07.331Z] > git checkout -f 51df574ccd91bbfbc9bbe629e2c0651a189be42b # timeout=10 [2021-02-18T08:45:08.045Z] #55 ... [2021-02-18T08:45:08.045Z] [2021-02-18T08:45:08.045Z] #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-18T08:45:08.045Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:08.045Z] #41 29.64 Reading package lists... [2021-02-18T08:45:08.045Z] #41 36.39 Building dependency tree... [2021-02-18T08:45:08.045Z] #41 39.94 The following additional packages will be installed: [2021-02-18T08:45:08.045Z] #41 39.97 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T08:45:08.045Z] #41 39.97 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T08:45:08.045Z] #41 39.99 Suggested packages: [2021-02-18T08:45:08.045Z] #41 40.00 manpages-dev python-setuptools [2021-02-18T08:45:08.045Z] #41 41.48 The following NEW packages will be installed: [2021-02-18T08:45:08.045Z] #41 41.48 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T08:45:08.045Z] #41 41.49 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T08:45:08.045Z] #41 41.49 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T08:45:08.045Z] #41 41.49 python-six zlib1g-dev [2021-02-18T08:45:08.045Z] #41 41.90 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:45:08.045Z] #41 41.90 Need to get 4095 kB of archives. [2021-02-18T08:45:08.045Z] #41 41.90 After this operation, 22.5 MB of additional disk space will be used. [2021-02-18T08:45:08.045Z] #41 41.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-18T08:45:08.045Z] #41 41.95 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-18T08:45:08.045Z] #41 41.95 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-18T08:45:08.045Z] #41 41.96 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-18T08:45:08.045Z] #41 41.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-18T08:45:08.045Z] #41 41.98 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-18T08:45:08.045Z] #41 42.01 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-18T08:45:08.045Z] #41 42.02 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-18T08:45:08.045Z] #41 42.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-18T08:45:08.045Z] #41 42.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-18T08:45:08.045Z] #41 42.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-18T08:45:08.045Z] #41 42.36 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-18T08:45:08.045Z] #41 42.44 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-18T08:45:08.045Z] #41 42.45 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-18T08:45:08.045Z] #41 42.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T08:45:08.045Z] #41 42.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T08:45:08.045Z] #41 42.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-18T08:45:08.045Z] #41 44.69 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:08.045Z] #41 45.16 Fetched 4095 kB in 1s (4710 kB/s) [2021-02-18T08:45:08.045Z] #41 45.29 Selecting previously unselected package libcap-dev:amd64. [2021-02-18T08:45:08.045Z] #41 45.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:45:08.045Z] #41 45.41 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-18T08:45:08.045Z] #41 45.43 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T08:45:08.045Z] #41 45.56 Selecting previously unselected package libnet1:amd64. [2021-02-18T08:45:08.045Z] #41 45.56 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:45:08.045Z] #41 45.57 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:45:08.045Z] #41 45.69 Selecting previously unselected package libnet1-dev. [2021-02-18T08:45:08.045Z] #41 45.70 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:45:08.045Z] #41 45.71 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:45:08.045Z] #41 45.99 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T08:45:08.045Z] #41 45.99 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T08:45:08.045Z] #41 46.00 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:45:08.045Z] #41 46.11 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-18T08:45:08.046Z] #41 46.14 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-18T08:45:08.046Z] #41 46.14 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T08:45:08.302Z] #41 46.43 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T08:45:08.302Z] #41 46.43 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:45:08.302Z] #41 46.44 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:45:08.302Z] #41 ... [2021-02-18T08:45:08.302Z] [2021-02-18T08:45:08.302Z] #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-18T08:45:08.302Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:08.302Z] #35 30.26 Reading package lists... [2021-02-18T08:45:08.302Z] #35 36.66 Building dependency tree... [2021-02-18T08:45:08.302Z] #35 39.85 The following additional packages will be installed: [2021-02-18T08:45:08.302Z] #35 39.86 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T08:45:08.302Z] #35 39.88 Suggested packages: [2021-02-18T08:45:08.302Z] #35 39.88 cmake-doc ninja-build lrzip [2021-02-18T08:45:08.302Z] #35 39.89 Recommended packages: [2021-02-18T08:45:08.302Z] #35 39.89 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T08:45:08.302Z] #35 40.88 The following NEW packages will be installed: [2021-02-18T08:45:08.302Z] #35 40.88 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T08:45:08.302Z] #35 40.89 vim-common xxd [2021-02-18T08:45:08.302Z] #35 41.26 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:45:08.302Z] #35 41.26 Need to get 14.9 MB of archives. [2021-02-18T08:45:08.302Z] #35 41.26 After this operation, 61.8 MB of additional disk space will be used. [2021-02-18T08:45:08.302Z] #35 41.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T08:45:08.302Z] #35 41.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:45:08.302Z] #35 41.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T08:45:08.302Z] #35 41.42 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T08:45:08.302Z] #35 42.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-18T08:45:08.302Z] #35 42.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-18T08:45:08.302Z] #35 42.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-18T08:45:08.302Z] #35 42.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-18T08:45:08.302Z] #35 42.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-18T08:45:08.302Z] #35 42.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-18T08:45:08.302Z] #35 44.84 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:08.302Z] #35 45.28 Fetched 14.9 MB in 2s (7342 kB/s) [2021-02-18T08:45:08.302Z] #35 45.36 Selecting previously unselected package xxd. [2021-02-18T08:45:08.302Z] #35 45.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:45:08.302Z] #35 45.43 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:45:08.302Z] #35 45.45 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:45:08.302Z] #35 45.65 Selecting previously unselected package vim-common. [2021-02-18T08:45:08.302Z] #35 45.65 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:45:08.302Z] #35 45.72 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:45:08.302Z] #35 46.02 Selecting previously unselected package cmake-data. [2021-02-18T08:45:08.302Z] #35 46.02 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T08:45:08.302Z] #35 46.03 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T08:45:08.302Z] #35 ... [2021-02-18T08:45:08.303Z] [2021-02-18T08:45:08.303Z] #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-18T08:45:08.303Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:08.303Z] #41 46.55 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-18T08:45:08.303Z] #41 46.55 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:45:08.303Z] #41 46.56 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T08:45:08.303Z] #41 46.68 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-18T08:45:08.561Z] #41 46.68 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-18T08:45:08.561Z] #41 46.76 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:45:08.819Z] #41 ... [2021-02-18T08:45:08.819Z] [2021-02-18T08:45:08.819Z] #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-18T08:45:08.819Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:08.819Z] #12 30.95 Reading package lists... [2021-02-18T08:45:08.819Z] #12 37.13 Building dependency tree... [2021-02-18T08:45:08.819Z] #12 40.45 The following additional packages will be installed: [2021-02-18T08:45:08.819Z] #12 40.45 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T08:45:08.819Z] #12 40.45 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T08:45:08.819Z] #12 40.45 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T08:45:08.819Z] #12 40.45 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T08:45:08.819Z] #12 40.47 mingw-w64-x86-64-dev [2021-02-18T08:45:08.819Z] #12 40.47 Suggested packages: [2021-02-18T08:45:08.819Z] #12 40.48 gcc-8-locales seccomp wine64 [2021-02-18T08:45:08.819Z] #12 42.08 The following NEW packages will be installed: [2021-02-18T08:45:08.819Z] #12 42.08 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T08:45:08.819Z] #12 42.08 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T08:45:08.819Z] #12 42.08 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T08:45:08.819Z] #12 42.08 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T08:45:08.819Z] #12 42.08 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T08:45:08.819Z] #12 42.09 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T08:45:08.819Z] #12 42.10 The following packages will be upgraded: [2021-02-18T08:45:08.819Z] #12 42.10 libsystemd0 libudev1 [2021-02-18T08:45:08.819Z] #12 42.51 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:45:08.819Z] #12 42.51 Need to get 78.2 MB of archives. [2021-02-18T08:45:08.819Z] #12 42.51 After this operation, 487 MB of additional disk space will be used. [2021-02-18T08:45:08.819Z] #12 42.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-18T08:45:08.819Z] #12 42.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-18T08:45:08.819Z] #12 42.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-18T08:45:08.819Z] #12 42.91 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-18T08:45:08.819Z] #12 43.55 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-18T08:45:08.819Z] #12 43.67 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-18T08:45:08.819Z] #12 43.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-18T08:45:08.819Z] #12 43.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T08:45:08.819Z] #12 44.33 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-18T08:45:08.819Z] #12 44.77 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-18T08:45:08.819Z] #12 44.77 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-18T08:45:08.819Z] #12 ... [2021-02-18T08:45:08.819Z] [2021-02-18T08:45:08.819Z] #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-18T08:45:08.819Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:08.819Z] #41 47.03 Selecting previously unselected package libprotobuf17:amd64. [2021-02-18T08:45:08.819Z] #41 47.07 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:08.819Z] #41 47.07 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:09.188Z] #46 14.30 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:45:09.449Z] #46 15.06 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:45:10.188Z] #41 48.29 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-18T08:45:10.188Z] #41 48.29 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:10.188Z] #41 48.29 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:10.188Z] #41 48.51 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-18T08:45:10.444Z] #41 48.51 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:10.444Z] #41 48.52 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:10.831Z] #46 16.12 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:45:10.951Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T08:45:10.971Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T08:45:11.402Z] #46 ... [2021-02-18T08:45:11.402Z] [2021-02-18T08:45:11.402Z] #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-18T08:45:11.402Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:45:11.402Z] #48 16.96 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T08:45:11.402Z] #48 17.04 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:45:11.402Z] #48 17.04 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:45:11.402Z] #48 17.04 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T08:45:11.402Z] #48 17.05 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:45:11.402Z] #48 17.05 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:45:11.402Z] #48 17.06 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:45:11.663Z] #48 17.18 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:45:11.663Z] #48 17.21 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:45:11.663Z] #48 17.26 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:45:11.814Z] #41 50.01 Selecting previously unselected package libprotoc17:amd64. [2021-02-18T08:45:11.814Z] #41 50.01 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:11.814Z] #41 50.02 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:11.814Z] #41 ... [2021-02-18T08:45:11.814Z] [2021-02-18T08:45:11.814Z] #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-18T08:45:11.814Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:45:11.814Z] #44 40.05 internal/singleflight [2021-02-18T08:45:11.814Z] #44 41.05 strconv [2021-02-18T08:45:11.814Z] #44 41.07 io [2021-02-18T08:45:11.814Z] #44 42.27 bytes [2021-02-18T08:45:11.814Z] #44 45.15 reflect [2021-02-18T08:45:11.814Z] #44 45.62 bufio [2021-02-18T08:45:11.814Z] #44 47.21 syscall [2021-02-18T08:45:11.913Z] + docker version [2021-02-18T08:45:11.923Z] #48 17.35 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:45:11.923Z] #48 17.41 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T08:45:12.071Z] #44 ... [2021-02-18T08:45:12.071Z] [2021-02-18T08:45:12.071Z] #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-18T08:45:12.071Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:45:12.071Z] #31 47.56 Checking out files: 86% (1315/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-18T08:45:12.071Z] #31 48.21 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T08:45:12.071Z] #31 48.31 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T08:45:12.184Z] #48 17.50 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:45:12.184Z] #48 17.70 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T08:45:12.184Z] #48 17.87 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:45:12.184Z] #48 17.88 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T08:45:12.446Z] #48 17.88 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:45:12.446Z] #48 17.88 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:45:12.446Z] #48 17.92 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:45:12.446Z] #48 17.97 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T08:45:12.706Z] #48 ... [2021-02-18T08:45:12.706Z] [2021-02-18T08:45:12.706Z] #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-18T08:45:12.706Z] #23 sha256:ccc193e0ffed39052c268623dd97103a5e72b5a230a32458a3bfdfc06054c762 [2021-02-18T08:45:12.706Z] #23 17.35 + mkdir -p /build [2021-02-18T08:45:12.706Z] #23 17.37 + mv docker/docker /build/ [2021-02-18T08:45:12.706Z] #23 17.37 + rmdir docker [2021-02-18T08:45:12.706Z] #23 DONE 18.0s [2021-02-18T08:45:12.706Z] [2021-02-18T08:45:12.706Z] #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-18T08:45:12.706Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:45:12.706Z] #48 18.27 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:45:10.954Z] > git rev-list --no-walk 715b6e306452b1ac926193f062b46fd5669fd5cf # timeout=10 [2021-02-18T08:45:12.966Z] #48 18.52 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:45:13.540Z] #48 19.23 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:45:14.116Z] #48 19.51 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:45:14.376Z] #48 19.97 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:45:14.650Z] #31 ... [2021-02-18T08:45:14.650Z] [2021-02-18T08:45:14.650Z] #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-18T08:45:14.650Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:45:14.650Z] #48 42.95 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:45:14.650Z] #48 42.97 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:45:14.650Z] #48 43.02 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:45:14.650Z] #48 43.05 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:45:14.650Z] #48 43.05 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:45:14.650Z] #48 43.10 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:45:14.650Z] #48 43.10 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:45:14.650Z] #48 43.10 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:45:14.650Z] #48 43.15 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T08:45:14.650Z] #48 43.17 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:45:14.650Z] #48 43.19 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:45:14.650Z] #48 43.34 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:45:14.650Z] #48 43.39 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:45:14.650Z] #48 43.40 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:45:14.650Z] #48 43.41 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:45:14.650Z] #48 43.41 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:45:14.650Z] #48 43.52 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T08:45:14.650Z] #48 43.52 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:45:14.650Z] #48 43.53 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:45:14.650Z] #48 43.61 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T08:45:14.650Z] #48 43.75 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:45:14.650Z] #48 44.04 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:45:14.650Z] #48 44.10 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:45:14.650Z] #48 44.16 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:45:14.650Z] #48 44.17 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:45:14.650Z] #48 44.35 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:45:14.921Z] #48 ... [2021-02-18T08:45:14.921Z] [2021-02-18T08:45:14.921Z] #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-18T08:45:14.921Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:14.921Z] #41 50.73 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T08:45:14.921Z] #41 50.73 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:45:14.921Z] #41 50.80 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:45:14.921Z] #41 50.95 Selecting previously unselected package protobuf-compiler. [2021-02-18T08:45:14.921Z] #41 50.97 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:14.921Z] #41 50.97 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:45:14.921Z] #41 51.17 Selecting previously unselected package python-pkg-resources. [2021-02-18T08:45:14.921Z] #41 51.19 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:45:14.921Z] #41 51.20 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T08:45:14.921Z] #41 51.45 Selecting previously unselected package python-six. [2021-02-18T08:45:14.921Z] #41 51.48 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T08:45:14.921Z] #41 51.49 Unpacking python-six (1.12.0-1) ... [2021-02-18T08:45:14.921Z] #41 51.64 Selecting previously unselected package python-protobuf. [2021-02-18T08:45:14.921Z] #41 51.64 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:14.921Z] #41 51.65 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T08:45:14.921Z] #41 52.31 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T08:45:15.178Z] #41 ... [2021-02-18T08:45:15.178Z] [2021-02-18T08:45:15.178Z] #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-18T08:45:15.178Z] #33 sha256:a5176199d422cd58cf0cb5d823c380741a21dbbe3f69ef7bc93fda6fa34f1a52 [2021-02-18T08:45:15.178Z] #33 43.41 reflect [2021-02-18T08:45:15.178Z] #33 49.42 time [2021-02-18T08:45:15.226Z] Client: Docker Engine - Community [2021-02-18T08:45:15.226Z] Version: 20.10.3 [2021-02-18T08:45:15.226Z] API version: 1.41 [2021-02-18T08:45:15.226Z] Go version: go1.13.15 [2021-02-18T08:45:15.226Z] Git commit: 48d30b5 [2021-02-18T08:45:15.226Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-18T08:45:15.226Z] OS/Arch: linux/amd64 [2021-02-18T08:45:15.226Z] Context: default [2021-02-18T08:45:15.226Z] Experimental: true [2021-02-18T08:45:15.226Z] [2021-02-18T08:45:15.226Z] Server: Docker Engine - Community [2021-02-18T08:45:15.226Z] Engine: [2021-02-18T08:45:15.226Z] Version: 20.10.3 [2021-02-18T08:45:15.226Z] API version: 1.41 (minimum version 1.12) [2021-02-18T08:45:15.226Z] Go version: go1.13.15 [2021-02-18T08:45:15.226Z] Git commit: 46229ca [2021-02-18T08:45:15.226Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-18T08:45:15.226Z] OS/Arch: linux/amd64 [2021-02-18T08:45:15.226Z] Experimental: true [2021-02-18T08:45:15.226Z] containerd: [2021-02-18T08:45:15.226Z] Version: 1.4.3 [2021-02-18T08:45:15.226Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:15.226Z] runc: [2021-02-18T08:45:15.226Z] Version: 1.0.0-rc92 [2021-02-18T08:45:15.226Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:45:15.226Z] docker-init: [2021-02-18T08:45:15.226Z] Version: 0.19.0 [2021-02-18T08:45:15.226Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T08:45:15.443Z] #48 ... [2021-02-18T08:45:15.443Z] [2021-02-18T08:45:15.443Z] #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-18T08:45:15.443Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:45:15.443Z] #44 10.74 internal/cpu [2021-02-18T08:45:15.443Z] #44 11.14 runtime/internal/sys [2021-02-18T08:45:15.443Z] #44 11.24 runtime/internal/math [2021-02-18T08:45:15.443Z] #44 11.40 internal/race [2021-02-18T08:45:15.443Z] #44 11.50 sync/atomic [2021-02-18T08:45:15.443Z] #44 11.63 internal/bytealg [2021-02-18T08:45:15.443Z] #44 11.81 unicode [2021-02-18T08:45:15.443Z] #44 12.83 runtime [2021-02-18T08:45:15.443Z] #44 15.33 unicode/utf8 [2021-02-18T08:45:15.443Z] #44 15.92 math [2021-02-18T08:45:15.443Z] #44 20.24 unicode/utf16 [2021-02-18T08:45:15.443Z] #44 20.60 container/list [2021-02-18T08:45:15.443Z] #44 ... [2021-02-18T08:45:15.443Z] [2021-02-18T08:45:15.443Z] #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-18T08:45:15.443Z] #46 sha256:7d164da6511621a76a6fc1c6fc07d93735b605f2375827a6733b348bd66b139c [2021-02-18T08:45:15.443Z] #46 20.83 go: finding github.com/fatih/color v1.9.0 [2021-02-18T08:45:15.443Z] #46 20.86 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:45:15.443Z] #46 20.94 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T08:45:15.443Z] #46 20.98 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T08:45:15.443Z] #46 21.04 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:45:15.451Z] #33 ... [2021-02-18T08:45:15.451Z] [2021-02-18T08:45:15.451Z] #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-18T08:45:15.451Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:15.451Z] #12 48.25 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-18T08:45:15.451Z] #12 50.62 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-18T08:45:15.451Z] #12 50.62 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-18T08:45:15.451Z] #12 50.63 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T08:45:15.451Z] #12 50.63 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T08:45:15.451Z] #12 50.65 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-18T08:45:15.451Z] #12 50.65 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-18T08:45:15.451Z] #12 50.66 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-18T08:45:15.451Z] #12 50.66 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-18T08:45:15.451Z] #12 50.70 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-18T08:45:15.451Z] #12 50.72 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-18T08:45:15.451Z] #12 50.73 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-18T08:45:15.451Z] #12 50.81 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-18T08:45:15.451Z] #12 50.81 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-18T08:45:15.451Z] #12 50.81 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-18T08:45:15.451Z] #12 50.83 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-18T08:45:15.451Z] #12 52.15 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:15.451Z] #12 52.31 Fetched 78.2 MB in 9s (9063 kB/s) [2021-02-18T08:45:15.451Z] #12 52.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 ... 15410 files and directories currently installed.) [2021-02-18T08:45:15.451Z] #12 52.52 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-18T08:45:15.451Z] #12 52.54 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:45:15.451Z] #12 52.89 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-18T08:45:15.451Z] #12 53.09 (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-18T08:45:15.451Z] #12 53.21 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-18T08:45:15.451Z] #12 53.22 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:45:15.451Z] #12 53.49 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-18T08:45:15.451Z] #12 53.71 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T08:45:15.548Z] + docker info [2021-02-18T08:45:15.705Z] #46 21.15 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:45:15.705Z] #46 ... [2021-02-18T08:45:15.705Z] [2021-02-18T08:45:15.705Z] #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-18T08:45:15.705Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:15.705Z] #41 11.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:45:15.705Z] #41 13.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:45:15.705Z] #41 15.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:45:15.705Z] #41 ... [2021-02-18T08:45:15.705Z] [2021-02-18T08:45:15.705Z] #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-18T08:45:15.705Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:15.705Z] #12 11.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:45:15.705Z] #12 13.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:45:15.705Z] #12 15.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:45:15.711Z] #12 53.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-18T08:45:15.711Z] #12 53.81 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-18T08:45:15.711Z] #12 53.84 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:45:15.964Z] #12 ... [2021-02-18T08:45:15.964Z] [2021-02-18T08:45:15.964Z] #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-18T08:45:15.964Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:45:15.964Z] #48 21.24 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:45:15.964Z] #48 21.28 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:45:16.224Z] #48 21.88 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:45:16.793Z] #48 ... [2021-02-18T08:45:16.793Z] [2021-02-18T08:45:16.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-18T08:45:16.793Z] #33 sha256:bcc38ccf68c0b65bf32db33ccdbd1b2d0732bc5376a75b2dc10f306fbf319e46 [2021-02-18T08:45:16.793Z] #33 12.21 math [2021-02-18T08:45:16.793Z] #33 12.32 runtime [2021-02-18T08:45:16.793Z] #33 17.03 internal/testlog [2021-02-18T08:45:16.793Z] #33 17.35 encoding [2021-02-18T08:45:16.793Z] #33 17.55 runtime/cgo [2021-02-18T08:45:16.793Z] #33 ... [2021-02-18T08:45:16.793Z] [2021-02-18T08:45:16.793Z] #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-18T08:45:16.793Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:45:16.793Z] #54 12.43 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:45:16.793Z] #54 15.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:45:17.052Z] #54 ... [2021-02-18T08:45:17.052Z] [2021-02-18T08:45:17.052Z] #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-18T08:45:17.052Z] #46 sha256:7d164da6511621a76a6fc1c6fc07d93735b605f2375827a6733b348bd66b139c [2021-02-18T08:45:17.052Z] #46 21.31 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:45:17.052Z] #46 21.60 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:45:17.052Z] #46 21.64 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:45:17.052Z] #46 21.71 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:45:17.052Z] #46 21.77 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:45:17.312Z] #46 ... [2021-02-18T08:45:17.312Z] [2021-02-18T08:45:17.312Z] #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-18T08:45:17.312Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:17.312Z] #35 12.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:45:17.312Z] #35 15.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:45:17.572Z] #35 ... [2021-02-18T08:45:17.572Z] [2021-02-18T08:45:17.572Z] #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-18T08:45:17.572Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:45:17.572Z] #44 21.23 crypto/internal/subtle [2021-02-18T08:45:17.572Z] #44 21.40 crypto/subtle [2021-02-18T08:45:17.572Z] #44 21.65 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T08:45:17.572Z] #44 21.79 internal/nettrace [2021-02-18T08:45:17.572Z] #44 22.05 runtime/cgo [2021-02-18T08:45:17.572Z] #44 ... [2021-02-18T08:45:17.572Z] [2021-02-18T08:45:17.572Z] #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-18T08:45:17.572Z] #57 sha256:d000141f6e8856c7b4c5cd5b809af3f4d69b789c65295e2b53ef58a5f7d0ff8d [2021-02-18T08:45:17.572Z] #57 13.12 + cd /tmp/tmp.CSFj5LhJ1z/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:45:17.572Z] #57 13.12 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:45:17.572Z] #57 13.91 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:45:17.572Z] #57 13.91 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T08:45:17.605Z] #12 ... [2021-02-18T08:45:17.605Z] [2021-02-18T08:45:17.605Z] #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-18T08:45:17.605Z] #46 sha256:4bccd62f30df41b98079a6055d52eea16fce83789e6854dc0dff6e1ea645bc24 [2021-02-18T08:45:17.605Z] #46 DONE 55.6s [2021-02-18T08:45:17.605Z] [2021-02-18T08:45:17.605Z] #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-18T08:45:17.605Z] #50 sha256:560c2ebeffaca02acf7a6876e1c8e48bc877308bf97238bb815203b4ddde56ee [2021-02-18T08:45:17.605Z] #50 45.56 syscall [2021-02-18T08:45:17.605Z] #50 45.57 bytes [2021-02-18T08:45:17.605Z] #50 48.03 reflect [2021-02-18T08:45:17.605Z] #50 53.28 time [2021-02-18T08:45:17.605Z] #50 ... [2021-02-18T08:45:17.605Z] [2021-02-18T08:45:17.605Z] #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-18T08:45:17.605Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:45:17.605Z] #44 55.26 internal/poll [2021-02-18T08:45:17.832Z] #57 ... [2021-02-18T08:45:17.832Z] [2021-02-18T08:45:17.832Z] #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-18T08:45:17.832Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:45:17.832Z] #50 16.96 + cd /tmp/tmp.VLyP8ugFU3/src/github.com/mvdan/sh [2021-02-18T08:45:17.832Z] #50 16.96 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:45:17.832Z] #50 17.11 + GO111MODULE=on [2021-02-18T08:45:17.832Z] #50 17.11 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T08:45:17.832Z] #50 18.50 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:45:17.832Z] #50 18.51 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:45:17.832Z] #50 18.65 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:45:17.832Z] #50 19.36 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:45:17.832Z] #50 19.46 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:45:17.832Z] #50 20.07 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:45:17.832Z] #50 20.84 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:45:17.832Z] #50 22.09 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:45:17.832Z] #50 23.35 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:45:18.091Z] #50 23.66 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:45:18.091Z] #50 23.78 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:45:18.667Z] #50 23.96 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:45:18.667Z] #50 ... [2021-02-18T08:45:18.667Z] [2021-02-18T08:45:18.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-18T08:45:18.667Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:45:18.667Z] #48 24.23 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T08:45:18.667Z] #48 24.36 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:45:18.667Z] #48 24.36 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:45:18.926Z] #48 24.36 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:45:18.926Z] #48 24.36 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:45:18.926Z] #48 24.37 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T08:45:18.926Z] #48 24.37 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:45:18.926Z] #48 24.37 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:45:18.926Z] #48 24.37 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:45:18.926Z] #48 24.45 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:45:19.185Z] #48 24.53 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:45:19.185Z] #48 24.53 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:45:19.185Z] #48 24.57 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:45:19.185Z] #48 24.61 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:45:19.185Z] #48 24.65 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T08:45:19.185Z] #48 24.66 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:45:19.186Z] #48 24.69 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:45:19.186Z] #48 24.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:45:19.186Z] #48 24.70 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T08:45:19.186Z] #48 24.70 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:45:19.186Z] #48 24.75 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:45:19.446Z] #48 24.91 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:45:19.446Z] #48 24.92 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:45:19.446Z] #48 24.92 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:45:19.446Z] #48 24.98 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:45:19.446Z] #48 25.05 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:45:19.446Z] #48 25.08 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:45:19.511Z] #44 57.79 internal/syscall/execenv [2021-02-18T08:45:19.708Z] #48 25.21 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:45:19.708Z] #48 25.31 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T08:45:19.768Z] #44 57.99 internal/syscall/unix [2021-02-18T08:45:19.970Z] #48 25.31 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:45:19.970Z] #48 25.31 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:45:19.970Z] #48 25.57 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:45:20.025Z] #44 58.24 os [2021-02-18T08:45:20.231Z] #48 25.59 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:45:20.231Z] #48 25.59 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:45:20.231Z] #48 25.59 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:45:20.231Z] #48 25.68 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:45:20.491Z] #48 25.95 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T08:45:20.491Z] #48 25.95 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:45:20.491Z] #48 25.97 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:45:20.491Z] #48 26.04 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:45:20.491Z] #48 26.08 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:45:20.491Z] #48 26.08 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:45:20.491Z] #48 26.08 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T08:45:20.491Z] #48 26.17 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:45:20.591Z] #44 ... [2021-02-18T08:45:20.591Z] [2021-02-18T08:45:20.591Z] #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-18T08:45:20.591Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:20.591Z] #35 48.96 Selecting previously unselected package libicu63:amd64. [2021-02-18T08:45:20.591Z] #35 48.97 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T08:45:20.591Z] #35 48.99 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:45:20.591Z] #35 57.20 Selecting previously unselected package libxml2:amd64. [2021-02-18T08:45:20.591Z] #35 57.20 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-18T08:45:20.591Z] #35 57.21 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:45:20.591Z] #35 57.74 Selecting previously unselected package libarchive13:amd64. [2021-02-18T08:45:20.591Z] #35 57.74 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-18T08:45:20.591Z] #35 57.76 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T08:45:20.591Z] #35 58.06 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-18T08:45:20.591Z] #35 58.06 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-18T08:45:20.591Z] #35 58.07 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T08:45:20.591Z] #35 58.26 Selecting previously unselected package librhash0:amd64. [2021-02-18T08:45:20.591Z] #35 58.27 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-18T08:45:20.591Z] #35 58.27 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-18T08:45:20.591Z] #35 58.47 Selecting previously unselected package libuv1:amd64. [2021-02-18T08:45:20.591Z] #35 58.47 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-18T08:45:20.591Z] #35 58.51 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-18T08:45:20.591Z] #35 58.67 Selecting previously unselected package cmake. [2021-02-18T08:45:20.591Z] #35 58.69 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-18T08:45:20.591Z] #35 58.70 Unpacking cmake (3.13.4-1) ... [2021-02-18T08:45:20.751Z] #48 26.22 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:45:20.751Z] #48 26.29 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:45:20.751Z] #48 26.32 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:45:20.844Z] Client: [2021-02-18T08:45:20.844Z] Context: default [2021-02-18T08:45:20.844Z] Debug Mode: false [2021-02-18T08:45:20.844Z] Plugins: [2021-02-18T08:45:20.844Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T08:45:20.844Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T08:45:20.844Z] [2021-02-18T08:45:20.844Z] Server: [2021-02-18T08:45:20.844Z] Containers: 0 [2021-02-18T08:45:20.844Z] Running: 0 [2021-02-18T08:45:20.844Z] Paused: 0 [2021-02-18T08:45:20.844Z] Stopped: 0 [2021-02-18T08:45:20.844Z] Images: 0 [2021-02-18T08:45:20.844Z] Server Version: 20.10.3 [2021-02-18T08:45:20.844Z] Storage Driver: overlay2 [2021-02-18T08:45:20.844Z] Backing Filesystem: extfs [2021-02-18T08:45:20.844Z] Supports d_type: true [2021-02-18T08:45:20.844Z] Native Overlay Diff: true [2021-02-18T08:45:20.844Z] Logging Driver: json-file [2021-02-18T08:45:20.844Z] Cgroup Driver: cgroupfs [2021-02-18T08:45:20.844Z] Cgroup Version: 1 [2021-02-18T08:45:20.844Z] Plugins: [2021-02-18T08:45:20.844Z] Volume: local [2021-02-18T08:45:20.845Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T08:45:20.845Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T08:45:20.845Z] Swarm: inactive [2021-02-18T08:45:20.845Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T08:45:20.845Z] Default Runtime: runc [2021-02-18T08:45:20.845Z] Init Binary: docker-init [2021-02-18T08:45:20.845Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:20.845Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:45:20.845Z] init version: de40ad0 [2021-02-18T08:45:20.845Z] Security Options: [2021-02-18T08:45:20.845Z] apparmor [2021-02-18T08:45:20.845Z] seccomp [2021-02-18T08:45:20.845Z] Profile: default [2021-02-18T08:45:20.845Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T08:45:20.845Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-18T08:45:20.845Z] OSType: linux [2021-02-18T08:45:20.845Z] Architecture: x86_64 [2021-02-18T08:45:20.845Z] CPUs: 2 [2021-02-18T08:45:20.845Z] Total Memory: 7.569GiB [2021-02-18T08:45:20.845Z] Name: ip-10-100-61-246 [2021-02-18T08:45:20.845Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-18T08:45:20.845Z] Docker Root Dir: /var/lib/docker [2021-02-18T08:45:20.845Z] Debug Mode: false [2021-02-18T08:45:20.845Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:45:20.845Z] Labels: [2021-02-18T08:45:20.845Z] Experimental: true [2021-02-18T08:45:20.845Z] Insecure Registries: [2021-02-18T08:45:20.845Z] 127.0.0.0/8 [2021-02-18T08:45:20.845Z] Live Restore Enabled: true [2021-02-18T08:45:20.845Z] [2021-02-18T08:45:20.845Z] WARNING: No swap limit support [2021-02-18T08:45:20.845Z] WARNING: No blkio weight support [2021-02-18T08:45:20.845Z] WARNING: No blkio weight_device support [2021-02-18T08:45:20.848Z] #35 ... [2021-02-18T08:45:20.848Z] [2021-02-18T08:45:20.848Z] #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-18T08:45:20.848Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:20.848Z] #41 57.64 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:20.848Z] #41 57.66 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:45:20.848Z] #41 57.70 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:45:20.848Z] #41 57.73 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T08:45:20.848Z] #41 57.76 Setting up python-six (1.12.0-1) ... [Pipeline] sh [2021-02-18T08:45:21.012Z] #48 26.47 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:45:21.012Z] #48 26.48 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T08:45:21.012Z] #48 26.48 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:45:21.012Z] #48 26.50 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:45:21.012Z] #48 26.57 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:45:21.012Z] #48 26.66 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:45:21.012Z] #48 26.69 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T08:45:21.146Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:45:21.146Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:45:21.146Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41973/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T08:45:21.146Z] + bash /home/ubuntu/workspace/moby_PR-41973/check-config.sh [2021-02-18T08:45:21.146Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T08:45:21.146Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-18T08:45:21.146Z] [2021-02-18T08:45:21.146Z] Generally Necessary: [2021-02-18T08:45:21.146Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T08:45:21.146Z] - apparmor: enabled and tools installed [2021-02-18T08:45:21.146Z] - CONFIG_NAMESPACES: enabled [2021-02-18T08:45:21.146Z] - CONFIG_NET_NS: enabled [2021-02-18T08:45:21.146Z] - CONFIG_PID_NS: enabled [2021-02-18T08:45:21.146Z] - CONFIG_IPC_NS: enabled [2021-02-18T08:45:21.146Z] - CONFIG_UTS_NS: enabled [2021-02-18T08:45:21.146Z] - CONFIG_CGROUPS: enabled [2021-02-18T08:45:21.146Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T08:45:21.146Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T08:45:21.146Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T08:45:21.146Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T08:45:21.146Z] - CONFIG_CPUSETS: enabled [2021-02-18T08:45:21.146Z] - CONFIG_MEMCG: enabled [2021-02-18T08:45:21.146Z] - CONFIG_KEYS: enabled [2021-02-18T08:45:21.146Z] - CONFIG_VETH: enabled (as module) [2021-02-18T08:45:21.146Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T08:45:21.146Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T08:45:21.146Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-18T08:45:21.146Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T08:45:21.146Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T08:45:21.146Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T08:45:21.272Z] #48 26.70 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:45:21.272Z] #48 26.81 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:45:21.272Z] #48 26.83 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:45:21.272Z] #48 26.87 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:45:21.272Z] #48 26.87 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T08:45:21.272Z] #48 26.93 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:45:21.409Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-18T08:45:21.409Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T08:45:21.409Z] [2021-02-18T08:45:21.409Z] Optional Features: [2021-02-18T08:45:21.409Z] - CONFIG_USER_NS: enabled [2021-02-18T08:45:21.409Z] - CONFIG_SECCOMP: enabled [2021-02-18T08:45:21.409Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T08:45:21.409Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T08:45:21.409Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T08:45:21.409Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T08:45:21.409Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T08:45:21.409Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T08:45:21.409Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-18T08:45:21.409Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-18T08:45:21.409Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T08:45:21.409Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T08:45:21.409Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T08:45:21.409Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T08:45:21.409Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T08:45:21.409Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T08:45:21.409Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T08:45:21.409Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T08:45:21.409Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T08:45:21.409Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_EXT4_FS: enabled [2021-02-18T08:45:21.409Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T08:45:21.409Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T08:45:21.409Z] - Network Drivers: [2021-02-18T08:45:21.409Z] - "overlay": [2021-02-18T08:45:21.409Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T08:45:21.409Z] Optional (for encrypted networks): [2021-02-18T08:45:21.409Z] - CONFIG_CRYPTO: enabled [2021-02-18T08:45:21.409Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T08:45:21.409Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T08:45:21.409Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T08:45:21.409Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T08:45:21.409Z] - CONFIG_XFRM: enabled [2021-02-18T08:45:21.409Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-18T08:45:21.409Z] - "ipvlan": [2021-02-18T08:45:21.409Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T08:45:21.409Z] - "macvlan": [2021-02-18T08:45:21.409Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T08:45:21.409Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T08:45:21.409Z] - "ftp,tftp client in container": [2021-02-18T08:45:21.532Z] #48 26.97 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:45:21.532Z] #48 27.03 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:45:21.532Z] #48 27.06 go: downloading golang.org/x/text v0.3.2 [2021-02-18T08:45:21.670Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T08:45:21.670Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T08:45:21.670Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T08:45:21.670Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T08:45:21.670Z] - Storage Drivers: [2021-02-18T08:45:21.670Z] - "aufs": [2021-02-18T08:45:21.670Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T08:45:21.670Z] - "btrfs": [2021-02-18T08:45:21.670Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T08:45:21.670Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T08:45:21.670Z] - "devicemapper": [2021-02-18T08:45:21.670Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T08:45:21.670Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T08:45:21.670Z] - "overlay": [2021-02-18T08:45:21.670Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T08:45:21.670Z] - "zfs": [2021-02-18T08:45:21.670Z] - /dev/zfs: present [2021-02-18T08:45:21.670Z] - zfs command: missing [2021-02-18T08:45:21.670Z] - zpool command: missing [2021-02-18T08:45:21.670Z] [2021-02-18T08:45:21.670Z] Limits: [2021-02-18T08:45:21.670Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T08:45:21.670Z] [2021-02-18T08:45:21.670Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T08:45:21.798Z] #48 27.24 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:45:21.798Z] #48 27.28 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T08:45:22.029Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:13a1568b3cc2fea7cc7821da843fe597500395b9 . [2021-02-18T08:45:22.059Z] #48 27.56 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:45:22.059Z] #48 27.56 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:45:22.290Z] #2 [internal] load .dockerignore [2021-02-18T08:45:22.290Z] #2 sha256:84f614af0144ae931c1609c044a8b899f3ae236e6feada30c422972ebc9cdd4e [2021-02-18T08:45:22.290Z] #2 transferring context: [2021-02-18T08:45:22.290Z] #2 transferring context: 87B done [2021-02-18T08:45:22.290Z] #2 DONE 0.1s [2021-02-18T08:45:22.290Z] [2021-02-18T08:45:22.290Z] #1 [internal] load build definition from Dockerfile [2021-02-18T08:45:22.291Z] #1 sha256:d3c6570526b87ad34244319871cc0b260530c460e7d2e2deacae8169714f4d53 [2021-02-18T08:45:22.291Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T08:45:22.291Z] #1 DONE 0.1s [2021-02-18T08:45:22.291Z] [2021-02-18T08:45:22.291Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T08:45:22.291Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T08:45:22.327Z] #48 27.82 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:45:22.588Z] #48 28.00 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:45:22.589Z] #48 28.04 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:45:22.589Z] #48 28.05 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:45:22.589Z] #48 28.06 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:45:22.589Z] #48 28.07 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:45:22.589Z] #48 28.07 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:45:22.589Z] #48 28.16 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:45:22.849Z] #48 28.26 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T08:45:22.849Z] #48 28.45 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:45:22.864Z] #3 DONE 0.4s [2021-02-18T08:45:22.864Z] [2021-02-18T08:45:22.864Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T08:45:22.864Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T08:45:22.864Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T08:45:22.864Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T08:45:22.864Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-18T08:45:22.864Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-18T08:45:22.864Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 1.05MB / 8.88MB 0.1s [2021-02-18T08:45:22.864Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-18T08:45:23.108Z] #48 28.50 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:45:23.108Z] #48 28.66 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:45:23.108Z] #48 28.66 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:45:23.108Z] #48 28.68 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:45:23.128Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2021-02-18T08:45:23.128Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-18T08:45:23.369Z] #48 28.88 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T08:45:23.369Z] #48 28.96 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:45:23.369Z] #48 28.96 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:45:23.402Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-18T08:45:23.402Z] #4 DONE 0.6s [2021-02-18T08:45:23.402Z] [2021-02-18T08:45:23.402Z] #5 [internal] load build definition from Dockerfile [2021-02-18T08:45:23.402Z] #5 sha256:74845e129d10d1ade60b8c1e4a356fca06b88515b0881e5cafb887bc78f55ec9 [2021-02-18T08:45:23.629Z] #48 29.08 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:45:23.629Z] #48 29.11 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:45:23.629Z] #48 29.12 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:45:23.629Z] #48 29.20 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:45:23.629Z] #48 29.24 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:45:23.629Z] #48 29.32 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:45:23.664Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T08:45:23.664Z] #5 DONE 0.0s [2021-02-18T08:45:23.664Z] [2021-02-18T08:45:23.664Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T08:45:23.664Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T08:45:23.664Z] #8 ... [2021-02-18T08:45:23.664Z] [2021-02-18T08:45:23.664Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T08:45:23.664Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T08:45:23.664Z] #6 DONE 0.3s [2021-02-18T08:45:23.890Z] #48 29.35 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:45:23.926Z] [2021-02-18T08:45:23.926Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T08:45:23.926Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T08:45:23.926Z] #7 DONE 0.3s [2021-02-18T08:45:23.926Z] [2021-02-18T08:45:23.926Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T08:45:23.926Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T08:45:23.926Z] #8 DONE 0.4s [2021-02-18T08:45:24.126Z] #41 61.86 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:45:24.126Z] #41 61.87 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:45:24.126Z] #41 61.91 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:24.126Z] #41 61.93 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T08:45:24.126Z] #41 61.97 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:24.126Z] #41 61.98 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:45:24.126Z] #41 62.00 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:45:24.126Z] #41 62.03 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:24.126Z] #41 62.05 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:45:24.126Z] #41 62.08 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T08:45:24.151Z] #48 29.55 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T08:45:24.151Z] #48 29.60 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:45:24.151Z] #48 29.65 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:45:24.151Z] #48 29.71 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:45:24.410Z] #48 29.88 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:45:24.410Z] #48 29.89 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:45:24.410Z] #48 29.98 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:45:24.501Z] [2021-02-18T08:45:24.501Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:45:24.501Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T08:45:24.501Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.0s done [2021-02-18T08:45:24.501Z] #25 DONE 0.0s [2021-02-18T08:45:24.501Z] [2021-02-18T08:45:24.501Z] #22 [internal] load build context [2021-02-18T08:45:24.501Z] #22 sha256:743f9b44cc53e49a4d5ceaff8b8e0d3db5f83c2f8c080894770b2af36a176cb6 [2021-02-18T08:45:24.677Z] #48 30.12 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T08:45:24.677Z] #48 30.20 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T08:45:24.962Z] #48 30.39 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:45:24.962Z] #48 30.52 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T08:45:24.962Z] #48 30.53 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:45:24.962Z] #48 30.62 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:45:25.222Z] #48 30.63 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:45:25.222Z] #48 30.63 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:45:25.222Z] #48 30.71 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:45:25.222Z] #48 30.71 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:45:25.222Z] #48 30.72 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:45:25.222Z] #48 30.89 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:45:25.483Z] #48 30.90 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:45:25.483Z] #48 31.03 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:45:25.483Z] #48 31.09 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T08:45:25.483Z] #48 31.09 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:45:25.503Z] #41 ... [2021-02-18T08:45:25.503Z] [2021-02-18T08:45:25.503Z] #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-18T08:45:25.503Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:25.503Z] #35 62.35 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:45:25.503Z] #35 62.38 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:45:25.503Z] #35 62.39 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-18T08:45:25.503Z] #35 62.41 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:45:25.503Z] #35 62.44 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-18T08:45:25.503Z] #35 62.46 Setting up cmake-data (3.13.4-1) ... [2021-02-18T08:45:25.503Z] #35 62.48 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:45:25.503Z] #35 62.52 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T08:45:25.503Z] #35 62.54 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T08:45:25.503Z] #35 62.64 Setting up cmake (3.13.4-1) ... [2021-02-18T08:45:25.503Z] #35 62.65 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:45:25.503Z] #35 62.78 Processing triggers for mime-support (3.62) ... [2021-02-18T08:45:25.503Z] #35 DONE 63.6s [2021-02-18T08:45:25.503Z] [2021-02-18T08:45:25.503Z] #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-18T08:45:25.503Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:25.503Z] #12 57.19 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T08:45:25.503Z] #12 57.21 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-18T08:45:25.504Z] #12 57.23 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:45:25.504Z] #12 59.70 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T08:45:25.504Z] #12 59.71 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T08:45:25.504Z] #12 59.74 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:45:25.504Z] #12 59.88 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-18T08:45:25.504Z] #12 59.89 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:45:25.504Z] #12 59.89 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:45:25.504Z] #12 60.11 Selecting previously unselected package dmsetup. [2021-02-18T08:45:25.504Z] #12 60.11 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:45:25.504Z] #12 60.12 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T08:45:25.504Z] #12 60.29 Selecting previously unselected package mingw-w64-common. [2021-02-18T08:45:25.504Z] #12 60.30 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T08:45:25.504Z] #12 60.31 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T08:45:25.528Z] Fetching without tags [2021-02-18T08:45:25.745Z] #48 31.24 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T08:45:25.923Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec [2021-02-18T08:45:25.957Z] Fetching without tags [2021-02-18T08:45:26.004Z] #48 31.48 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T08:45:26.269Z] #48 31.74 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:45:26.269Z] #48 31.87 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T08:45:26.270Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec [2021-02-18T08:45:26.533Z] #48 32.01 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T08:45:26.533Z] #48 32.08 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:45:26.874Z] #12 ... [2021-02-18T08:45:26.874Z] [2021-02-18T08:45:26.874Z] #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-18T08:45:26.874Z] #33 sha256:a5176199d422cd58cf0cb5d823c380741a21dbbe3f69ef7bc93fda6fa34f1a52 [2021-02-18T08:45:26.874Z] #33 54.84 internal/poll [2021-02-18T08:45:26.874Z] #33 57.94 internal/syscall/execenv [2021-02-18T08:45:26.874Z] #33 58.09 internal/syscall/unix [2021-02-18T08:45:26.874Z] #33 58.43 os [2021-02-18T08:45:26.874Z] #33 59.30 internal/fmtsort [2021-02-18T08:45:26.874Z] #33 60.07 strings [2021-02-18T08:45:26.874Z] #33 62.19 fmt [2021-02-18T08:45:26.874Z] #33 63.19 path/filepath [2021-02-18T08:45:26.874Z] #33 65.01 io/ioutil [2021-02-18T08:45:26.874Z] #33 ... [2021-02-18T08:45:26.874Z] [2021-02-18T08:45:26.874Z] #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-18T08:45:26.874Z] #36 sha256:ea24cd886e9082bd839eef7622ed9ffa9e44edf90dd35ed259e07ed82a854483 [2021-02-18T08:45:26.874Z] #36 1.181 + RM_GOPATH=0 [2021-02-18T08:45:26.874Z] #36 1.181 + TMP_GOPATH= [2021-02-18T08:45:26.874Z] #36 1.181 + : /build [2021-02-18T08:45:26.874Z] #36 1.181 + '[' -z '' ']' [2021-02-18T08:45:26.874Z] #36 1.181 ++ mktemp -d [2021-02-18T08:45:26.874Z] #36 1.187 + export GOPATH=/tmp/tmp.Rn9vG4Xrxm [2021-02-18T08:45:26.874Z] #36 1.188 + GOPATH=/tmp/tmp.Rn9vG4Xrxm [2021-02-18T08:45:26.874Z] #36 1.188 + RM_GOPATH=1 [2021-02-18T08:45:26.874Z] #36 1.188 + case "$(go env GOARCH)" in [2021-02-18T08:45:26.874Z] #36 1.190 ++ go env GOARCH [2021-02-18T08:45:26.874Z] #36 1.221 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:26.874Z] #36 1.221 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:26.874Z] #36 1.222 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:26.874Z] #36 1.223 + dir=/tmp/install [2021-02-18T08:45:26.874Z] #36 1.223 + bin=tini [2021-02-18T08:45:26.874Z] #36 1.224 + shift [2021-02-18T08:45:26.874Z] #36 1.224 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T08:45:26.874Z] #36 1.224 + . /tmp/install/tini.installer [2021-02-18T08:45:26.874Z] #36 1.224 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:45:26.874Z] #36 1.225 + install_tini [2021-02-18T08:45:26.874Z] #36 1.225 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T08:45:26.874Z] #36 1.225 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:45:26.874Z] #36 1.225 + git clone https://github.com/krallin/tini.git /tmp/tmp.Rn9vG4Xrxm/tini [2021-02-18T08:45:26.874Z] #36 1.243 Cloning into '/tmp/tmp.Rn9vG4Xrxm/tini'... [2021-02-18T08:45:25.854Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:45:25.864Z] > git config --add remote.origin.fetch +refs/pull/41973/head:refs/remotes/origin/PR-41973 # timeout=10 [2021-02-18T08:45:25.894Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:45:25.924Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:45:25.948Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:45:25.949Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:45:25.950Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:45:26.273Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:45:26.312Z] > git checkout -f ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec # timeout=10 [2021-02-18T08:45:27.101Z] #48 32.59 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T08:45:27.167Z] #22 ... [2021-02-18T08:45:27.167Z] [2021-02-18T08:45:27.167Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T08:45:27.167Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T08:45:27.167Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T08:45:27.167Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T08:45:27.167Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T08:45:27.167Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2021-02-18T08:45:27.167Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.4s done [2021-02-18T08:45:27.167Z] #61 DONE 2.4s [2021-02-18T08:45:27.167Z] [2021-02-18T08:45:27.167Z] #22 [internal] load build context [2021-02-18T08:45:27.167Z] #22 sha256:743f9b44cc53e49a4d5ceaff8b8e0d3db5f83c2f8c080894770b2af36a176cb6 [2021-02-18T08:45:27.170Z] Merge succeeded, producing 1cf038ebb0792325b44518f37ad3b756691195c2 [2021-02-18T08:45:27.170Z] Checking out Revision 1cf038ebb0792325b44518f37ad3b756691195c2 (PR-41973) [2021-02-18T08:45:25.481Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:45:25.505Z] > git config --add remote.origin.fetch +refs/pull/41973/head:refs/remotes/origin/PR-41973 # timeout=10 [2021-02-18T08:45:25.527Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:45:25.548Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:45:25.641Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:45:25.642Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:45:25.645Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:45:26.040Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:45:26.068Z] > git checkout -f ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec # timeout=10 [2021-02-18T08:45:27.051Z] > git remote # timeout=10 [2021-02-18T08:45:27.071Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:45:27.080Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:45:27.082Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T08:45:27.251Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:45:27.260Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:45:27.264Z] > git checkout -f 1cf038ebb0792325b44518f37ad3b756691195c2 # timeout=10 [2021-02-18T08:45:27.432Z] #22 transferring context: 34.84MB 3.0s [2021-02-18T08:45:27.439Z] #36 1.994 + cd /tmp/tmp.Rn9vG4Xrxm/tini [2021-02-18T08:45:27.439Z] #36 2.022 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:45:27.439Z] #36 2.048 + cmake . [2021-02-18T08:45:28.370Z] #36 2.806 -- The C compiler identification is GNU 8.3.0 [2021-02-18T08:45:28.370Z] #36 2.846 -- Check for working C compiler: /usr/bin/cc [2021-02-18T08:45:29.014Z] #48 34.24 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:45:29.014Z] #48 ... [2021-02-18T08:45:29.014Z] [2021-02-18T08:45:29.014Z] #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-18T08:45:29.014Z] #63 sha256:e91631c816d13e85a85900bad0f715273bcb6a664953c06bc135f46c7722e072 [2021-02-18T08:45:29.014Z] #63 24.64 Checking out files: 59% (1141/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-18T08:45:29.014Z] #63 25.38 + cd /tmp/tmp.wTf9zOGHof/src/github.com/docker/libnetwork [2021-02-18T08:45:29.014Z] #63 25.38 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:45:29.014Z] #63 25.93 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T08:45:29.017Z] Merge succeeded, producing e64f49298efc0984cc9cef76551cca353a5284bc [2021-02-18T08:45:29.018Z] Checking out Revision e64f49298efc0984cc9cef76551cca353a5284bc (PR-41973) [2021-02-18T08:45:29.273Z] #63 ... [2021-02-18T08:45:29.273Z] [2021-02-18T08:45:29.274Z] #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-18T08:45:29.274Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:45:29.274Z] #50 24.75 runtime [2021-02-18T08:45:29.274Z] #50 24.81 runtime/cgo [2021-02-18T08:45:29.300Z] #36 3.752 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T08:45:29.300Z] #36 3.753 -- Detecting C compiler ABI info [2021-02-18T08:45:27.925Z] > git remote # timeout=10 [2021-02-18T08:45:27.937Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:45:27.949Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:45:27.950Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T08:45:28.985Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:45:29.013Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:45:29.037Z] > git checkout -f e64f49298efc0984cc9cef76551cca353a5284bc # timeout=10 [2021-02-18T08:45:29.357Z] #22 transferring context: 53.36MB 4.8s done [2021-02-18T08:45:29.534Z] #50 ... [2021-02-18T08:45:29.534Z] [2021-02-18T08:45:29.534Z] #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-18T08:45:29.534Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:45:29.534Z] #39 24.75 Checking out files: 87% (1472/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-18T08:45:29.534Z] #39 24.97 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T08:45:29.534Z] #39 26.78 + 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-18T08:45:30.104Z] #39 ... [2021-02-18T08:45:30.104Z] [2021-02-18T08:45:30.104Z] #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-18T08:45:30.104Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:45:30.104Z] #48 35.69 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T08:45:30.230Z] #36 4.796 -- Detecting C compiler ABI info - done [2021-02-18T08:45:30.230Z] #36 4.848 -- Detecting C compile features [2021-02-18T08:45:30.306Z] #22 DONE 6.0s [2021-02-18T08:45:30.306Z] [2021-02-18T08:45:30.306Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:45:30.306Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:45:30.306Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T08:45:30.306Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T08:45:30.306Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-18T08:45:30.306Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-18T08:45:30.306Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s done [2021-02-18T08:45:30.306Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.9s done [2021-02-18T08:45:30.306Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.1s done [2021-02-18T08:45:30.306Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.7s [2021-02-18T08:45:30.306Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.9s done [2021-02-18T08:45:30.306Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.8s [2021-02-18T08:45:30.306Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.8s [2021-02-18T08:45:30.306Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.2s done [2021-02-18T08:45:30.675Z] #48 ... [2021-02-18T08:45:30.675Z] [2021-02-18T08:45:30.675Z] #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-18T08:45:30.675Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:30.675Z] #35 26.04 Fetched 8422 kB in 18s (457 kB/s) [2021-02-18T08:45:30.675Z] #35 26.04 Reading package lists... [2021-02-18T08:45:30.675Z] #35 33.04 Reading package lists... [2021-02-18T08:45:30.675Z] #35 ... [2021-02-18T08:45:30.675Z] [2021-02-18T08:45:30.675Z] #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-18T08:45:30.675Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:30.675Z] #12 27.03 Fetched 8422 kB in 19s (452 kB/s) [2021-02-18T08:45:30.675Z] #12 27.03 Reading package lists... [2021-02-18T08:45:30.881Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.0s done [2021-02-18T08:45:30.935Z] #12 34.01 Reading package lists... [2021-02-18T08:45:30.935Z] #12 ... [2021-02-18T08:45:30.935Z] [2021-02-18T08:45:30.935Z] #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-18T08:45:30.935Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:45:30.935Z] #54 26.30 Fetched 8422 kB in 19s (437 kB/s) [2021-02-18T08:45:30.935Z] #54 26.30 Reading package lists... [2021-02-18T08:45:30.935Z] #54 33.48 Reading package lists... [2021-02-18T08:45:30.935Z] #54 ... [2021-02-18T08:45:30.935Z] [2021-02-18T08:45:30.935Z] #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-18T08:45:30.935Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:30.935Z] #41 27.01 Fetched 8422 kB in 19s (446 kB/s) [2021-02-18T08:45:30.935Z] #41 27.01 Reading package lists... [2021-02-18T08:45:31.129Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T08:45:31.139Z] First time build. Skipping changelog. [2021-02-18T08:45:31.143Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.4s done [2021-02-18T08:45:31.161Z] #36 ... [2021-02-18T08:45:31.161Z] [2021-02-18T08:45:31.161Z] #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-18T08:45:31.161Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:31.161Z] #41 68.57 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T08:45:31.161Z] #41 68.58 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:45:31.161Z] #41 DONE 69.3s [2021-02-18T08:45:31.161Z] [2021-02-18T08:45:31.161Z] #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-18T08:45:31.161Z] #50 sha256:560c2ebeffaca02acf7a6876e1c8e48bc877308bf97238bb815203b4ddde56ee [2021-02-18T08:45:31.161Z] #50 59.42 context [2021-02-18T08:45:31.161Z] #50 60.25 os [2021-02-18T08:45:31.161Z] #50 61.93 encoding/binary [2021-02-18T08:45:31.161Z] #50 64.37 fmt [2021-02-18T08:45:31.161Z] #50 64.39 encoding/base64 [2021-02-18T08:45:31.161Z] #50 65.38 golang.org/x/sys/unix [2021-02-18T08:45:31.418Z] #50 ... [2021-02-18T08:45:31.418Z] [2021-02-18T08:45:31.418Z] #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-18T08:45:31.418Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T08:45:31.675Z] #42 ... [2021-02-18T08:45:31.675Z] [2021-02-18T08:45:31.675Z] #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-18T08:45:31.675Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:45:31.675Z] #44 59.91 internal/fmtsort [2021-02-18T08:45:31.675Z] #44 60.60 strings [2021-02-18T08:45:31.675Z] #44 62.03 fmt [2021-02-18T08:45:31.675Z] #44 63.58 path/filepath [2021-02-18T08:45:31.675Z] #44 65.39 regexp/syntax [2021-02-18T08:45:31.675Z] #44 67.18 flag [2021-02-18T08:45:31.675Z] #44 69.02 go/token [2021-02-18T08:45:31.932Z] #44 ... [2021-02-18T08:45:31.932Z] [2021-02-18T08:45:31.932Z] #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-18T08:45:31.932Z] #50 sha256:560c2ebeffaca02acf7a6876e1c8e48bc877308bf97238bb815203b4ddde56ee [2021-02-18T08:45:31.932Z] #50 69.66 encoding/json [2021-02-18T08:45:31.182Z] > git rev-list --no-walk 715b6e306452b1ac926193f062b46fd5669fd5cf # timeout=10 [2021-02-18T08:45:32.234Z] + docker version [2021-02-18T08:45:32.533Z] #9 ... [2021-02-18T08:45:32.533Z] [2021-02-18T08:45:32.533Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:45:32.533Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T08:45:32.533Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T08:45:32.533Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T08:45:32.533Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-18T08:45:32.533Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-18T08:45:32.533Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.5s done [2021-02-18T08:45:32.533Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 5.9s done [2021-02-18T08:45:32.533Z] #25 DONE 7.9s [2021-02-18T08:45:32.533Z] [2021-02-18T08:45:32.533Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:45:32.533Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:45:32.533Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.6s done [2021-02-18T08:45:32.533Z] #9 ... [2021-02-18T08:45:32.533Z] [2021-02-18T08:45:32.533Z] #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-18T08:45:32.533Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T08:45:32.768Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T08:45:32.787Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T08:45:33.478Z] #26 1.023 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:45:33.478Z] #26 1.039 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:45:33.478Z] #26 1.087 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:45:33.741Z] #26 1.190 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:45:33.741Z] #26 1.498 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:45:33.789Z] + docker version [2021-02-18T08:45:34.232Z] #41 34.03 Reading package lists... [2021-02-18T08:45:34.232Z] #41 ... [2021-02-18T08:45:34.232Z] [2021-02-18T08:45:34.232Z] #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-18T08:45:34.232Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:34.232Z] #35 33.04 Reading package lists... [2021-02-18T08:45:32.766Z] > git rev-list --no-walk 715b6e306452b1ac926193f062b46fd5669fd5cf # timeout=10 [2021-02-18T08:45:34.330Z] #26 1.875 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:45:35.612Z] #35 39.68 Building dependency tree... [2021-02-18T08:45:35.718Z] #26 3.275 Fetched 8422 kB in 3s (3366 kB/s) [2021-02-18T08:45:36.108Z] #50 ... [2021-02-18T08:45:36.108Z] [2021-02-18T08:45:36.108Z] #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-18T08:45:36.108Z] #36 sha256:ea24cd886e9082bd839eef7622ed9ffa9e44edf90dd35ed259e07ed82a854483 [2021-02-18T08:45:36.108Z] #36 6.963 -- Detecting C compile features - done [2021-02-18T08:45:36.108Z] #36 7.018 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T08:45:36.108Z] #36 7.312 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T08:45:36.108Z] #36 7.410 -- Configuring done [2021-02-18T08:45:36.108Z] #36 7.450 -- Generating done [2021-02-18T08:45:36.108Z] #36 7.452 -- Build files have been written to: /tmp/tmp.Rn9vG4Xrxm/tini [2021-02-18T08:45:36.108Z] #36 7.462 + make tini-static [2021-02-18T08:45:36.108Z] #36 7.955 Scanning dependencies of target tini-static [2021-02-18T08:45:36.108Z] #36 8.152 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T08:45:36.108Z] #36 9.627 [100%] Linking C executable tini-static [2021-02-18T08:45:36.108Z] #36 10.26 [100%] Built target tini-static [2021-02-18T08:45:36.108Z] #36 10.36 + mkdir -p /build [2021-02-18T08:45:36.108Z] #36 10.36 + cp tini-static /build/docker-init [2021-02-18T08:45:36.108Z] #36 DONE 10.7s [2021-02-18T08:45:36.365Z] [2021-02-18T08:45:36.365Z] #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-18T08:45:36.365Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:45:36.365Z] #42 2.315 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:45:36.365Z] #42 2.316 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:45:36.365Z] #42 2.337 Note: Building without GnuTLS support [2021-02-18T08:45:36.365Z] #42 2.339 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:45:36.365Z] #42 2.339 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:45:36.365Z] #42 4.270 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:45:36.365Z] #42 4.326 GEN .gitid [2021-02-18T08:45:36.365Z] #42 4.352 GEN criu/include/version.h [2021-02-18T08:45:36.365Z] #42 4.423 GEN include/common/asm [2021-02-18T08:45:36.668Z] #26 3.275 Reading package lists... [2021-02-18T08:45:37.614Z] #26 4.197 Reading package lists... [2021-02-18T08:45:37.614Z] #26 5.135 Building dependency tree... [2021-02-18T08:45:37.736Z] #42 ... [2021-02-18T08:45:37.736Z] [2021-02-18T08:45:37.736Z] #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-18T08:45:37.736Z] #33 sha256:a5176199d422cd58cf0cb5d823c380741a21dbbe3f69ef7bc93fda6fa34f1a52 [2021-02-18T08:45:37.736Z] #33 65.84 path [2021-02-18T08:45:37.736Z] #33 66.59 text/tabwriter [2021-02-18T08:45:37.736Z] #33 67.11 flag [2021-02-18T08:45:37.736Z] #33 67.48 github.com/BurntSushi/toml [2021-02-18T08:45:37.736Z] #33 68.87 log [2021-02-18T08:45:37.736Z] #33 72.09 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:45:37.736Z] #33 ... [2021-02-18T08:45:37.736Z] [2021-02-18T08:45:37.736Z] #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-18T08:45:37.736Z] #50 sha256:560c2ebeffaca02acf7a6876e1c8e48bc877308bf97238bb815203b4ddde56ee [2021-02-18T08:45:37.736Z] #50 74.87 github.com/pkg/diff [2021-02-18T08:45:37.736Z] #50 76.00 go/ast [2021-02-18T08:45:37.875Z] #26 5.461 The following additional packages will be installed: [2021-02-18T08:45:37.875Z] #26 5.461 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T08:45:37.875Z] #26 5.461 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T08:45:37.875Z] #26 5.461 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T08:45:37.875Z] #26 5.462 Suggested packages: [2021-02-18T08:45:37.875Z] #26 5.462 krb5-doc krb5-user [2021-02-18T08:45:37.875Z] #26 5.462 Recommended packages: [2021-02-18T08:45:37.875Z] #26 5.462 krb5-locales publicsuffix libsasl2-modules [2021-02-18T08:45:37.875Z] #26 5.631 The following NEW packages will be installed: [2021-02-18T08:45:37.875Z] #26 5.631 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T08:45:37.875Z] #26 5.631 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T08:45:37.875Z] #26 5.631 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T08:45:37.875Z] #26 5.638 libssh2-1 libssl1.1 openssl [2021-02-18T08:45:38.137Z] #26 5.910 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T08:45:38.137Z] #26 5.910 Need to get 5057 kB of archives. [2021-02-18T08:45:38.137Z] #26 5.910 After this operation, 12.1 MB of additional disk space will be used. [2021-02-18T08:45:38.137Z] #26 5.910 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-18T08:45:38.137Z] #26 5.910 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-18T08:45:38.137Z] #26 5.913 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-18T08:45:38.159Z] #35 43.12 The following additional packages will be installed: [2021-02-18T08:45:38.159Z] #35 43.15 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T08:45:38.159Z] #35 43.15 Suggested packages: [2021-02-18T08:45:38.159Z] #35 43.17 cmake-doc ninja-build lrzip [2021-02-18T08:45:38.159Z] #35 43.17 Recommended packages: [2021-02-18T08:45:38.159Z] #35 43.17 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T08:45:38.401Z] #26 5.916 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T08:45:38.401Z] #26 5.926 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-18T08:45:38.401Z] #26 5.926 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-18T08:45:38.401Z] #26 5.926 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-18T08:45:38.401Z] #26 5.926 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-18T08:45:38.401Z] #26 5.944 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-18T08:45:38.401Z] #26 5.944 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-18T08:45:38.401Z] #26 5.944 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-18T08:45:38.401Z] #26 5.950 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-18T08:45:38.401Z] #26 5.950 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-18T08:45:38.401Z] #26 5.952 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-18T08:45:38.401Z] #26 5.960 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-18T08:45:38.401Z] #26 5.960 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-18T08:45:38.401Z] #26 5.963 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T08:45:38.401Z] #26 5.980 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-18T08:45:38.401Z] #26 5.983 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T08:45:38.401Z] #26 5.989 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T08:45:38.401Z] #26 5.989 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T08:45:38.402Z] #26 6.140 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:38.402Z] #26 6.161 Fetched 5057 kB in 0s (15.1 MB/s) [2021-02-18T08:45:38.663Z] #26 6.229 Selecting previously unselected package libssl1.1:amd64. [2021-02-18T08:45:38.663Z] #26 6.229 (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-18T08:45:38.663Z] #26 6.229 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T08:45:38.663Z] #26 6.242 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:45:38.663Z] #26 6.449 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T08:45:38.663Z] #26 6.449 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T08:45:38.666Z] #50 ... [2021-02-18T08:45:38.666Z] [2021-02-18T08:45:38.666Z] #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-18T08:45:38.666Z] #33 sha256:a5176199d422cd58cf0cb5d823c380741a21dbbe3f69ef7bc93fda6fa34f1a52 [2021-02-18T08:45:38.666Z] #33 DONE 76.8s [2021-02-18T08:45:38.666Z] [2021-02-18T08:45:38.666Z] #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-18T08:45:38.666Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:38.666Z] #12 66.81 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T08:45:38.666Z] #12 66.83 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T08:45:38.666Z] #12 66.83 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:45:38.666Z] #12 73.76 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T08:45:38.666Z] #12 73.80 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:45:38.666Z] #12 73.81 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:45:38.666Z] #12 73.97 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T08:45:38.666Z] #12 74.02 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:45:38.666Z] #12 74.06 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:45:38.666Z] #12 ... [2021-02-18T08:45:38.666Z] [2021-02-18T08:45:38.666Z] #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-18T08:45:38.666Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:45:38.666Z] #42 6.707 PBCC images/timens.pb-c.c [2021-02-18T08:45:38.666Z] #42 6.721 DEP images/timens.pb-c.d [2021-02-18T08:45:38.666Z] #42 6.761 PBCC images/fown.pb-c.c [2021-02-18T08:45:38.666Z] #42 6.798 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T08:45:38.666Z] #42 6.871 PBCC images/opts.pb-c.c [2021-02-18T08:45:38.666Z] #42 6.918 PBCC images/memfd.pb-c.c [2021-02-18T08:45:38.666Z] #42 6.989 DEP images/fown.pb-c.d [2021-02-18T08:45:38.666Z] #42 7.037 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T08:45:38.666Z] #42 7.129 DEP images/opts.pb-c.d [2021-02-18T08:45:38.666Z] #42 7.199 DEP images/memfd.pb-c.d [2021-02-18T08:45:38.666Z] #42 7.269 PBCC images/sit.pb-c.c [2021-02-18T08:45:38.666Z] #42 7.321 DEP images/sit.pb-c.d [2021-02-18T08:45:38.666Z] #42 7.385 PBCC images/macvlan.pb-c.c [2021-02-18T08:45:38.666Z] #42 7.430 DEP images/macvlan.pb-c.d [2021-02-18T08:45:38.666Z] #42 7.500 PBCC images/autofs.pb-c.c [2021-02-18T08:45:38.666Z] #42 7.565 DEP images/autofs.pb-c.d [2021-02-18T08:45:38.666Z] #42 7.659 PBCC images/sysctl.pb-c.c [2021-02-18T08:45:38.666Z] #42 7.689 DEP images/sysctl.pb-c.d [2021-02-18T08:45:38.746Z] #35 ... [2021-02-18T08:45:38.746Z] [2021-02-18T08:45:38.746Z] #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-18T08:45:38.746Z] #63 sha256:e91631c816d13e85a85900bad0f715273bcb6a664953c06bc135f46c7722e072 [2021-02-18T08:45:38.746Z] #63 DONE 44.2s [2021-02-18T08:45:38.746Z] [2021-02-18T08:45:38.746Z] #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-18T08:45:38.746Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:38.746Z] #35 44.13 The following NEW packages will be installed: [2021-02-18T08:45:38.746Z] #35 44.14 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T08:45:38.746Z] #35 44.15 vim-common xxd [2021-02-18T08:45:38.923Z] #42 7.768 PBCC images/time.pb-c.c [2021-02-18T08:45:38.923Z] #42 7.808 DEP images/time.pb-c.d [2021-02-18T08:45:38.923Z] #42 7.872 PBCC images/binfmt-misc.pb-c.c [2021-02-18T08:45:38.923Z] #42 7.900 DEP images/binfmt-misc.pb-c.d [2021-02-18T08:45:38.926Z] #26 6.455 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:45:38.926Z] #26 6.499 Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T08:45:38.926Z] #26 6.499 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T08:45:38.926Z] #26 6.503 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:45:38.926Z] #26 6.562 Selecting previously unselected package libldap-common. [2021-02-18T08:45:38.926Z] #26 6.562 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T08:45:38.926Z] #26 6.567 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:45:38.926Z] #26 6.615 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T08:45:38.926Z] #26 6.615 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_amd64.deb ... [2021-02-18T08:45:38.926Z] #26 6.620 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:45:39.006Z] #35 ... [2021-02-18T08:45:39.006Z] [2021-02-18T08:45:39.006Z] #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-18T08:45:39.006Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:39.006Z] #12 34.01 Reading package lists... [2021-02-18T08:45:39.006Z] #12 40.63 Building dependency tree... [2021-02-18T08:45:39.006Z] #12 44.18 The following additional packages will be installed: [2021-02-18T08:45:39.006Z] #12 44.18 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T08:45:39.006Z] #12 44.18 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T08:45:39.006Z] #12 44.19 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T08:45:39.006Z] #12 44.19 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T08:45:39.006Z] #12 44.22 mingw-w64-x86-64-dev [2021-02-18T08:45:39.006Z] #12 44.22 Suggested packages: [2021-02-18T08:45:39.006Z] #12 44.22 gcc-8-locales seccomp wine64 [2021-02-18T08:45:39.180Z] #42 8.013 PBCC images/seccomp.pb-c.c [2021-02-18T08:45:39.180Z] #42 8.081 DEP images/seccomp.pb-c.d [2021-02-18T08:45:39.180Z] #42 8.149 PBCC images/userns.pb-c.c [2021-02-18T08:45:39.188Z] #26 6.679 Selecting previously unselected package openssl. [2021-02-18T08:45:39.188Z] #26 6.681 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T08:45:39.188Z] #26 6.685 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:45:39.188Z] #26 6.823 Selecting previously unselected package ca-certificates. [2021-02-18T08:45:39.188Z] #26 6.825 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T08:45:39.188Z] #26 6.830 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T08:45:39.188Z] #26 6.912 Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T08:45:39.188Z] #26 6.912 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-18T08:45:39.188Z] #26 6.916 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-18T08:45:39.188Z] #26 6.955 Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T08:45:39.188Z] #26 6.955 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:45:39.188Z] #26 6.959 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:45:39.437Z] #42 8.272 DEP images/userns.pb-c.d [2021-02-18T08:45:39.437Z] #42 8.372 PBCC images/cgroup.pb-c.c [2021-02-18T08:45:39.437Z] #42 8.424 DEP images/cgroup.pb-c.d [2021-02-18T08:45:39.437Z] #42 8.492 PBCC images/ext-file.pb-c.c [2021-02-18T08:45:39.450Z] #26 7.006 Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T08:45:39.450Z] #26 7.006 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:45:39.450Z] #26 7.012 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:45:39.450Z] #26 7.067 Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T08:45:39.450Z] #26 7.068 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:45:39.450Z] #26 7.073 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:45:39.450Z] #26 7.169 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T08:45:39.450Z] #26 7.169 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:45:39.450Z] #26 7.174 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:45:39.694Z] #42 8.548 DEP images/ext-file.pb-c.d [2021-02-18T08:45:39.694Z] #42 8.613 PBCC images/rpc.pb-c.c [2021-02-18T08:45:39.694Z] #42 8.706 DEP images/rpc.pb-c.d [2021-02-18T08:45:39.711Z] #26 7.228 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T08:45:39.711Z] #26 7.228 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-18T08:45:39.711Z] #26 7.235 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T08:45:39.711Z] #26 7.288 Selecting previously unselected package libpsl5:amd64. [2021-02-18T08:45:39.711Z] #26 7.290 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-18T08:45:39.711Z] #26 7.294 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-18T08:45:39.711Z] #26 7.338 Selecting previously unselected package librtmp1:amd64. [2021-02-18T08:45:39.711Z] #26 7.338 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-18T08:45:39.711Z] #26 7.342 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:45:39.711Z] #26 7.387 Selecting previously unselected package libssh2-1:amd64. [2021-02-18T08:45:39.711Z] #26 7.387 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-18T08:45:39.711Z] #26 7.393 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T08:45:39.711Z] #26 7.442 Selecting previously unselected package libcurl4:amd64. [2021-02-18T08:45:39.711Z] #26 7.442 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T08:45:39.951Z] #42 8.764 PBCC images/siginfo.pb-c.c [2021-02-18T08:45:39.951Z] #42 8.805 DEP images/siginfo.pb-c.d [2021-02-18T08:45:39.951Z] #42 8.846 PBCC images/pagemap.pb-c.c [2021-02-18T08:45:39.951Z] #42 8.869 DEP images/pagemap.pb-c.d [2021-02-18T08:45:39.951Z] #42 8.961 PBCC images/rlimit.pb-c.c [2021-02-18T08:45:39.951Z] #42 8.988 DEP images/rlimit.pb-c.d [2021-02-18T08:45:39.974Z] #26 7.447 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T08:45:39.974Z] #26 7.507 Selecting previously unselected package curl. [2021-02-18T08:45:39.974Z] #26 7.507 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T08:45:39.974Z] #26 7.510 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T08:45:39.974Z] #26 7.575 Selecting previously unselected package libonig5:amd64. [2021-02-18T08:45:39.974Z] #26 7.575 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T08:45:39.974Z] #26 7.581 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:45:39.974Z] #26 7.667 Selecting previously unselected package libjq1:amd64. [2021-02-18T08:45:39.974Z] #26 7.667 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:45:39.974Z] #26 7.671 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:45:39.974Z] #26 7.717 Selecting previously unselected package jq. [2021-02-18T08:45:39.974Z] #26 7.717 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:45:39.974Z] #26 7.721 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:45:39.974Z] #26 7.762 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-18T08:45:39.974Z] #26 7.779 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-18T08:45:39.974Z] #26 7.794 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:45:40.207Z] #42 9.069 PBCC images/file-lock.pb-c.c [2021-02-18T08:45:40.207Z] #42 9.097 DEP images/file-lock.pb-c.d [2021-02-18T08:45:40.207Z] #42 9.145 PBCC images/tty.pb-c.c [2021-02-18T08:45:40.207Z] #42 9.209 DEP images/tty.pb-c.d [2021-02-18T08:45:40.236Z] #26 7.897 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T08:45:40.236Z] #26 7.909 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:45:40.236Z] #26 7.924 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:45:40.236Z] #26 7.950 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:45:40.236Z] #26 7.964 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:45:40.236Z] #26 7.974 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:45:40.236Z] #26 7.989 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:45:40.236Z] #26 8.001 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T08:45:40.378Z] Client: Docker Engine - Community [2021-02-18T08:45:40.378Z] Version: 20.10.3 [2021-02-18T08:45:40.378Z] API version: 1.41 [2021-02-18T08:45:40.378Z] Go version: go1.13.15 [2021-02-18T08:45:40.378Z] Git commit: 48d30b5 [2021-02-18T08:45:40.378Z] Built: Fri Jan 29 14:33:53 2021 [2021-02-18T08:45:40.378Z] OS/Arch: linux/arm64 [2021-02-18T08:45:40.378Z] Context: default [2021-02-18T08:45:40.378Z] Experimental: true [2021-02-18T08:45:40.378Z] [2021-02-18T08:45:40.378Z] Server: Docker Engine - Community [2021-02-18T08:45:40.378Z] Engine: [2021-02-18T08:45:40.378Z] Version: 20.10.3 [2021-02-18T08:45:40.378Z] API version: 1.41 (minimum version 1.12) [2021-02-18T08:45:40.378Z] Go version: go1.13.15 [2021-02-18T08:45:40.378Z] Git commit: 46229ca [2021-02-18T08:45:40.378Z] Built: Fri Jan 29 14:32:08 2021 [2021-02-18T08:45:40.378Z] OS/Arch: linux/arm64 [2021-02-18T08:45:40.378Z] Experimental: true [2021-02-18T08:45:40.378Z] containerd: [2021-02-18T08:45:40.378Z] Version: 1.4.3 [2021-02-18T08:45:40.378Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:40.378Z] runc: [2021-02-18T08:45:40.378Z] Version: 1.0.0-rc92 [2021-02-18T08:45:40.378Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:45:40.378Z] docker-init: [2021-02-18T08:45:40.378Z] Version: 0.19.0 [2021-02-18T08:45:40.378Z] GitCommit: de40ad0 [2021-02-18T08:45:40.389Z] #12 ... [2021-02-18T08:45:40.389Z] [2021-02-18T08:45:40.389Z] #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-18T08:45:40.389Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:45:40.389Z] #48 39.54 go: extracting golang.org/x/text v0.3.2 [2021-02-18T08:45:40.389Z] #48 44.48 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:45:40.389Z] #48 44.49 go: finding github.com/fatih/color v1.7.0 [2021-02-18T08:45:40.389Z] #48 44.72 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:45:40.389Z] #48 44.78 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:45:40.389Z] #48 44.78 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:45:40.389Z] #48 44.81 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:45:40.389Z] #48 44.83 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:45:40.389Z] #48 44.88 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:45:40.389Z] #48 44.91 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T08:45:40.389Z] #48 44.91 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:45:40.389Z] #48 44.95 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:45:40.389Z] #48 45.06 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:45:40.389Z] #48 45.09 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T08:45:40.389Z] #48 45.09 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T08:45:40.389Z] #48 45.26 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:45:40.389Z] #48 45.39 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:45:40.389Z] #48 45.39 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:45:40.389Z] #48 45.47 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:45:40.389Z] #48 45.52 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:45:40.389Z] #48 45.53 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:45:40.389Z] #48 45.60 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T08:45:40.389Z] #48 45.61 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:45:40.389Z] #48 45.61 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:45:40.389Z] #48 45.64 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:45:40.389Z] #48 45.64 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:45:40.389Z] #48 45.67 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T08:45:40.389Z] #48 45.73 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T08:45:40.389Z] #48 45.75 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:45:40.389Z] #48 45.83 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:45:40.389Z] #48 45.89 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T08:45:40.389Z] #48 46.01 go: finding github.com/hashicorp/hcl v1.0.0 [Pipeline] sh [2021-02-18T08:45:40.464Z] #42 9.242 PBCC images/tun.pb-c.c [2021-02-18T08:45:40.464Z] #42 9.293 PBCC images/netdev.pb-c.c [2021-02-18T08:45:40.464Z] #42 9.350 DEP images/tun.pb-c.d [2021-02-18T08:45:40.464Z] #42 9.409 DEP images/netdev.pb-c.d [2021-02-18T08:45:40.464Z] #42 9.480 PBCC images/vma.pb-c.c [2021-02-18T08:45:40.496Z] #26 8.013 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:45:40.496Z] #26 8.025 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:45:40.496Z] #26 8.043 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:45:40.496Z] #26 8.056 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:45:40.496Z] #26 8.068 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:45:40.496Z] #26 8.081 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T08:45:40.649Z] #48 46.02 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:45:40.649Z] #48 46.06 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:45:40.649Z] #48 46.12 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T08:45:40.649Z] #48 46.17 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:45:40.649Z] #48 46.22 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:45:40.649Z] #48 46.26 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:45:40.649Z] #48 ... [2021-02-18T08:45:40.649Z] [2021-02-18T08:45:40.649Z] #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-18T08:45:40.649Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:40.649Z] #12 46.30 The following NEW packages will be installed: [2021-02-18T08:45:40.649Z] #12 46.30 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T08:45:40.649Z] #12 46.31 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T08:45:40.649Z] #12 46.31 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T08:45:40.649Z] #12 46.31 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T08:45:40.649Z] #12 46.32 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T08:45:40.649Z] #12 46.32 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T08:45:40.709Z] + docker info [2021-02-18T08:45:40.721Z] #42 9.531 DEP images/vma.pb-c.d [2021-02-18T08:45:40.721Z] #42 9.601 PBCC images/creds.pb-c.c [2021-02-18T08:45:40.721Z] #42 9.613 DEP images/creds.pb-c.d [2021-02-18T08:45:40.721Z] #42 9.642 PBCC images/utsns.pb-c.c [2021-02-18T08:45:40.721Z] #42 9.674 DEP images/utsns.pb-c.d [2021-02-18T08:45:40.721Z] #42 9.737 PBCC images/ipc-desc.pb-c.c [2021-02-18T08:45:40.908Z] #12 46.33 The following packages will be upgraded: [2021-02-18T08:45:40.908Z] #12 46.34 libsystemd0 libudev1 [2021-02-18T08:45:40.978Z] #42 9.749 PBCC images/ipc-sem.pb-c.c [2021-02-18T08:45:40.978Z] #42 9.773 DEP images/ipc-desc.pb-c.d [2021-02-18T08:45:40.978Z] #42 9.819 DEP images/ipc-sem.pb-c.d [2021-02-18T08:45:40.978Z] #42 9.864 PBCC images/ipc-msg.pb-c.c [2021-02-18T08:45:40.978Z] #42 9.901 DEP images/ipc-msg.pb-c.d [2021-02-18T08:45:40.978Z] #42 9.940 PBCC images/ipc-shm.pb-c.c [2021-02-18T08:45:40.978Z] #42 9.976 DEP images/ipc-shm.pb-c.d [2021-02-18T08:45:41.071Z] #26 8.681 Updating certificates in /etc/ssl/certs... [2021-02-18T08:45:41.168Z] #12 46.73 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:45:41.168Z] #12 46.73 Need to get 78.2 MB of archives. [2021-02-18T08:45:41.168Z] #12 46.73 After this operation, 487 MB of additional disk space will be used. [2021-02-18T08:45:41.168Z] #12 46.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-18T08:45:41.168Z] #12 46.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-18T08:45:41.168Z] #12 46.77 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-18T08:45:41.234Z] #42 10.02 PBCC images/ipc-var.pb-c.c [2021-02-18T08:45:41.234Z] #42 10.06 DEP images/ipc-var.pb-c.d [2021-02-18T08:45:41.234Z] #42 10.09 PBCC images/sk-opts.pb-c.c [2021-02-18T08:45:41.234Z] #42 10.13 PBCC images/packet-sock.pb-c.c [2021-02-18T08:45:41.234Z] #42 10.20 DEP images/sk-opts.pb-c.d [2021-02-18T08:45:41.428Z] #12 47.00 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-18T08:45:41.491Z] #42 10.25 DEP images/packet-sock.pb-c.d [2021-02-18T08:45:41.491Z] #42 10.33 PBCC images/sk-netlink.pb-c.c [2021-02-18T08:45:41.491Z] #42 10.36 DEP images/sk-netlink.pb-c.d [2021-02-18T08:45:41.491Z] #42 10.42 PBCC images/sk-inet.pb-c.c [2021-02-18T08:45:41.688Z] #12 47.20 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-18T08:45:41.688Z] #12 47.21 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-18T08:45:41.688Z] #12 47.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-18T08:45:41.688Z] #12 47.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T08:45:41.747Z] #42 10.49 DEP images/sk-inet.pb-c.d [2021-02-18T08:45:41.747Z] #42 10.53 PBCC images/sk-unix.pb-c.c [2021-02-18T08:45:41.747Z] #42 10.60 DEP images/sk-unix.pb-c.d [2021-02-18T08:45:41.747Z] #42 10.68 PBCC images/mm.pb-c.c [2021-02-18T08:45:41.747Z] #42 10.75 DEP images/mm.pb-c.d [2021-02-18T08:45:41.908Z] Client: Docker Engine - Community [2021-02-18T08:45:41.908Z] Version: 20.10.3 [2021-02-18T08:45:41.908Z] API version: 1.41 [2021-02-18T08:45:41.908Z] Go version: go1.13.15 [2021-02-18T08:45:41.908Z] Git commit: 48d30b5 [2021-02-18T08:45:41.908Z] Built: Fri Jan 29 14:33:21 2021 [2021-02-18T08:45:41.908Z] OS/Arch: linux/amd64 [2021-02-18T08:45:41.908Z] Context: default [2021-02-18T08:45:41.908Z] Experimental: true [2021-02-18T08:45:41.908Z] [2021-02-18T08:45:41.908Z] Server: Docker Engine - Community [2021-02-18T08:45:41.908Z] Engine: [2021-02-18T08:45:41.908Z] Version: 20.10.3 [2021-02-18T08:45:41.908Z] API version: 1.41 (minimum version 1.12) [2021-02-18T08:45:41.908Z] Go version: go1.13.15 [2021-02-18T08:45:41.908Z] Git commit: 46229ca [2021-02-18T08:45:41.908Z] Built: Fri Jan 29 14:31:32 2021 [2021-02-18T08:45:41.908Z] OS/Arch: linux/amd64 [2021-02-18T08:45:41.908Z] Experimental: true [2021-02-18T08:45:41.908Z] containerd: [2021-02-18T08:45:41.908Z] Version: 1.4.3 [2021-02-18T08:45:41.908Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:41.908Z] runc: [2021-02-18T08:45:41.908Z] Version: 1.0.0-rc92 [2021-02-18T08:45:41.908Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:45:41.908Z] docker-init: [2021-02-18T08:45:41.908Z] Version: 0.19.0 [2021-02-18T08:45:41.908Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T08:45:42.004Z] #42 10.80 PBCC images/timerfd.pb-c.c [2021-02-18T08:45:42.004Z] #42 10.88 DEP images/timerfd.pb-c.d [2021-02-18T08:45:42.004Z] #42 10.92 PBCC images/timer.pb-c.c [2021-02-18T08:45:42.004Z] #42 10.96 DEP images/timer.pb-c.d [2021-02-18T08:45:42.004Z] #42 11.00 PBCC images/sa.pb-c.c [2021-02-18T08:45:42.004Z] #42 ... [2021-02-18T08:45:42.004Z] [2021-02-18T08:45:42.004Z] #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-18T08:45:42.004Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:45:42.004Z] #44 70.20 regexp [2021-02-18T08:45:42.004Z] #44 70.27 go/scanner [2021-02-18T08:45:42.004Z] #44 71.74 go/ast [2021-02-18T08:45:42.004Z] #44 74.27 internal/lazyregexp [2021-02-18T08:45:42.004Z] #44 74.71 net/url [2021-02-18T08:45:42.004Z] #44 76.60 text/template/parse [2021-02-18T08:45:42.004Z] #44 77.70 go/parser [2021-02-18T08:45:42.015Z] #26 9.478 137 added, 0 removed; done. [2021-02-18T08:45:42.015Z] #26 9.514 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:45:42.015Z] #26 9.527 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:45:42.015Z] #26 9.540 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T08:45:42.015Z] #26 9.553 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T08:45:42.015Z] #26 9.564 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:45:42.015Z] #26 9.584 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T08:45:42.015Z] #26 9.592 Updating certificates in /etc/ssl/certs... [2021-02-18T08:45:42.068Z] #12 ... [2021-02-18T08:45:42.068Z] [2021-02-18T08:45:42.068Z] #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-18T08:45:42.068Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:45:42.068Z] #54 33.48 Reading package lists... [2021-02-18T08:45:42.068Z] #54 40.35 Building dependency tree... [2021-02-18T08:45:42.068Z] #54 43.98 The following additional packages will be installed: [2021-02-18T08:45:42.068Z] #54 43.99 libbtrfs0 [2021-02-18T08:45:42.068Z] #54 44.17 The following NEW packages will be installed: [2021-02-18T08:45:42.068Z] #54 44.19 libbtrfs-dev libbtrfs0 [2021-02-18T08:45:42.068Z] #54 45.01 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:45:42.068Z] #54 45.01 Need to get 119 kB of archives. [2021-02-18T08:45:42.068Z] #54 45.01 After this operation, 387 kB of additional disk space will be used. [2021-02-18T08:45:42.068Z] #54 45.01 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T08:45:42.068Z] #54 45.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T08:45:42.068Z] #54 46.22 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:42.068Z] #54 46.44 Fetched 119 kB in 1s (203 kB/s) [2021-02-18T08:45:42.068Z] #54 46.55 Selecting previously unselected package libbtrfs0. [2021-02-18T08:45:42.068Z] #54 46.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-18T08:45:42.068Z] #54 46.62 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T08:45:42.068Z] #54 46.63 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:45:42.068Z] #54 46.77 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:45:42.068Z] #54 46.77 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T08:45:42.068Z] #54 46.79 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:45:42.068Z] #54 47.04 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:45:42.068Z] #54 47.10 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:45:42.068Z] #54 47.25 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:45:42.068Z] #54 DONE 47.6s [2021-02-18T08:45:42.223Z] + docker info [2021-02-18T08:45:42.261Z] #44 ... [2021-02-18T08:45:42.261Z] [2021-02-18T08:45:42.261Z] #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-18T08:45:42.261Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:45:42.261Z] #42 11.05 DEP images/sa.pb-c.d [2021-02-18T08:45:42.261Z] #42 11.14 PBCC images/pipe-data.pb-c.c [2021-02-18T08:45:42.261Z] #42 11.17 DEP images/pipe-data.pb-c.d [2021-02-18T08:45:42.261Z] #42 11.21 PBCC images/mnt.pb-c.c [2021-02-18T08:45:42.261Z] #42 11.27 DEP images/mnt.pb-c.d [2021-02-18T08:45:42.277Z] #26 ... [2021-02-18T08:45:42.277Z] [2021-02-18T08:45:42.277Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:45:42.277Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:45:42.277Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-02-18T08:45:42.277Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2021-02-18T08:45:42.277Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.2s done [2021-02-18T08:45:42.277Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2021-02-18T08:45:42.277Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.9s [2021-02-18T08:45:42.348Z] [2021-02-18T08:45:42.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-18T08:45:42.348Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:45:42.348Z] #48 46.33 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:45:42.348Z] #48 46.34 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:45:42.348Z] #48 46.35 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T08:45:42.348Z] #48 46.38 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:45:42.348Z] #48 46.40 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T08:45:42.348Z] #48 46.42 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:45:42.348Z] #48 46.45 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:45:42.348Z] #48 46.48 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:45:42.348Z] #48 46.49 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T08:45:42.348Z] #48 46.51 go: finding golang.org/x/text v0.3.2 [2021-02-18T08:45:42.348Z] #48 46.53 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:45:42.348Z] #48 46.59 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:45:42.348Z] #48 46.59 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:45:42.348Z] #48 46.60 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:45:42.348Z] #48 46.63 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:45:42.348Z] #48 46.65 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:45:42.348Z] #48 46.67 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:45:42.348Z] #48 46.70 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:45:42.348Z] #48 46.73 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:45:42.348Z] #48 46.77 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:45:42.348Z] #48 46.82 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:45:42.348Z] #48 46.86 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:45:42.348Z] #48 46.88 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T08:45:42.348Z] #48 46.91 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:45:42.348Z] #48 46.95 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:45:42.348Z] #48 46.96 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:45:42.348Z] #48 47.02 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:45:42.348Z] #48 47.04 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T08:45:42.348Z] #48 47.06 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:45:42.348Z] #48 47.07 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:45:42.348Z] #48 47.15 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:45:42.348Z] #48 47.17 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T08:45:42.348Z] #48 47.39 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:45:42.348Z] #48 47.46 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:45:42.348Z] #48 47.52 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:45:42.348Z] #48 47.57 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:45:42.348Z] #48 47.58 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:45:42.518Z] #42 11.31 PBCC images/sk-packet.pb-c.c [2021-02-18T08:45:42.518Z] #42 11.36 DEP images/sk-packet.pb-c.d [2021-02-18T08:45:42.518Z] #42 11.41 PBCC images/tcp-stream.pb-c.c [2021-02-18T08:45:42.518Z] #42 11.45 DEP images/tcp-stream.pb-c.d [2021-02-18T08:45:42.518Z] #42 11.48 PBCC images/pipe.pb-c.c [2021-02-18T08:45:42.518Z] #42 11.51 DEP images/pipe.pb-c.d [2021-02-18T08:45:42.538Z] #9 ... [2021-02-18T08:45:42.538Z] [2021-02-18T08:45:42.538Z] #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-18T08:45:42.538Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T08:45:42.538Z] #26 10.29 0 added, 0 removed; done. [2021-02-18T08:45:42.538Z] #26 10.29 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T08:45:42.538Z] #26 10.29 done. [2021-02-18T08:45:42.775Z] #42 11.56 PBCC images/pstree.pb-c.c [2021-02-18T08:45:42.775Z] #42 11.57 DEP images/pstree.pb-c.d [2021-02-18T08:45:42.775Z] #42 11.60 PBCC images/fs.pb-c.c [2021-02-18T08:45:42.775Z] #42 11.63 DEP images/fs.pb-c.d [2021-02-18T08:45:42.775Z] #42 11.68 PBCC images/signalfd.pb-c.c [2021-02-18T08:45:42.775Z] #42 11.73 DEP images/signalfd.pb-c.d [2021-02-18T08:45:43.032Z] #42 11.80 PBCC images/fh.pb-c.c [2021-02-18T08:45:43.032Z] #42 11.84 PBCC images/fsnotify.pb-c.c [2021-02-18T08:45:43.032Z] #42 11.92 DEP images/fh.pb-c.d [2021-02-18T08:45:43.032Z] #42 11.99 DEP images/fsnotify.pb-c.d [2021-02-18T08:45:43.032Z] #42 12.05 PBCC images/eventpoll.pb-c.c [2021-02-18T08:45:43.288Z] #42 12.08 DEP images/eventpoll.pb-c.d [2021-02-18T08:45:43.288Z] #42 12.13 PBCC images/eventfd.pb-c.c [2021-02-18T08:45:43.288Z] #42 12.15 DEP images/eventfd.pb-c.d [2021-02-18T08:45:43.289Z] #42 12.22 PBCC images/remap-file-path.pb-c.c [2021-02-18T08:45:43.289Z] #42 12.26 DEP images/remap-file-path.pb-c.d [2021-02-18T08:45:43.545Z] #42 12.33 PBCC images/fifo.pb-c.c [2021-02-18T08:45:43.545Z] #42 12.39 DEP images/fifo.pb-c.d [2021-02-18T08:45:43.545Z] #42 12.44 PBCC images/ghost-file.pb-c.c [2021-02-18T08:45:43.545Z] #42 12.49 DEP images/ghost-file.pb-c.d [2021-02-18T08:45:43.802Z] #42 12.53 PBCC images/regfile.pb-c.c [2021-02-18T08:45:43.802Z] #42 12.59 DEP images/regfile.pb-c.d [2021-02-18T08:45:43.802Z] #42 12.67 PBCC images/ns.pb-c.c [2021-02-18T08:45:43.802Z] #42 12.69 DEP images/ns.pb-c.d [2021-02-18T08:45:43.802Z] #42 12.73 PBCC images/fdinfo.pb-c.c [2021-02-18T08:45:44.058Z] #42 12.83 DEP images/fdinfo.pb-c.d [2021-02-18T08:45:44.058Z] #42 12.89 PBCC images/core-aarch64.pb-c.c [2021-02-18T08:45:44.058Z] #42 12.99 PBCC images/core-arm.pb-c.c [2021-02-18T08:45:44.315Z] #42 13.09 PBCC images/core-ppc64.pb-c.c [2021-02-18T08:45:44.315Z] #42 13.15 PBCC images/core-s390.pb-c.c [2021-02-18T08:45:44.315Z] #42 13.20 PBCC images/core-x86.pb-c.c [2021-02-18T08:45:44.315Z] #42 13.27 PBCC images/core.pb-c.c [2021-02-18T08:45:44.572Z] #42 13.32 PBCC images/inventory.pb-c.c [2021-02-18T08:45:44.572Z] #42 13.39 DEP images/core-aarch64.pb-c.d [2021-02-18T08:45:44.572Z] #42 13.48 DEP images/core-arm.pb-c.d [2021-02-18T08:45:44.828Z] #42 13.56 DEP images/core-ppc64.pb-c.d [2021-02-18T08:45:44.828Z] #42 13.60 DEP images/core-s390.pb-c.d [2021-02-18T08:45:44.828Z] #42 13.64 DEP images/core-x86.pb-c.d [2021-02-18T08:45:44.828Z] #42 13.69 DEP images/core.pb-c.d [2021-02-18T08:45:44.828Z] #42 13.72 DEP images/inventory.pb-c.d [2021-02-18T08:45:44.828Z] #42 13.75 PBCC images/cpuinfo.pb-c.c [2021-02-18T08:45:44.828Z] #42 13.77 DEP images/cpuinfo.pb-c.d [2021-02-18T08:45:44.828Z] #42 13.80 PBCC images/stats.pb-c.c [2021-02-18T08:45:44.941Z] #48 ... [2021-02-18T08:45:44.941Z] [2021-02-18T08:45:44.941Z] #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-18T08:45:44.941Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:44.941Z] #41 34.03 Reading package lists... [2021-02-18T08:45:44.941Z] #41 40.91 Building dependency tree... [2021-02-18T08:45:44.941Z] #41 44.51 The following additional packages will be installed: [2021-02-18T08:45:44.941Z] #41 44.52 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T08:45:44.941Z] #41 44.52 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T08:45:44.941Z] #41 44.53 Suggested packages: [2021-02-18T08:45:44.941Z] #41 44.55 manpages-dev python-setuptools [2021-02-18T08:45:44.941Z] #41 46.26 The following NEW packages will be installed: [2021-02-18T08:45:44.941Z] #41 46.26 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T08:45:44.941Z] #41 46.27 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T08:45:44.941Z] #41 46.27 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T08:45:44.941Z] #41 46.27 python-six zlib1g-dev [2021-02-18T08:45:44.941Z] #41 46.71 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:45:44.941Z] #41 46.71 Need to get 4095 kB of archives. [2021-02-18T08:45:44.941Z] #41 46.71 After this operation, 22.5 MB of additional disk space will be used. [2021-02-18T08:45:44.941Z] #41 46.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-18T08:45:44.941Z] #41 46.71 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-18T08:45:44.941Z] #41 46.71 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-18T08:45:44.941Z] #41 46.72 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-18T08:45:44.941Z] #41 46.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-18T08:45:44.941Z] #41 46.72 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-18T08:45:44.941Z] #41 46.73 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-18T08:45:44.941Z] #41 46.73 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-18T08:45:44.941Z] #41 46.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-18T08:45:44.941Z] #41 46.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-18T08:45:44.941Z] #41 46.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-18T08:45:44.941Z] #41 46.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-18T08:45:44.941Z] #41 47.03 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-18T08:45:44.941Z] #41 47.03 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-18T08:45:44.941Z] #41 47.04 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T08:45:44.941Z] #41 47.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T08:45:44.941Z] #41 47.07 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-18T08:45:44.941Z] #41 48.46 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:44.941Z] #41 48.82 Fetched 4095 kB in 1s (5837 kB/s) [2021-02-18T08:45:44.941Z] #41 48.92 Selecting previously unselected package libcap-dev:amd64. [2021-02-18T08:45:44.941Z] #41 48.92 (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-18T08:45:44.941Z] #41 49.01 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-18T08:45:44.941Z] #41 49.02 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T08:45:44.941Z] #41 49.31 Selecting previously unselected package libnet1:amd64. [2021-02-18T08:45:44.941Z] #41 49.31 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:45:44.941Z] #41 49.32 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:45:44.941Z] #41 49.40 Selecting previously unselected package libnet1-dev. [2021-02-18T08:45:44.941Z] #41 49.40 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:45:44.941Z] #41 49.40 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:45:44.941Z] #41 49.58 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T08:45:44.941Z] #41 49.58 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T08:45:44.941Z] #41 49.60 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:45:44.941Z] #41 49.72 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-18T08:45:44.941Z] #41 49.73 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-18T08:45:44.941Z] #41 49.78 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T08:45:44.941Z] #41 50.08 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T08:45:44.941Z] #41 50.09 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:45:44.941Z] #41 50.10 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:45:44.941Z] #41 50.18 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-18T08:45:44.941Z] #41 50.22 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:45:44.941Z] #41 50.26 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T08:45:44.941Z] #41 50.39 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-18T08:45:44.941Z] #41 50.41 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-18T08:45:44.941Z] #41 50.42 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:45:45.085Z] #42 13.83 DEP images/stats.pb-c.d [2021-02-18T08:45:45.510Z] #41 50.82 Selecting previously unselected package libprotobuf17:amd64. [2021-02-18T08:45:45.510Z] #41 50.83 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:45.510Z] #41 50.84 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:45.768Z] #41 ... [2021-02-18T08:45:45.768Z] [2021-02-18T08:45:45.768Z] #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-18T08:45:45.768Z] #33 sha256:bcc38ccf68c0b65bf32db33ccdbd1b2d0732bc5376a75b2dc10f306fbf319e46 [2021-02-18T08:45:45.768Z] #33 41.31 sync [2021-02-18T08:45:45.768Z] #33 41.33 internal/reflectlite [2021-02-18T08:45:45.768Z] #33 44.01 errors [2021-02-18T08:45:45.768Z] #33 44.02 sort [2021-02-18T08:45:45.768Z] #33 44.59 strconv [2021-02-18T08:45:45.768Z] #33 45.90 io [2021-02-18T08:45:45.768Z] #33 46.85 internal/oserror [2021-02-18T08:45:45.768Z] #33 47.03 syscall [2021-02-18T08:45:45.768Z] #33 49.58 reflect [2021-02-18T08:45:45.846Z] #26 DONE 13.5s [2021-02-18T08:45:45.846Z] [2021-02-18T08:45:45.846Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T08:45:45.846Z] #27 sha256:43fd54928893c7334c6adcafc8799095d6533fb1fe5f256625b385ea93177d86 [2021-02-18T08:45:46.030Z] #33 ... [2021-02-18T08:45:46.030Z] [2021-02-18T08:45:46.030Z] #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-18T08:45:46.030Z] #55 sha256:058273f5a3956e07f30cfc63590bb0e78017b66eb0ddf043399b28b5f047189c [2021-02-18T08:45:46.030Z] #55 1.375 + RM_GOPATH=0 [2021-02-18T08:45:46.030Z] #55 1.375 + TMP_GOPATH= [2021-02-18T08:45:46.030Z] #55 1.375 + : /build [2021-02-18T08:45:46.030Z] #55 1.375 + '[' -z '' ']' [2021-02-18T08:45:46.030Z] #55 1.378 ++ mktemp -d [2021-02-18T08:45:46.030Z] #55 1.378 + export GOPATH=/tmp/tmp.j99vIohVYr [2021-02-18T08:45:46.030Z] #55 1.378 + GOPATH=/tmp/tmp.j99vIohVYr [2021-02-18T08:45:46.030Z] #55 1.378 + RM_GOPATH=1 [2021-02-18T08:45:46.030Z] #55 1.378 + case "$(go env GOARCH)" in [2021-02-18T08:45:46.030Z] #55 1.379 ++ go env GOARCH [2021-02-18T08:45:46.030Z] #55 1.404 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:46.030Z] #55 1.404 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:45:46.030Z] #55 1.405 ++ dirname /tmp/install/install.sh [2021-02-18T08:45:46.030Z] #55 1.409 + dir=/tmp/install [2021-02-18T08:45:46.030Z] #55 1.411 + bin=containerd [2021-02-18T08:45:46.030Z] #55 1.416 + shift [2021-02-18T08:45:46.030Z] #55 1.417 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T08:45:46.030Z] #55 1.418 + . /tmp/install/containerd.installer [2021-02-18T08:45:46.030Z] #55 1.418 ++ set -e [2021-02-18T08:45:46.030Z] #55 1.419 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:46.030Z] #55 1.419 + install_containerd [2021-02-18T08:45:46.030Z] #55 1.427 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T08:45:46.030Z] #55 1.427 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:46.030Z] #55 1.427 + git clone https://github.com/containerd/containerd.git /tmp/tmp.j99vIohVYr/src/github.com/containerd/containerd [2021-02-18T08:45:46.030Z] #55 1.435 Cloning into '/tmp/tmp.j99vIohVYr/src/github.com/containerd/containerd'... [2021-02-18T08:45:46.111Z] #27 DONE 0.2s [2021-02-18T08:45:46.111Z] [2021-02-18T08:45:46.111Z] #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-18T08:45:46.111Z] #28 sha256:5f96d84e98312a745a1101e6db7e6731a535e19fcd1e255fe1180bb9859fe0dd [2021-02-18T08:45:46.455Z] #42 15.19 make[1]: Nothing to be done for 'all'. [2021-02-18T08:45:47.410Z] #55 ... [2021-02-18T08:45:47.410Z] [2021-02-18T08:45:47.410Z] #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-18T08:45:47.410Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:45:47.410Z] #44 42.90 internal/reflectlite [2021-02-18T08:45:47.410Z] #44 42.90 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T08:45:47.410Z] #44 43.30 math/rand [2021-02-18T08:45:47.410Z] #44 44.63 internal/singleflight [2021-02-18T08:45:47.410Z] #44 46.20 io [2021-02-18T08:45:47.410Z] #44 46.20 strconv [2021-02-18T08:45:47.410Z] #44 47.46 bytes [2021-02-18T08:45:47.410Z] #44 50.52 bufio [2021-02-18T08:45:47.410Z] #44 51.11 reflect [2021-02-18T08:45:47.410Z] #44 52.55 syscall [2021-02-18T08:45:47.410Z] #44 ... [2021-02-18T08:45:47.410Z] [2021-02-18T08:45:47.410Z] #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-18T08:45:47.410Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:45:47.410Z] #31 50.35 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-18T08:45:47.410Z] #31 51.00 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T08:45:47.498Z] #28 1.074 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T08:45:47.498Z] #28 1.140 [2021-02-18T08:45:47.498Z] [2021-02-18T08:45:47.498Z] #28 ... [2021-02-18T08:45:47.498Z] [2021-02-18T08:45:47.498Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:45:47.498Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:45:47.498Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.3s done [2021-02-18T08:45:47.498Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-18T08:45:47.498Z] #9 DONE 22.8s [2021-02-18T08:45:47.498Z] [2021-02-18T08:45:47.498Z] #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-18T08:45:47.498Z] #28 sha256:5f96d84e98312a745a1101e6db7e6731a535e19fcd1e255fe1180bb9859fe0dd [2021-02-18T08:45:47.669Z] #31 51.21 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T08:45:47.823Z] #42 16.64 CC images/stats.o [2021-02-18T08:45:48.032Z] #28 1.255 ########### 15.5% ######################## 33.9% ############################## 42.8% ########################################### 61.0% ########################################################### 82.4% ######################################################################## 100.0% [2021-02-18T08:45:48.032Z] #28 1.915 [2021-02-18T08:45:48.080Z] #42 16.99 CC images/core.o [2021-02-18T08:45:48.080Z] #42 ... [2021-02-18T08:45:48.080Z] [2021-02-18T08:45:48.080Z] #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-18T08:45:48.080Z] #55 sha256:38f26c6ba3e786f3aa5cc85369d734b59e1e7a93463517f2962226f8180c587d [2021-02-18T08:45:48.554Z] #28 2.127 ######### 13.4% ######################################################################## 100.0% [2021-02-18T08:45:48.554Z] #28 2.293 [2021-02-18T08:45:48.554Z] #28 ... [2021-02-18T08:45:48.554Z] [2021-02-18T08:45:48.554Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T08:45:48.554Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T08:45:48.554Z] #10 DONE 1.3s [2021-02-18T08:45:48.554Z] [2021-02-18T08:45:48.554Z] #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-18T08:45:48.554Z] #28 sha256:5f96d84e98312a745a1101e6db7e6731a535e19fcd1e255fe1180bb9859fe0dd [2021-02-18T08:45:48.554Z] #28 2.404 ########################################################### 83.3% ######################################################################## 100.0% [2021-02-18T08:45:48.815Z] #28 2.539 [2021-02-18T08:45:48.850Z] #55 42.62 Checking out files: 39% (1476/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) [2021-02-18T08:45:48.850Z] #55 ... [2021-02-18T08:45:48.850Z] [2021-02-18T08:45:48.850Z] #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-18T08:45:48.850Z] #50 sha256:560c2ebeffaca02acf7a6876e1c8e48bc877308bf97238bb815203b4ddde56ee [2021-02-18T08:45:48.850Z] #50 77.05 golang.org/x/crypto/ssh/terminal [2021-02-18T08:45:48.850Z] #50 78.80 mvdan.cc/editorconfig [2021-02-18T08:45:48.850Z] #50 79.98 mvdan.cc/sh/v3/fileutil [2021-02-18T08:45:48.850Z] #50 80.26 mvdan.cc/sh/v3/syntax [2021-02-18T08:45:48.850Z] #50 86.16 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T08:45:48.850Z] #50 ... [2021-02-18T08:45:48.850Z] [2021-02-18T08:45:48.850Z] #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-18T08:45:48.850Z] #55 sha256:38f26c6ba3e786f3aa5cc85369d734b59e1e7a93463517f2962226f8180c587d [2021-02-18T08:45:49.577Z] #31 ... [2021-02-18T08:45:49.577Z] [2021-02-18T08:45:49.577Z] #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-18T08:45:49.577Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:49.577Z] #35 44.92 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:45:49.577Z] #35 44.92 Need to get 14.9 MB of archives. [2021-02-18T08:45:49.577Z] #35 44.92 After this operation, 61.8 MB of additional disk space will be used. [2021-02-18T08:45:49.577Z] #35 44.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T08:45:49.577Z] #35 44.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:45:49.577Z] #35 44.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T08:45:49.577Z] #35 45.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T08:45:49.577Z] #35 46.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-18T08:45:49.577Z] #35 46.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-18T08:45:49.577Z] #35 46.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-18T08:45:49.577Z] #35 46.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-18T08:45:49.577Z] #35 46.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-18T08:45:49.577Z] #35 46.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-18T08:45:49.577Z] #35 47.43 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:49.577Z] #35 47.79 Fetched 14.9 MB in 2s (7061 kB/s) [2021-02-18T08:45:49.577Z] #35 47.94 Selecting previously unselected package xxd. [2021-02-18T08:45:49.577Z] #35 47.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:45:49.577Z] #35 48.16 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:45:49.577Z] #35 48.19 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:45:49.577Z] #35 48.64 Selecting previously unselected package vim-common. [2021-02-18T08:45:49.577Z] #35 48.70 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:45:49.577Z] #35 48.80 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:45:49.577Z] #35 49.18 Selecting previously unselected package cmake-data. [2021-02-18T08:45:49.577Z] #35 49.19 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T08:45:49.577Z] #35 49.22 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T08:45:49.577Z] #35 51.97 Selecting previously unselected package libicu63:amd64. [2021-02-18T08:45:49.577Z] #35 51.98 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T08:45:49.577Z] #35 51.99 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:45:49.577Z] #35 ... [2021-02-18T08:45:49.577Z] [2021-02-18T08:45:49.577Z] #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-18T08:45:49.577Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:49.577Z] #41 51.61 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-18T08:45:49.577Z] #41 51.61 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:49.577Z] #41 51.62 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:49.577Z] #41 51.86 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-18T08:45:49.577Z] #41 51.86 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:49.577Z] #41 51.87 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:49.577Z] #41 53.31 Selecting previously unselected package libprotoc17:amd64. [2021-02-18T08:45:49.577Z] #41 53.32 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:49.577Z] #41 53.32 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:49.577Z] #41 54.01 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T08:45:49.577Z] #41 54.01 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:45:49.577Z] #41 54.03 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:45:49.577Z] #41 54.16 Selecting previously unselected package protobuf-compiler. [2021-02-18T08:45:49.577Z] #41 54.18 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:49.577Z] #41 54.19 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:45:49.577Z] #41 54.35 Selecting previously unselected package python-pkg-resources. [2021-02-18T08:45:49.577Z] #41 54.36 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:45:49.577Z] #41 54.37 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T08:45:49.577Z] #41 54.62 Selecting previously unselected package python-six. [2021-02-18T08:45:49.577Z] #41 54.63 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T08:45:49.577Z] #41 54.64 Unpacking python-six (1.12.0-1) ... [2021-02-18T08:45:49.577Z] #41 54.75 Selecting previously unselected package python-protobuf. [2021-02-18T08:45:49.577Z] #41 54.75 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-18T08:45:49.577Z] #41 54.76 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T08:45:49.600Z] #28 2.671 ##### 8.0% ########################## 36.9% ##################################### 51.5% ########################################### 61.1% ################################################################ 90.1% ######################################################################## 100.0% [2021-02-18T08:45:49.600Z] #28 3.374 [2021-02-18T08:45:49.877Z] #55 42.62 Checking out files: 39% (1476/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: 84% (3164/3766) Checking out files: 84% (3194/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-18T08:45:49.877Z] #55 44.33 + cd /tmp/tmp.54u5B719tl/src/github.com/containerd/containerd [2021-02-18T08:45:49.877Z] #55 44.33 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:50.128Z] #28 3.486 ## 2.9% ####### 9.8% ########## 15.1% [2021-02-18T08:45:50.128Z] #28 ... [2021-02-18T08:45:50.128Z] [2021-02-18T08:45:50.128Z] #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-18T08:45:50.128Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T08:45:50.128Z] #11 DONE 1.5s [2021-02-18T08:45:50.128Z] [2021-02-18T08:45:50.128Z] #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-18T08:45:50.128Z] #28 sha256:5f96d84e98312a745a1101e6db7e6731a535e19fcd1e255fe1180bb9859fe0dd [2021-02-18T08:45:50.145Z] #41 55.41 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T08:45:50.391Z] #28 3.486 ## 2.9% ####### 9.8% ########## 15.1% ########## 15.3% [2021-02-18T08:45:50.391Z] #28 ... [2021-02-18T08:45:50.391Z] [2021-02-18T08:45:50.391Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T08:45:50.391Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T08:45:50.391Z] #38 DONE 0.3s [2021-02-18T08:45:50.391Z] [2021-02-18T08:45:50.391Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T08:45:50.391Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T08:45:50.391Z] #30 DONE 0.4s [2021-02-18T08:45:50.391Z] [2021-02-18T08:45:50.391Z] #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-18T08:45:50.391Z] #28 sha256:5f96d84e98312a745a1101e6db7e6731a535e19fcd1e255fe1180bb9859fe0dd [2021-02-18T08:45:51.770Z] #55 46.15 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T08:45:51.770Z] #55 46.15 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T08:45:51.770Z] #55 46.15 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:45:51.770Z] #55 46.15 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:45:51.770Z] #55 46.15 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T08:45:51.770Z] #55 46.15 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T08:45:51.770Z] #55 46.15 + '[' '' = dynamic ']' [2021-02-18T08:45:51.770Z] #55 46.15 + make [2021-02-18T08:45:52.530Z] #28 3.486 ## 2.9% ####### 9.8% ########## 15.1% ########## 15.3% ############ 17.5% ################## 25.0% ##################### 29.5% ########################### 38.8% ################################## 47.4% ########################################## 58.5% ############################################# 63.7% ############################################## 65.0% ################################################## 69.7% #################################################### 73.0% ###################################################### 76.2% ######################################################### 79.8% ############################################################ 83.5% ################################################################ 89.0% ################################################################### 93.5% ###################################################################### 98.4% ######################################################################## 100.0% [2021-02-18T08:45:52.530Z] #28 6.347 [2021-02-18T08:45:52.682Z] #41 ... [2021-02-18T08:45:52.682Z] [2021-02-18T08:45:52.682Z] #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-18T08:45:52.682Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:52.682Z] #12 48.11 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-18T08:45:52.682Z] #12 48.80 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-18T08:45:52.682Z] #12 48.81 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-18T08:45:52.682Z] #12 52.68 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-18T08:45:52.682Z] #12 55.19 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-18T08:45:52.682Z] #12 55.19 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-18T08:45:52.682Z] #12 55.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T08:45:52.682Z] #12 55.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T08:45:52.682Z] #12 55.20 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-18T08:45:52.682Z] #12 55.22 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-18T08:45:52.682Z] #12 55.22 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-18T08:45:52.682Z] #12 55.25 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-18T08:45:52.682Z] #12 55.28 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-18T08:45:52.682Z] #12 55.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-18T08:45:52.682Z] #12 55.33 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-18T08:45:52.682Z] #12 55.39 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-18T08:45:52.682Z] #12 55.41 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-18T08:45:52.682Z] #12 55.41 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-18T08:45:52.682Z] #12 55.42 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-18T08:45:52.682Z] #12 56.67 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:45:52.682Z] #12 56.88 Fetched 78.2 MB in 9s (8699 kB/s) [2021-02-18T08:45:52.682Z] #12 56.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:45:52.682Z] #12 57.05 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-18T08:45:52.682Z] #12 57.07 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:45:52.682Z] #12 57.59 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-18T08:45:52.682Z] #12 57.82 (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-18T08:45:52.682Z] #12 57.88 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-18T08:45:52.682Z] #12 57.91 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:45:52.682Z] #12 58.17 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-18T08:45:52.942Z] #12 58.39 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T08:45:52.942Z] #12 58.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:45:52.942Z] #12 58.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-18T08:45:52.942Z] #12 58.47 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:45:52.946Z] Client: [2021-02-18T08:45:52.946Z] Context: default [2021-02-18T08:45:52.946Z] Debug Mode: false [2021-02-18T08:45:52.946Z] Plugins: [2021-02-18T08:45:52.946Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T08:45:52.946Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T08:45:52.946Z] [2021-02-18T08:45:52.946Z] Server: [2021-02-18T08:45:52.946Z] Containers: 0 [2021-02-18T08:45:52.946Z] Running: 0 [2021-02-18T08:45:52.946Z] Paused: 0 [2021-02-18T08:45:52.946Z] Stopped: 0 [2021-02-18T08:45:52.946Z] Images: 0 [2021-02-18T08:45:52.946Z] Server Version: 20.10.3 [2021-02-18T08:45:52.946Z] Storage Driver: overlay2 [2021-02-18T08:45:52.946Z] Backing Filesystem: extfs [2021-02-18T08:45:52.946Z] Supports d_type: true [2021-02-18T08:45:52.946Z] Native Overlay Diff: true [2021-02-18T08:45:52.946Z] Logging Driver: json-file [2021-02-18T08:45:52.946Z] Cgroup Driver: cgroupfs [2021-02-18T08:45:52.946Z] Cgroup Version: 1 [2021-02-18T08:45:52.946Z] Plugins: [2021-02-18T08:45:52.946Z] Volume: local [2021-02-18T08:45:52.946Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T08:45:52.946Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T08:45:52.946Z] Swarm: inactive [2021-02-18T08:45:52.946Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-02-18T08:45:52.946Z] Default Runtime: runc [2021-02-18T08:45:52.946Z] Init Binary: docker-init [2021-02-18T08:45:52.946Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:52.946Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:45:52.946Z] init version: de40ad0 [2021-02-18T08:45:52.946Z] Security Options: [2021-02-18T08:45:52.946Z] apparmor [2021-02-18T08:45:52.946Z] seccomp [2021-02-18T08:45:52.946Z] Profile: default [2021-02-18T08:45:52.946Z] Kernel Version: 4.15.0-1093-aws [2021-02-18T08:45:52.946Z] Operating System: Ubuntu 16.04.7 LTS [2021-02-18T08:45:52.946Z] OSType: linux [2021-02-18T08:45:52.946Z] Architecture: aarch64 [2021-02-18T08:45:52.946Z] CPUs: 4 [2021-02-18T08:45:52.946Z] Total Memory: 7.525GiB [2021-02-18T08:45:52.946Z] Name: ip-10-100-109-59 [2021-02-18T08:45:52.946Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-02-18T08:45:52.946Z] Docker Root Dir: /var/lib/docker [2021-02-18T08:45:52.946Z] Debug Mode: false [2021-02-18T08:45:52.946Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:45:52.946Z] Labels: [2021-02-18T08:45:52.946Z] Experimental: true [2021-02-18T08:45:52.946Z] Insecure Registries: [2021-02-18T08:45:52.946Z] 127.0.0.0/8 [2021-02-18T08:45:52.946Z] Live Restore Enabled: true [2021-02-18T08:45:52.946Z] [2021-02-18T08:45:52.946Z] WARNING: No swap limit support [Pipeline] sh [2021-02-18T08:45:52.984Z] Removing intermediate container 68b94fedbb76 [2021-02-18T08:45:52.984Z] ---> 4d94323816a2 [2021-02-18T08:45:52.984Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-02-18T08:45:52.984Z] ---> 805dc2d65d1c [2021-02-18T08:45:52.984Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-02-18T08:45:52.984Z] ---> 013ff3db35c2 [2021-02-18T08:45:52.984Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-02-18T08:45:52.984Z] ---> Running in 9809fef88b78 [2021-02-18T08:45:52.984Z] Removing intermediate container 9809fef88b78 [2021-02-18T08:45:52.984Z] ---> fc52c2db27b1 [2021-02-18T08:45:52.984Z] Successfully built fc52c2db27b1 [2021-02-18T08:45:52.984Z] Successfully tagged moby-buildx:latest [2021-02-18T08:45:52.985Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-02-18T08:45:52.985Z] if [ -n "${id}" ]; then \ [2021-02-18T08:45:52.985Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-02-18T08:45:52.985Z] && touch bundles/buildx; \ [2021-02-18T08:45:52.985Z] docker rm -f ${id}; \ [2021-02-18T08:45:52.985Z] fi [2021-02-18T08:45:52.985Z] 0e57c99c2df7c64fde9334ca199e734ac6532814fee6648101cb5b5eeeaac585 [2021-02-18T08:45:52.985Z] bundles/buildx version [2021-02-18T08:45:52.985Z] buildx v0.5.1 11057da [2021-02-18T08:45:52.985Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:13a1568b3cc2fea7cc7821da843fe597500395b9 . [2021-02-18T08:45:52.985Z] #1 [internal] booting buildkit [2021-02-18T08:45:52.985Z] #1 sha256:88159551f6c61338c29ddfa2202fd7e02d844c58f15cb200489b5479727809ea [2021-02-18T08:45:52.985Z] #1 pulling image moby/buildkit:buildx-stable-1 [2021-02-18T08:45:53.105Z] #28 6.749 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T08:45:53.105Z] #28 6.861 [2021-02-18T08:45:53.105Z] #28 6.961 ######################################################################## 100.0% [2021-02-18T08:45:53.105Z] #28 6.987 [2021-02-18T08:45:53.138Z] #55 47.37 + bin/ctr [2021-02-18T08:45:53.138Z] #55 ... [2021-02-18T08:45:53.138Z] [2021-02-18T08:45:53.138Z] #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-18T08:45:53.138Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:45:53.138Z] #44 81.19 text/template [2021-02-18T08:45:53.138Z] #44 81.39 encoding/xml [2021-02-18T08:45:53.138Z] #44 85.84 go/doc [2021-02-18T08:45:53.138Z] #44 86.85 github.com/LK4D4/vndr/versioned [2021-02-18T08:45:53.138Z] #44 87.01 compress/flate [2021-02-18T08:45:53.138Z] #44 89.08 github.com/LK4D4/vndr/build [2021-02-18T08:45:53.138Z] #44 89.60 hash/crc32 [2021-02-18T08:45:53.138Z] #44 90.17 compress/gzip [2021-02-18T08:45:53.138Z] #44 91.09 net [2021-02-18T08:45:53.138Z] #44 ... [2021-02-18T08:45:53.138Z] [2021-02-18T08:45:53.138Z] #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-18T08:45:53.138Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:45:53.138Z] #42 17.64 CC images/core-x86.o [2021-02-18T08:45:53.138Z] #42 18.17 CC images/core-arm.o [2021-02-18T08:45:53.138Z] #42 18.68 CC images/core-aarch64.o [2021-02-18T08:45:53.138Z] #42 18.99 CC images/core-ppc64.o [2021-02-18T08:45:53.138Z] #42 19.63 CC images/core-s390.o [2021-02-18T08:45:53.138Z] #42 20.25 CC images/cpuinfo.o [2021-02-18T08:45:53.138Z] #42 20.70 CC images/inventory.o [2021-02-18T08:45:53.138Z] #42 20.95 CC images/fdinfo.o [2021-02-18T08:45:53.138Z] #42 21.32 CC images/fown.o [2021-02-18T08:45:53.138Z] #42 21.54 CC images/ns.o [2021-02-18T08:45:53.138Z] #42 21.76 CC images/regfile.o [2021-02-18T08:45:53.138Z] #42 21.96 CC images/ghost-file.o [2021-02-18T08:45:53.202Z] #12 ... [2021-02-18T08:45:53.202Z] [2021-02-18T08:45:53.202Z] #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-18T08:45:53.202Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:53.202Z] #35 58.73 Selecting previously unselected package libxml2:amd64. [2021-02-18T08:45:53.202Z] #35 58.74 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-18T08:45:53.202Z] #35 58.75 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:45:53.244Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:45:53.244Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:45:53.244Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41973/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T08:45:53.244Z] + bash /home/ubuntu/workspace/moby_PR-41973/check-config.sh [2021-02-18T08:45:53.244Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T08:45:53.244Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-02-18T08:45:53.244Z] [2021-02-18T08:45:53.244Z] Generally Necessary: [2021-02-18T08:45:53.244Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T08:45:53.244Z] - apparmor: enabled and tools installed [2021-02-18T08:45:53.244Z] - CONFIG_NAMESPACES: enabled [2021-02-18T08:45:53.395Z] #42 22.24 CC images/fifo.o [2021-02-18T08:45:53.506Z] - CONFIG_NET_NS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_PID_NS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_IPC_NS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_UTS_NS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_CGROUPS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T08:45:53.506Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T08:45:53.506Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T08:45:53.506Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T08:45:53.506Z] - CONFIG_CPUSETS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_MEMCG: enabled [2021-02-18T08:45:53.506Z] - CONFIG_KEYS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_VETH: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T08:45:53.506Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-18T08:45:53.506Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T08:45:53.506Z] [2021-02-18T08:45:53.506Z] Optional Features: [2021-02-18T08:45:53.506Z] - CONFIG_USER_NS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_SECCOMP: enabled [2021-02-18T08:45:53.506Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T08:45:53.506Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T08:45:53.652Z] #42 22.51 CC images/remap-file-path.o [2021-02-18T08:45:53.652Z] #42 ... [2021-02-18T08:45:53.652Z] [2021-02-18T08:45:53.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-18T08:45:53.652Z] #50 sha256:560c2ebeffaca02acf7a6876e1c8e48bc877308bf97238bb815203b4ddde56ee [2021-02-18T08:45:53.652Z] #50 DONE 91.9s [2021-02-18T08:45:53.652Z] [2021-02-18T08:45:53.652Z] #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-18T08:45:53.652Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:45:53.652Z] #44 91.90 vendor/golang.org/x/text/transform [2021-02-18T08:45:53.680Z] #28 7.576 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T08:45:53.680Z] #28 7.694 [2021-02-18T08:45:53.767Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T08:45:53.767Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T08:45:53.767Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T08:45:53.767Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T08:45:53.767Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-18T08:45:53.768Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-18T08:45:53.768Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T08:45:53.768Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T08:45:53.768Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T08:45:53.768Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T08:45:53.768Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T08:45:53.768Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T08:45:53.768Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T08:45:53.768Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T08:45:53.768Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T08:45:53.768Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T08:45:53.768Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T08:45:53.768Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T08:45:53.768Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T08:45:53.768Z] - CONFIG_EXT4_FS: enabled [2021-02-18T08:45:53.768Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T08:45:53.768Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T08:45:53.768Z] - Network Drivers: [2021-02-18T08:45:53.768Z] - "overlay": [2021-02-18T08:45:53.768Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T08:45:53.768Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T08:45:53.768Z] Optional (for encrypted networks): [2021-02-18T08:45:53.771Z] #35 59.40 Selecting previously unselected package libarchive13:amd64. [2021-02-18T08:45:53.945Z] #28 7.818 ## 3.1% ######################################################################## 100.0% [2021-02-18T08:45:53.945Z] #28 7.885 [2021-02-18T08:45:54.027Z] #1 pulling image moby/buildkit:buildx-stable-1 4.3s done [2021-02-18T08:45:54.027Z] #1 creating container buildx_buildkit_default [2021-02-18T08:45:54.029Z] - CONFIG_CRYPTO: enabled [2021-02-18T08:45:54.029Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T08:45:54.029Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T08:45:54.029Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T08:45:54.029Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T08:45:54.029Z] - CONFIG_XFRM: enabled [2021-02-18T08:45:54.029Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T08:45:54.029Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T08:45:54.029Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T08:45:54.029Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-18T08:45:54.029Z] - "ipvlan": [2021-02-18T08:45:54.029Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T08:45:54.029Z] - "macvlan": [2021-02-18T08:45:54.029Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T08:45:54.029Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T08:45:54.029Z] - "ftp,tftp client in container": [2021-02-18T08:45:54.029Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T08:45:54.029Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T08:45:54.029Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T08:45:54.029Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T08:45:54.029Z] - Storage Drivers: [2021-02-18T08:45:54.029Z] - "aufs": [2021-02-18T08:45:54.029Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T08:45:54.029Z] - "btrfs": [2021-02-18T08:45:54.029Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T08:45:54.029Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T08:45:54.029Z] - "devicemapper": [2021-02-18T08:45:54.029Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T08:45:54.029Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T08:45:54.029Z] - "overlay": [2021-02-18T08:45:54.030Z] #35 59.40 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-18T08:45:54.030Z] #35 59.41 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T08:45:54.207Z] #28 8.230 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T08:45:54.290Z] #35 59.82 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-18T08:45:54.290Z] #35 59.82 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-18T08:45:54.290Z] #35 59.83 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T08:45:54.290Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T08:45:54.290Z] - "zfs": [2021-02-18T08:45:54.290Z] - /dev/zfs: missing [2021-02-18T08:45:54.290Z] - zfs command: missing [2021-02-18T08:45:54.290Z] - zpool command: missing [2021-02-18T08:45:54.290Z] [2021-02-18T08:45:54.290Z] Limits: [2021-02-18T08:45:54.290Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T08:45:54.290Z] [2021-02-18T08:45:54.290Z] + true [Pipeline] } [Pipeline] // stage [2021-02-18T08:45:54.323Z] #1 creating container buildx_buildkit_default 0.4s done [2021-02-18T08:45:54.323Z] #1 DONE 4.7s [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T08:45:54.434Z] Client: [2021-02-18T08:45:54.434Z] Context: default [2021-02-18T08:45:54.434Z] Debug Mode: false [2021-02-18T08:45:54.434Z] Plugins: [2021-02-18T08:45:54.434Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T08:45:54.434Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T08:45:54.434Z] [2021-02-18T08:45:54.434Z] Server: [2021-02-18T08:45:54.434Z] Containers: 0 [2021-02-18T08:45:54.434Z] Running: 0 [2021-02-18T08:45:54.434Z] Paused: 0 [2021-02-18T08:45:54.434Z] Stopped: 0 [2021-02-18T08:45:54.434Z] Images: 0 [2021-02-18T08:45:54.434Z] Server Version: 20.10.3 [2021-02-18T08:45:54.434Z] Storage Driver: overlay2 [2021-02-18T08:45:54.434Z] Backing Filesystem: extfs [2021-02-18T08:45:54.434Z] Supports d_type: true [2021-02-18T08:45:54.434Z] Native Overlay Diff: true [2021-02-18T08:45:54.434Z] Logging Driver: json-file [2021-02-18T08:45:54.434Z] Cgroup Driver: systemd [2021-02-18T08:45:54.434Z] Cgroup Version: 2 [2021-02-18T08:45:54.434Z] Plugins: [2021-02-18T08:45:54.434Z] Volume: local [2021-02-18T08:45:54.434Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T08:45:54.434Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T08:45:54.434Z] Swarm: inactive [2021-02-18T08:45:54.434Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-02-18T08:45:54.434Z] Default Runtime: runc [2021-02-18T08:45:54.434Z] Init Binary: docker-init [2021-02-18T08:45:54.434Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:45:54.434Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:45:54.434Z] init version: de40ad0 [2021-02-18T08:45:54.434Z] Security Options: [2021-02-18T08:45:54.434Z] apparmor [2021-02-18T08:45:54.434Z] seccomp [2021-02-18T08:45:54.434Z] Profile: default [2021-02-18T08:45:54.434Z] cgroupns [2021-02-18T08:45:54.434Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T08:45:54.435Z] Operating System: Ubuntu 20.04.2 LTS [2021-02-18T08:45:54.435Z] OSType: linux [2021-02-18T08:45:54.435Z] Architecture: x86_64 [2021-02-18T08:45:54.435Z] CPUs: 2 [2021-02-18T08:45:54.435Z] Total Memory: 7.569GiB [2021-02-18T08:45:54.435Z] Name: ip-10-100-101-250 [2021-02-18T08:45:54.435Z] ID: OFF2:BTCM:CKDV:MQWH:UM2E:5MQ5:AWUO:EWJ5:ACPR:VNBW:3JGL:VG7K [2021-02-18T08:45:54.435Z] Docker Root Dir: /var/lib/docker [2021-02-18T08:45:54.435Z] Debug Mode: false [2021-02-18T08:45:54.435Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:45:54.435Z] Labels: [2021-02-18T08:45:54.435Z] Experimental: true [2021-02-18T08:45:54.435Z] Insecure Registries: [2021-02-18T08:45:54.435Z] 127.0.0.0/8 [2021-02-18T08:45:54.435Z] Live Restore Enabled: true [2021-02-18T08:45:54.435Z] [2021-02-18T08:45:54.435Z] WARNING: No kernel memory TCP limit support [2021-02-18T08:45:54.435Z] WARNING: No oom kill disable support [2021-02-18T08:45:54.435Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T08:45:54.561Z] #35 59.99 Selecting previously unselected package librhash0:amd64. [2021-02-18T08:45:54.561Z] #35 59.99 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-18T08:45:54.561Z] #35 60.00 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-18T08:45:54.619Z] [2021-02-18T08:45:54.619Z] #2 [internal] load build definition from Dockerfile [2021-02-18T08:45:54.619Z] #2 sha256:a89c3fd0ff42179584050cabbbbb648432386f6e45f7f5467ae1dacd8a534a21 [2021-02-18T08:45:54.619Z] #2 transferring dockerfile: 16.55kB done [2021-02-18T08:45:54.619Z] #2 DONE 0.0s [2021-02-18T08:45:54.619Z] [2021-02-18T08:45:54.619Z] #3 [internal] load .dockerignore [2021-02-18T08:45:54.619Z] #3 sha256:ef140d8029df960ea841b3df88d6fa10b8d0aa5dc425a512fee0a753d01c08e3 [2021-02-18T08:45:54.619Z] #3 transferring context: 87B done [2021-02-18T08:45:54.619Z] #3 DONE 0.0s [2021-02-18T08:45:54.619Z] [2021-02-18T08:45:54.619Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T08:45:54.619Z] #4 sha256:13bad8e8c60055f738c2e926edccdf574b41d1b142dc292ae63598355511ae2b [2021-02-18T08:45:54.639Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:13a1568b3cc2fea7cc7821da843fe597500395b9 . [2021-02-18T08:45:54.781Z] #28 8.426 [2021-02-18T08:45:54.833Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:13a1568b3cc2fea7cc7821da843fe597500395b9 . [2021-02-18T08:45:54.833Z] #1 [internal] load build definition from Dockerfile [2021-02-18T08:45:54.833Z] #1 sha256:1f0f8735a0b445f006c7193dc0012b81eced4395b6786367589f9d667e28412b [2021-02-18T08:45:54.833Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T08:45:54.833Z] #1 DONE 0.1s [2021-02-18T08:45:54.833Z] [2021-02-18T08:45:54.833Z] #2 [internal] load .dockerignore [2021-02-18T08:45:54.833Z] #2 sha256:48549b7ea67b588ebe2ebfc6f0f7fff72380e2b2c9e2783a439e154411c9c335 [2021-02-18T08:45:54.833Z] #2 transferring context: 87B done [2021-02-18T08:45:54.833Z] #2 DONE 0.1s [2021-02-18T08:45:54.901Z] #2 [internal] load .dockerignore [2021-02-18T08:45:54.901Z] #2 sha256:bec8173bd71e4fba9d35fa2ce2a9e6a9ca4f5e75b981ab45461bf697c38a2811 [2021-02-18T08:45:55.045Z] #28 8.558 #### 6.7% ####################### 32.4% #################################### 50.4% ################################################# 68.4% ############################################################## 86.4% ######################################################################## 100.0% [2021-02-18T08:45:55.045Z] #28 9.059 [2021-02-18T08:45:55.069Z] #44 93.06 vendor/golang.org/x/text/unicode/bidi [2021-02-18T08:45:55.092Z] [2021-02-18T08:45:55.092Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T08:45:55.092Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T08:45:55.163Z] #2 transferring context: 87B done [2021-02-18T08:45:55.163Z] #2 DONE 0.1s [2021-02-18T08:45:55.163Z] [2021-02-18T08:45:55.163Z] #1 [internal] load build definition from Dockerfile [2021-02-18T08:45:55.163Z] #1 sha256:80908857a6e1a8d97fe4a800109c11013b2469317d0802a9635d81e1e1568510 [2021-02-18T08:45:55.163Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T08:45:55.163Z] #1 DONE 0.1s [2021-02-18T08:45:55.163Z] [2021-02-18T08:45:55.163Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T08:45:55.163Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c [2021-02-18T08:45:55.500Z] #35 60.81 Selecting previously unselected package libuv1:amd64. [2021-02-18T08:45:55.500Z] #35 60.81 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-18T08:45:55.500Z] #35 60.84 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-18T08:45:55.500Z] #35 ... [2021-02-18T08:45:55.500Z] [2021-02-18T08:45:55.500Z] #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-18T08:45:55.500Z] #46 sha256:7d164da6511621a76a6fc1c6fc07d93735b605f2375827a6733b348bd66b139c [2021-02-18T08:45:55.500Z] #46 DONE 61.0s [2021-02-18T08:45:55.500Z] [2021-02-18T08:45:55.500Z] #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-18T08:45:55.500Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:45:55.500Z] #35 61.11 Selecting previously unselected package cmake. [2021-02-18T08:45:55.619Z] #28 9.406 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T08:45:55.619Z] #28 9.566 [2021-02-18T08:45:55.660Z] #4 DONE 1.0s [2021-02-18T08:45:55.660Z] [2021-02-18T08:45:55.660Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T08:45:55.660Z] #5 sha256:ee73c76f12f55c52289804938396745ecf0a7d1f993c00a3ebae3cc37bdeb8e1 [2021-02-18T08:45:55.660Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T08:45:55.661Z] #3 DONE 0.4s [2021-02-18T08:45:55.661Z] [2021-02-18T08:45:55.661Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T08:45:55.661Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T08:45:55.661Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T08:45:55.661Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T08:45:55.661Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-18T08:45:55.661Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-18T08:45:55.661Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-18T08:45:55.734Z] #3 DONE 0.6s [2021-02-18T08:45:55.734Z] [2021-02-18T08:45:55.734Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T08:45:55.734Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e [2021-02-18T08:45:55.734Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T08:45:55.761Z] #35 61.12 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-18T08:45:55.761Z] #35 61.14 Unpacking cmake (3.13.4-1) ... [2021-02-18T08:45:55.881Z] #28 9.648 ######################################################################## 100.0% [2021-02-18T08:45:55.881Z] #28 9.729 [2021-02-18T08:45:55.919Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2021-02-18T08:45:55.919Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-18T08:45:55.953Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.2s [2021-02-18T08:45:55.995Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2021-02-18T08:45:55.995Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2021-02-18T08:45:55.995Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.2s [2021-02-18T08:45:55.995Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T08:45:56.143Z] #28 10.13 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T08:45:56.180Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-18T08:45:56.180Z] #4 DONE 0.7s [2021-02-18T08:45:56.248Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 1.05MB / 8.20MB 0.6s [2021-02-18T08:45:56.263Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s done [2021-02-18T08:45:56.263Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2021-02-18T08:45:56.439Z] [2021-02-18T08:45:56.439Z] #5 [internal] load build definition from Dockerfile [2021-02-18T08:45:56.439Z] #5 sha256:d3ce7d7c8d9fbc2000b2b9880f0a08ff83b64008eec01d38cf46a927807dfe3a [2021-02-18T08:45:56.439Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T08:45:56.439Z] #5 DONE 0.0s [2021-02-18T08:45:56.439Z] [2021-02-18T08:45:56.439Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T08:45:56.439Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T08:45:56.525Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2021-02-18T08:45:56.525Z] #4 DONE 0.7s [2021-02-18T08:45:56.544Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 3.15MB / 8.20MB 0.8s [2021-02-18T08:45:56.544Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 1.0s done [2021-02-18T08:45:56.544Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 [2021-02-18T08:45:56.698Z] #8 DONE 0.3s [2021-02-18T08:45:56.698Z] [2021-02-18T08:45:56.698Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T08:45:56.698Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T08:45:56.698Z] #7 DONE 0.3s [2021-02-18T08:45:56.698Z] [2021-02-18T08:45:56.698Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T08:45:56.698Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T08:45:56.701Z] #35 ... [2021-02-18T08:45:56.701Z] [2021-02-18T08:45:56.701Z] #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-18T08:45:56.701Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:45:56.701Z] #50 52.25 reflect [2021-02-18T08:45:56.701Z] #50 52.28 syscall [2021-02-18T08:45:56.701Z] #50 60.05 time [2021-02-18T08:45:56.720Z] #28 10.66 #=#=# [2021-02-18T08:45:56.787Z] [2021-02-18T08:45:56.787Z] #5 [internal] load build definition from Dockerfile [2021-02-18T08:45:56.787Z] #5 sha256:af10213aff78e2799eb6476a9e1ef517babab92c0c3671fcb7ed1987fe707706 [2021-02-18T08:45:56.840Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.2s done [2021-02-18T08:45:56.841Z] #5 DONE 1.1s [2021-02-18T08:45:56.841Z] [2021-02-18T08:45:56.841Z] #6 [internal] load build definition from Dockerfile [2021-02-18T08:45:56.841Z] #6 sha256:36bc9af67d71db7427910995fae000fcd82a85f9981ddcbe5ee393e652ab0c16 [2021-02-18T08:45:56.841Z] #6 transferring dockerfile: 16.55kB done [2021-02-18T08:45:56.841Z] #6 DONE 0.0s [2021-02-18T08:45:56.841Z] [2021-02-18T08:45:56.841Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T08:45:56.841Z] #9 sha256:fc87f41d59fd17bca5bdacfa76e5840fa11512aef3c722725b3c768af0cd79a5 [2021-02-18T08:45:56.957Z] #6 DONE 0.5s [2021-02-18T08:45:56.961Z] #44 94.75 vendor/golang.org/x/text/secure/bidirule [2021-02-18T08:45:56.961Z] #44 95.05 vendor/golang.org/x/text/unicode/norm [2021-02-18T08:45:56.961Z] #50 ... [2021-02-18T08:45:56.961Z] [2021-02-18T08:45:56.961Z] #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-18T08:45:56.961Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:45:56.961Z] #41 60.73 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T08:45:56.961Z] #41 60.86 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:45:56.961Z] #41 60.99 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:45:56.961Z] #41 61.04 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T08:45:56.961Z] #41 61.08 Setting up python-six (1.12.0-1) ... [2021-02-18T08:45:56.989Z] #28 10.87 ######################################################################## 100.0% [2021-02-18T08:45:57.048Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T08:45:57.048Z] #5 DONE 0.1s [2021-02-18T08:45:57.048Z] [2021-02-18T08:45:57.048Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T08:45:57.048Z] #8 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-18T08:45:57.134Z] #9 DONE 0.3s [2021-02-18T08:45:57.134Z] [2021-02-18T08:45:57.134Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T08:45:57.134Z] #8 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-02-18T08:45:57.253Z] #28 10.96 [2021-02-18T08:45:57.253Z] #28 11.00 Download of images into '/build' complete. [2021-02-18T08:45:57.253Z] #28 11.01 Use something like the following to load the result into a Docker daemon: [2021-02-18T08:45:57.253Z] #28 11.01 tar -cC '/build' . | docker load [2021-02-18T08:45:57.309Z] #8 ... [2021-02-18T08:45:57.309Z] [2021-02-18T08:45:57.309Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T08:45:57.309Z] #6 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-02-18T08:45:57.309Z] #6 DONE 0.2s [2021-02-18T08:45:57.309Z] [2021-02-18T08:45:57.309Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T08:45:57.309Z] #7 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-02-18T08:45:57.309Z] #7 DONE 0.3s [2021-02-18T08:45:57.434Z] #8 DONE 0.3s [2021-02-18T08:45:57.434Z] [2021-02-18T08:45:57.434Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T08:45:57.434Z] #7 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-02-18T08:45:57.434Z] #7 DONE 0.4s [2021-02-18T08:45:57.434Z] [2021-02-18T08:45:57.434Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:45:57.434Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-18T08:45:57.434Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-02-18T08:45:57.434Z] #10 ... [2021-02-18T08:45:57.434Z] [2021-02-18T08:45:57.434Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:45:57.434Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-02-18T08:45:57.434Z] #26 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.1s done [2021-02-18T08:45:57.434Z] #26 DONE 0.2s [2021-02-18T08:45:57.570Z] [2021-02-18T08:45:57.570Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T08:45:57.570Z] #8 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-18T08:45:57.570Z] #8 DONE 0.6s [2021-02-18T08:45:58.086Z] [2021-02-18T08:45:58.086Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T08:45:58.087Z] #62 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-02-18T08:45:58.087Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-02-18T08:45:58.087Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.2s [2021-02-18T08:45:58.087Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.19MB / 9.86MB 0.3s [2021-02-18T08:45:58.087Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2021-02-18T08:45:58.087Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2021-02-18T08:45:58.340Z] [2021-02-18T08:45:58.340Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T08:45:58.340Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T08:45:58.340Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T08:45:58.340Z] #61 DONE 0.0s [2021-02-18T08:45:58.340Z] [2021-02-18T08:45:58.340Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:45:58.340Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T08:45:58.340Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:45:58.601Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T08:45:58.601Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T08:45:58.601Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-18T08:45:58.601Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-18T08:45:58.854Z] #44 ... [2021-02-18T08:45:58.854Z] [2021-02-18T08:45:58.854Z] #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-18T08:45:58.854Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:45:58.854Z] #12 97.02 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T08:45:58.854Z] #12 97.03 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:45:58.854Z] #12 97.04 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:45:59.779Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.5s done [2021-02-18T08:45:59.779Z] #62 DONE 2.0s [2021-02-18T08:45:59.779Z] [2021-02-18T08:45:59.779Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:45:59.779Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-18T08:45:59.779Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 31.46MB / 73.58MB 1.9s [2021-02-18T08:45:59.779Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done [2021-02-18T08:45:59.779Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 22.02MB / 96.52MB 1.9s [2021-02-18T08:45:59.779Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 28.31MB / 57.46MB 1.8s [2021-02-18T08:45:59.779Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 0.8s done [2021-02-18T08:45:59.779Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.4s done [2021-02-18T08:45:59.779Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 8.39MB / 54.14MB 1.8s [2021-02-18T08:45:59.779Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 12.58MB / 54.14MB 2.1s [2021-02-18T08:46:00.086Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 36.70MB / 73.58MB 2.3s [2021-02-18T08:46:00.087Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 27.26MB / 96.52MB 2.3s [2021-02-18T08:46:00.087Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 31.46MB / 57.46MB 2.3s [2021-02-18T08:46:00.252Z] #41 ... [2021-02-18T08:46:00.252Z] [2021-02-18T08:46:00.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-18T08:46:00.252Z] #33 sha256:bcc38ccf68c0b65bf32db33ccdbd1b2d0732bc5376a75b2dc10f306fbf319e46 [2021-02-18T08:46:00.252Z] #33 55.41 time [2021-02-18T08:46:00.252Z] #33 60.91 internal/poll [2021-02-18T08:46:00.252Z] #33 63.46 internal/syscall/execenv [2021-02-18T08:46:00.252Z] #33 63.70 internal/syscall/unix [2021-02-18T08:46:00.252Z] #33 63.77 internal/fmtsort [2021-02-18T08:46:00.252Z] #33 63.97 os [2021-02-18T08:46:00.252Z] #33 64.49 strings [2021-02-18T08:46:00.252Z] #33 ... [2021-02-18T08:46:00.252Z] [2021-02-18T08:46:00.252Z] #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-18T08:46:00.252Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:00.252Z] #35 64.71 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:46:00.252Z] #35 64.73 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:46:00.252Z] #35 64.75 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-18T08:46:00.252Z] #35 64.77 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:46:00.252Z] #35 64.80 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-18T08:46:00.252Z] #35 64.81 Setting up cmake-data (3.13.4-1) ... [2021-02-18T08:46:00.252Z] #35 64.83 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:46:00.252Z] #35 64.85 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T08:46:00.252Z] #35 64.86 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T08:46:00.252Z] #35 64.89 Setting up cmake (3.13.4-1) ... [2021-02-18T08:46:00.252Z] #35 64.93 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:00.252Z] #35 65.02 Processing triggers for mime-support (3.62) ... [2021-02-18T08:46:00.252Z] #35 DONE 65.5s [2021-02-18T08:46:00.252Z] [2021-02-18T08:46:00.252Z] #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-18T08:46:00.252Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:00.252Z] #12 61.00 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T08:46:00.252Z] #12 61.00 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-18T08:46:00.252Z] #12 61.03 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:46:00.252Z] #12 64.34 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T08:46:00.252Z] #12 64.35 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T08:46:00.252Z] #12 64.36 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:46:00.252Z] #12 64.56 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-18T08:46:00.252Z] #12 64.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:46:00.252Z] #12 64.58 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:00.252Z] #12 64.77 Selecting previously unselected package dmsetup. [2021-02-18T08:46:00.252Z] #12 64.77 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:46:00.252Z] #12 64.78 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T08:46:00.252Z] #12 65.02 Selecting previously unselected package mingw-w64-common. [2021-02-18T08:46:00.252Z] #12 65.03 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T08:46:00.252Z] #12 65.04 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T08:46:00.414Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 40.89MB / 73.58MB 2.6s [2021-02-18T08:46:00.414Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 15.73MB / 54.14MB 2.6s [2021-02-18T08:46:00.414Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 32.51MB / 96.52MB 2.7s [2021-02-18T08:46:00.414Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 34.60MB / 57.46MB 2.7s [2021-02-18T08:46:00.564Z] #28 ... [2021-02-18T08:46:00.564Z] [2021-02-18T08:46:00.564Z] #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-18T08:46:00.564Z] #23 sha256:4f758bdc6563f0e61845afc958b85aa9fb4798d592e3de076b24e41d65370390 [2021-02-18T08:46:00.564Z] #23 6.659 + RM_GOPATH=0 [2021-02-18T08:46:00.564Z] #23 6.659 + TMP_GOPATH= [2021-02-18T08:46:00.564Z] #23 6.659 + : /build [2021-02-18T08:46:00.564Z] #23 6.659 + '[' -z '' ']' [2021-02-18T08:46:00.564Z] #23 6.659 ++ mktemp -d [2021-02-18T08:46:00.564Z] #23 6.673 + export GOPATH=/tmp/tmp.AVi00ZvPfk [2021-02-18T08:46:00.564Z] #23 6.673 + GOPATH=/tmp/tmp.AVi00ZvPfk [2021-02-18T08:46:00.564Z] #23 6.673 + RM_GOPATH=1 [2021-02-18T08:46:00.564Z] #23 6.673 + case "$(go env GOARCH)" in [2021-02-18T08:46:00.564Z] #23 6.676 ++ go env GOARCH [2021-02-18T08:46:00.564Z] #23 6.711 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:00.564Z] #23 6.711 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:00.564Z] #23 6.711 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:00.564Z] #23 6.713 + dir=/tmp/install [2021-02-18T08:46:00.564Z] #23 6.713 + bin=dockercli [2021-02-18T08:46:00.564Z] #23 6.713 + shift [2021-02-18T08:46:00.564Z] #23 6.713 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T08:46:00.564Z] #23 6.713 + . /tmp/install/dockercli.installer [2021-02-18T08:46:00.564Z] #23 6.713 ++ : stable [2021-02-18T08:46:00.564Z] #23 6.713 ++ : 17.06.2-ce [2021-02-18T08:46:00.564Z] #23 6.713 + install_dockercli [2021-02-18T08:46:00.564Z] #23 6.715 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T08:46:00.564Z] #23 6.715 Install docker/cli version 17.06.2-ce from stable [2021-02-18T08:46:00.564Z] #23 6.716 ++ uname -m [2021-02-18T08:46:00.564Z] #23 6.720 + arch=x86_64 [2021-02-18T08:46:00.564Z] #23 6.721 + '[' x86_64 '!=' x86_64 ']' [2021-02-18T08:46:00.564Z] #23 6.722 + url=https://download.docker.com/linux/static [2021-02-18T08:46:00.564Z] #23 6.723 + tar -xz docker/docker [2021-02-18T08:46:00.564Z] #23 6.724 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-18T08:46:00.564Z] #23 ... [2021-02-18T08:46:00.564Z] [2021-02-18T08:46:00.564Z] #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-18T08:46:00.564Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:46:00.564Z] #44 6.586 + RM_GOPATH=0 [2021-02-18T08:46:00.564Z] #44 6.586 + TMP_GOPATH= [2021-02-18T08:46:00.564Z] #44 6.586 + : /build [2021-02-18T08:46:00.564Z] #44 6.587 + '[' -z '' ']' [2021-02-18T08:46:00.564Z] #44 6.587 ++ mktemp -d [2021-02-18T08:46:00.564Z] #44 6.588 + export GOPATH=/tmp/tmp.QJ1Rdx8tdl [2021-02-18T08:46:00.564Z] #44 6.588 + GOPATH=/tmp/tmp.QJ1Rdx8tdl [2021-02-18T08:46:00.564Z] #44 6.588 + RM_GOPATH=1 [2021-02-18T08:46:00.564Z] #44 6.588 + case "$(go env GOARCH)" in [2021-02-18T08:46:00.564Z] #44 6.589 ++ go env GOARCH [2021-02-18T08:46:00.564Z] #44 6.641 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:00.564Z] #44 6.641 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:00.564Z] #44 6.642 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:00.564Z] #44 6.645 + dir=/tmp/install [2021-02-18T08:46:00.564Z] #44 6.645 + bin=vndr [2021-02-18T08:46:00.564Z] #44 6.645 + shift [2021-02-18T08:46:00.564Z] #44 6.645 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T08:46:00.564Z] #44 6.645 + . /tmp/install/vndr.installer [2021-02-18T08:46:00.564Z] #44 6.645 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:00.564Z] #44 6.645 + install_vndr [2021-02-18T08:46:00.564Z] #44 6.645 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T08:46:00.564Z] #44 6.645 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:00.564Z] #44 6.651 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.QJ1Rdx8tdl/src/github.com/LK4D4/vndr [2021-02-18T08:46:00.564Z] #44 6.705 Cloning into '/tmp/tmp.QJ1Rdx8tdl/src/github.com/LK4D4/vndr'... [2021-02-18T08:46:00.564Z] #44 7.740 + cd /tmp/tmp.QJ1Rdx8tdl/src/github.com/LK4D4/vndr [2021-02-18T08:46:00.564Z] #44 7.743 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:00.564Z] #44 7.776 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T08:46:00.564Z] #44 9.369 internal/race [2021-02-18T08:46:00.564Z] #44 9.588 runtime [2021-02-18T08:46:00.564Z] #44 9.667 sync/atomic [2021-02-18T08:46:00.564Z] #44 10.12 unicode [2021-02-18T08:46:00.564Z] #44 ... [2021-02-18T08:46:00.564Z] [2021-02-18T08:46:00.564Z] #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-18T08:46:00.564Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:46:00.564Z] #54 7.095 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:00.564Z] #54 7.193 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:00.564Z] #54 7.194 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:00.564Z] #54 8.198 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:00.564Z] #54 10.34 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:00.564Z] #54 ... [2021-02-18T08:46:00.564Z] [2021-02-18T08:46:00.564Z] #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-18T08:46:00.564Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:00.564Z] #41 7.096 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:00.564Z] #41 7.214 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:00.564Z] #41 7.219 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:00.564Z] #41 8.323 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:00.564Z] #41 10.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:00.754Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 45.09MB / 73.58MB 2.9s [2021-02-18T08:46:00.754Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 18.87MB / 54.14MB 2.9s [2021-02-18T08:46:00.821Z] #12 ... [2021-02-18T08:46:00.821Z] [2021-02-18T08:46:00.821Z] #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-18T08:46:00.821Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:46:00.821Z] #50 66.41 context [2021-02-18T08:46:00.821Z] #50 66.51 encoding/binary [2021-02-18T08:46:00.827Z] #41 ... [2021-02-18T08:46:00.827Z] [2021-02-18T08:46:00.827Z] #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-18T08:46:00.827Z] #28 sha256:5f96d84e98312a745a1101e6db7e6731a535e19fcd1e255fe1180bb9859fe0dd [2021-02-18T08:46:00.827Z] #28 DONE 14.6s [2021-02-18T08:46:00.827Z] [2021-02-18T08:46:00.827Z] #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-18T08:46:00.827Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:00.827Z] #35 7.361 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:00.827Z] #35 7.409 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:00.827Z] #35 7.427 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:00.827Z] #35 8.507 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:00.827Z] #35 10.74 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:00.827Z] #35 ... [2021-02-18T08:46:00.827Z] [2021-02-18T08:46:00.827Z] #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-18T08:46:00.827Z] #63 sha256:52a819e8c02d0387e4f0bb3b94bcbfcbf1e1d8fd655bbbf91fd58b175b1bc520 [2021-02-18T08:46:00.827Z] #63 6.649 + RM_GOPATH=0 [2021-02-18T08:46:00.827Z] #63 6.649 + TMP_GOPATH= [2021-02-18T08:46:00.827Z] #63 6.649 + : /build [2021-02-18T08:46:00.827Z] #63 6.649 + '[' -z '' ']' [2021-02-18T08:46:00.827Z] #63 6.659 ++ mktemp -d [2021-02-18T08:46:00.827Z] #63 6.661 + export GOPATH=/tmp/tmp.98dvpIlJCj [2021-02-18T08:46:00.827Z] #63 6.661 + GOPATH=/tmp/tmp.98dvpIlJCj [2021-02-18T08:46:00.827Z] #63 6.661 + RM_GOPATH=1 [2021-02-18T08:46:00.827Z] #63 6.661 + case "$(go env GOARCH)" in [2021-02-18T08:46:00.827Z] #63 6.661 ++ go env GOARCH [2021-02-18T08:46:00.827Z] #63 6.765 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:00.827Z] #63 6.766 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:00.827Z] #63 6.767 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:00.827Z] #63 6.777 + dir=/tmp/install [2021-02-18T08:46:00.827Z] #63 6.777 + bin=proxy [2021-02-18T08:46:00.827Z] #63 6.778 + shift [2021-02-18T08:46:00.827Z] #63 6.779 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T08:46:00.827Z] #63 6.780 + . /tmp/install/proxy.installer [2021-02-18T08:46:00.827Z] #63 6.781 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:00.827Z] #63 6.789 + install_proxy [2021-02-18T08:46:00.827Z] #63 6.790 + case "$1" in [2021-02-18T08:46:00.827Z] #63 6.790 + export CGO_ENABLED=0 [2021-02-18T08:46:00.827Z] #63 6.790 + CGO_ENABLED=0 [2021-02-18T08:46:00.827Z] #63 6.790 + _install_proxy [2021-02-18T08:46:00.827Z] #63 6.791 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T08:46:00.827Z] #63 6.791 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:00.827Z] #63 6.792 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.98dvpIlJCj/src/github.com/docker/libnetwork [2021-02-18T08:46:00.827Z] #63 6.808 Cloning into '/tmp/tmp.98dvpIlJCj/src/github.com/docker/libnetwork'... [2021-02-18T08:46:00.872Z] [2021-02-18T08:46:00.872Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:00.872Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-18T08:46:00.872Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:00.872Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T08:46:00.872Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-02-18T08:46:00.872Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-02-18T08:46:00.872Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T08:46:01.089Z] #63 ... [2021-02-18T08:46:01.089Z] [2021-02-18T08:46:01.089Z] #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-18T08:46:01.089Z] #46 sha256:67cc74bffa663d3977217c13982eae71837579d8cc16ab18af57cb13acf7d56c [2021-02-18T08:46:01.089Z] #46 6.688 + RM_GOPATH=0 [2021-02-18T08:46:01.089Z] #46 6.688 + TMP_GOPATH= [2021-02-18T08:46:01.089Z] #46 6.688 + : /build [2021-02-18T08:46:01.089Z] #46 6.688 + '[' -z '' ']' [2021-02-18T08:46:01.089Z] #46 6.689 ++ mktemp -d [2021-02-18T08:46:01.089Z] #46 6.705 + export GOPATH=/tmp/tmp.wyWZ6Roc3Y [2021-02-18T08:46:01.089Z] #46 6.705 + GOPATH=/tmp/tmp.wyWZ6Roc3Y [2021-02-18T08:46:01.089Z] #46 6.705 + RM_GOPATH=1 [2021-02-18T08:46:01.089Z] #46 6.705 + case "$(go env GOARCH)" in [2021-02-18T08:46:01.089Z] #46 6.706 ++ go env GOARCH [2021-02-18T08:46:01.089Z] #46 6.727 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.089Z] #46 6.727 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.089Z] #46 6.728 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:01.089Z] #46 6.730 + dir=/tmp/install [2021-02-18T08:46:01.089Z] #46 6.744 + bin=gotestsum [2021-02-18T08:46:01.089Z] #46 6.745 + shift [2021-02-18T08:46:01.089Z] #46 6.745 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T08:46:01.089Z] #46 6.745 + . /tmp/install/gotestsum.installer [2021-02-18T08:46:01.089Z] #46 6.746 ++ : v0.5.3 [2021-02-18T08:46:01.089Z] #46 6.746 + install_gotestsum [2021-02-18T08:46:01.089Z] #46 6.746 + set -e [2021-02-18T08:46:01.089Z] #46 6.746 + export GO111MODULE=on [2021-02-18T08:46:01.089Z] #46 6.746 + GO111MODULE=on [2021-02-18T08:46:01.089Z] #46 6.746 + GOBIN=/build [2021-02-18T08:46:01.089Z] #46 6.746 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T08:46:01.089Z] #46 6.761 go: finding gotest.tools v0.5.3 [2021-02-18T08:46:01.089Z] #46 6.776 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:01.089Z] #46 7.744 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:01.089Z] #46 8.406 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:01.089Z] #46 10.87 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T08:46:01.089Z] #46 10.87 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T08:46:01.089Z] #46 10.87 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:01.089Z] #46 10.88 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:01.089Z] #46 ... [2021-02-18T08:46:01.089Z] [2021-02-18T08:46:01.089Z] #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-18T08:46:01.089Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:01.089Z] #48 5.648 + RM_GOPATH=0 [2021-02-18T08:46:01.089Z] #48 5.648 + TMP_GOPATH= [2021-02-18T08:46:01.089Z] #48 5.648 + : /build [2021-02-18T08:46:01.089Z] #48 5.648 + '[' -z '' ']' [2021-02-18T08:46:01.089Z] #48 5.649 ++ mktemp -d [2021-02-18T08:46:01.089Z] #48 5.651 + export GOPATH=/tmp/tmp.hmYbbO7B6m [2021-02-18T08:46:01.089Z] #48 5.651 + GOPATH=/tmp/tmp.hmYbbO7B6m [2021-02-18T08:46:01.089Z] #48 5.651 + RM_GOPATH=1 [2021-02-18T08:46:01.089Z] #48 5.651 + case "$(go env GOARCH)" in [2021-02-18T08:46:01.089Z] #48 5.657 ++ go env GOARCH [2021-02-18T08:46:01.089Z] #48 5.670 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.089Z] #48 5.670 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.089Z] #48 5.671 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:01.089Z] #48 5.680 + dir=/tmp/install [2021-02-18T08:46:01.089Z] #48 5.680 + bin=golangci_lint [2021-02-18T08:46:01.089Z] #48 5.680 + shift [2021-02-18T08:46:01.089Z] #48 5.680 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T08:46:01.089Z] #48 5.680 + . /tmp/install/golangci_lint.installer [2021-02-18T08:46:01.089Z] #48 5.680 ++ : v1.23.8 [2021-02-18T08:46:01.089Z] #48 5.680 + install_golangci_lint [2021-02-18T08:46:01.089Z] #48 5.680 + set -e [2021-02-18T08:46:01.089Z] #48 5.680 + export GO111MODULE=on [2021-02-18T08:46:01.089Z] #48 5.680 + GO111MODULE=on [2021-02-18T08:46:01.089Z] #48 5.680 + GOBIN=/build [2021-02-18T08:46:01.089Z] #48 5.680 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T08:46:01.089Z] #48 5.732 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T08:46:01.089Z] #48 5.732 go: finding github.com v1.23.8 [2021-02-18T08:46:01.089Z] #48 5.732 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:01.089Z] #48 5.732 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T08:46:01.089Z] #48 5.732 go: finding github.com/golangci v1.23.8 [2021-02-18T08:46:01.089Z] #48 6.974 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:01.089Z] #48 7.914 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:01.142Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.1s [2021-02-18T08:46:01.142Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 6.29MB / 49.18MB 0.3s [2021-02-18T08:46:01.142Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.3s [2021-02-18T08:46:01.142Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 17.83MB / 49.18MB 0.4s [2021-02-18T08:46:01.149Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 49.28MB / 73.58MB 3.2s [2021-02-18T08:46:01.149Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 37.75MB / 57.46MB 3.2s [2021-02-18T08:46:01.149Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 38.80MB / 96.52MB 3.3s [2021-02-18T08:46:01.149Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 22.02MB / 54.14MB 3.3s [2021-02-18T08:46:01.149Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 53.48MB / 73.58MB 3.5s [2021-02-18T08:46:01.351Z] #48 ... [2021-02-18T08:46:01.351Z] [2021-02-18T08:46:01.351Z] #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-18T08:46:01.351Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:01.351Z] #12 6.048 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:01.351Z] #12 6.138 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:01.351Z] #12 6.310 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:01.351Z] #12 7.241 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:01.351Z] #12 9.032 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:01.351Z] #12 ... [2021-02-18T08:46:01.351Z] [2021-02-18T08:46:01.351Z] #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-18T08:46:01.351Z] #50 sha256:c335799dfa887c70b50559315f8a31932b00b17642be535753be1d2bcd68181e [2021-02-18T08:46:01.351Z] #50 6.058 + RM_GOPATH=0 [2021-02-18T08:46:01.351Z] #50 6.058 + TMP_GOPATH= [2021-02-18T08:46:01.351Z] #50 6.058 + : /build [2021-02-18T08:46:01.351Z] #50 6.058 + '[' -z '' ']' [2021-02-18T08:46:01.351Z] #50 6.058 ++ mktemp -d [2021-02-18T08:46:01.351Z] #50 6.058 + export GOPATH=/tmp/tmp.FxuhgmcHQ4 [2021-02-18T08:46:01.351Z] #50 6.058 + GOPATH=/tmp/tmp.FxuhgmcHQ4 [2021-02-18T08:46:01.351Z] #50 6.058 + RM_GOPATH=1 [2021-02-18T08:46:01.351Z] #50 6.058 + case "$(go env GOARCH)" in [2021-02-18T08:46:01.351Z] #50 6.066 ++ go env GOARCH [2021-02-18T08:46:01.351Z] #50 6.101 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.351Z] #50 6.101 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.351Z] #50 6.101 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:01.351Z] #50 6.114 + dir=/tmp/install [2021-02-18T08:46:01.351Z] #50 6.114 + bin=shfmt [2021-02-18T08:46:01.351Z] #50 6.114 + shift [2021-02-18T08:46:01.351Z] #50 6.114 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T08:46:01.351Z] #50 6.114 + . /tmp/install/shfmt.installer [2021-02-18T08:46:01.351Z] #50 6.114 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:01.351Z] #50 6.114 + install_shfmt [2021-02-18T08:46:01.351Z] #50 6.114 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T08:46:01.351Z] #50 6.114 + git clone https://github.com/mvdan/sh.git /tmp/tmp.FxuhgmcHQ4/src/github.com/mvdan/sh [2021-02-18T08:46:01.351Z] #50 6.114 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:01.351Z] #50 6.117 Cloning into '/tmp/tmp.FxuhgmcHQ4/src/github.com/mvdan/sh'... [2021-02-18T08:46:01.405Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 28.31MB / 49.18MB 0.5s [2021-02-18T08:46:01.405Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 6.29MB / 7.68MB 0.5s [2021-02-18T08:46:01.405Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 34.60MB / 49.18MB 0.6s [2021-02-18T08:46:01.405Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.6s [2021-02-18T08:46:01.477Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 40.89MB / 57.46MB 3.5s [2021-02-18T08:46:01.477Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 57.67MB / 73.58MB 3.8s [2021-02-18T08:46:01.477Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 46.14MB / 96.52MB 3.8s [2021-02-18T08:46:01.477Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 25.17MB / 54.14MB 3.6s [2021-02-18T08:46:01.613Z] #50 ... [2021-02-18T08:46:01.613Z] [2021-02-18T08:46:01.613Z] #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-18T08:46:01.613Z] #57 sha256:e4dd8857834018a526410a145a616170bc180bc6ebed9aa2eeed8684902fadba [2021-02-18T08:46:01.613Z] #57 6.058 + RM_GOPATH=0 [2021-02-18T08:46:01.613Z] #57 6.058 + TMP_GOPATH= [2021-02-18T08:46:01.613Z] #57 6.058 + : /build [2021-02-18T08:46:01.613Z] #57 6.058 + '[' -z '' ']' [2021-02-18T08:46:01.613Z] #57 6.058 ++ mktemp -d [2021-02-18T08:46:01.613Z] #57 6.095 + export GOPATH=/tmp/tmp.1qjLN1VADO [2021-02-18T08:46:01.613Z] #57 6.095 + GOPATH=/tmp/tmp.1qjLN1VADO [2021-02-18T08:46:01.613Z] #57 6.095 + RM_GOPATH=1 [2021-02-18T08:46:01.613Z] #57 6.095 + case "$(go env GOARCH)" in [2021-02-18T08:46:01.613Z] #57 6.095 ++ go env GOARCH [2021-02-18T08:46:01.613Z] #57 6.114 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.613Z] #57 6.114 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.613Z] #57 6.117 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:01.613Z] #57 6.119 + dir=/tmp/install [2021-02-18T08:46:01.613Z] #57 6.119 + bin=rootlesskit [2021-02-18T08:46:01.613Z] #57 6.119 + shift [2021-02-18T08:46:01.613Z] #57 6.119 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T08:46:01.613Z] #57 6.119 + . /tmp/install/rootlesskit.installer [2021-02-18T08:46:01.613Z] #57 6.119 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:01.613Z] #57 6.120 + install_rootlesskit [2021-02-18T08:46:01.613Z] #57 6.120 + case "$1" in [2021-02-18T08:46:01.613Z] #57 6.120 + export CGO_ENABLED=0 [2021-02-18T08:46:01.613Z] #57 6.123 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:01.613Z] #57 6.123 + CGO_ENABLED=0 [2021-02-18T08:46:01.613Z] #57 6.123 + _install_rootlesskit [2021-02-18T08:46:01.613Z] #57 6.123 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T08:46:01.613Z] #57 6.123 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.1qjLN1VADO/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:46:01.613Z] #57 6.147 Cloning into '/tmp/tmp.1qjLN1VADO/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T08:46:01.613Z] #57 11.36 + cd /tmp/tmp.1qjLN1VADO/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:46:01.613Z] #57 11.36 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:01.613Z] #57 ... [2021-02-18T08:46:01.613Z] [2021-02-18T08:46:01.613Z] #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-18T08:46:01.613Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:46:01.613Z] #39 6.319 + git clone https://github.com/docker/distribution.git . [2021-02-18T08:46:01.613Z] #39 6.326 Cloning into '.'... [2021-02-18T08:46:01.666Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 47.58MB / 49.18MB 0.7s [2021-02-18T08:46:01.666Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.8s done [2021-02-18T08:46:01.666Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.8s [2021-02-18T08:46:01.666Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 4.19MB / 9.98MB 0.9s [2021-02-18T08:46:01.876Z] #39 ... [2021-02-18T08:46:01.876Z] [2021-02-18T08:46:01.876Z] #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-18T08:46:01.876Z] #33 sha256:2ae7600ef3d12fa32783909ed6f115a836b8ea5c3c0c4e3149997f7adc46404e [2021-02-18T08:46:01.876Z] #33 5.657 + RM_GOPATH=0 [2021-02-18T08:46:01.876Z] #33 5.657 + TMP_GOPATH= [2021-02-18T08:46:01.876Z] #33 5.657 + : /build [2021-02-18T08:46:01.876Z] #33 5.657 + '[' -z '' ']' [2021-02-18T08:46:01.876Z] #33 5.657 ++ mktemp -d [2021-02-18T08:46:01.876Z] #33 5.657 + export GOPATH=/tmp/tmp.DVJt44JH1T [2021-02-18T08:46:01.876Z] #33 5.657 + GOPATH=/tmp/tmp.DVJt44JH1T [2021-02-18T08:46:01.876Z] #33 5.657 + RM_GOPATH=1 [2021-02-18T08:46:01.876Z] #33 5.657 + case "$(go env GOARCH)" in [2021-02-18T08:46:01.876Z] #33 5.657 ++ go env GOARCH [2021-02-18T08:46:01.876Z] #33 5.667 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:01.876Z] #33 5.667 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.876Z] #33 5.667 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:01.876Z] #33 5.667 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:01.876Z] #33 5.667 + dir=/tmp/install [2021-02-18T08:46:01.876Z] #33 5.667 + bin=tomlv [2021-02-18T08:46:01.876Z] #33 5.667 + shift [2021-02-18T08:46:01.876Z] #33 5.667 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T08:46:01.876Z] #33 5.667 + . /tmp/install/tomlv.installer [2021-02-18T08:46:01.876Z] #33 5.667 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:01.876Z] #33 5.667 + install_tomlv [2021-02-18T08:46:01.876Z] #33 5.667 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T08:46:01.876Z] #33 5.667 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.DVJt44JH1T/src/github.com/BurntSushi/toml [2021-02-18T08:46:01.876Z] #33 5.667 Cloning into '/tmp/tmp.DVJt44JH1T/src/github.com/BurntSushi/toml'... [2021-02-18T08:46:01.876Z] #33 6.578 + cd /tmp/tmp.DVJt44JH1T/src/github.com/BurntSushi/toml [2021-02-18T08:46:01.876Z] #33 6.595 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:01.876Z] #33 6.600 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:46:01.876Z] #33 7.356 internal/cpu [2021-02-18T08:46:01.876Z] #33 7.379 runtime/internal/atomic [2021-02-18T08:46:01.876Z] #33 7.588 runtime/internal/sys [2021-02-18T08:46:01.876Z] #33 7.836 runtime/internal/math [2021-02-18T08:46:01.876Z] #33 7.939 math/bits [2021-02-18T08:46:01.876Z] #33 8.094 internal/bytealg [2021-02-18T08:46:01.876Z] #33 8.473 math [2021-02-18T08:46:01.876Z] #33 8.667 runtime [2021-02-18T08:46:01.876Z] #33 ... [2021-02-18T08:46:01.876Z] [2021-02-18T08:46:01.876Z] #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-18T08:46:01.876Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:46:01.876Z] #31 5.388 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T08:46:01.876Z] #31 5.388 Cloning into '.'... [2021-02-18T08:46:01.904Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 0B / 50.40MB 3.1s [2021-02-18T08:46:01.904Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 3.15MB / 50.40MB 3.3s [2021-02-18T08:46:01.934Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.0s [2021-02-18T08:46:02.055Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 45.09MB / 57.46MB 3.8s [2021-02-18T08:46:02.055Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 62.91MB / 73.58MB 4.1s [2021-02-18T08:46:02.055Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 52.43MB / 96.52MB 4.1s [2021-02-18T08:46:02.055Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 49.28MB / 57.46MB 4.1s [2021-02-18T08:46:02.055Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 28.31MB / 54.14MB 4.1s [2021-02-18T08:46:02.055Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 67.11MB / 73.58MB 4.4s [2021-02-18T08:46:02.055Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 57.67MB / 96.52MB 4.4s [2021-02-18T08:46:02.055Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 54.53MB / 57.46MB 4.4s [2021-02-18T08:46:02.141Z] #31 ... [2021-02-18T08:46:02.141Z] [2021-02-18T08:46:02.141Z] #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-18T08:46:02.141Z] #46 sha256:67cc74bffa663d3977217c13982eae71837579d8cc16ab18af57cb13acf7d56c [2021-02-18T08:46:02.141Z] #46 11.10 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:02.141Z] #46 11.21 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:02.141Z] #46 11.21 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T08:46:02.141Z] #46 11.26 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:02.141Z] #46 11.34 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:02.141Z] #46 11.40 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:02.141Z] #46 11.50 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:02.141Z] #46 11.55 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T08:46:02.141Z] #46 11.57 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:02.141Z] #46 11.87 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:02.141Z] #46 11.92 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:02.177Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 21.46MB / 50.40MB 3.6s [2021-02-18T08:46:02.178Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 24.87MB / 50.40MB 3.6s [2021-02-18T08:46:02.204Z] #50 67.60 os [2021-02-18T08:46:02.403Z] #46 12.29 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:02.403Z] #46 12.37 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:02.417Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 72.35MB / 73.58MB 4.7s [2021-02-18T08:46:02.417Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 62.91MB / 96.52MB 4.7s [2021-02-18T08:46:02.417Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 31.46MB / 54.14MB 4.5s [2021-02-18T08:46:02.417Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 4.7s done [2021-02-18T08:46:02.417Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.6s done [2021-02-18T08:46:02.436Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 39.85MB / 50.40MB 3.8s [2021-02-18T08:46:02.436Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 47.37MB / 50.40MB 3.9s [2021-02-18T08:46:02.510Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.6s done [2021-02-18T08:46:02.510Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2021-02-18T08:46:02.665Z] #46 12.62 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:02.698Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 4.0s [2021-02-18T08:46:02.728Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 35.65MB / 54.14MB 4.8s [2021-02-18T08:46:02.728Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 38.80MB / 54.14MB 5.0s [2021-02-18T08:46:02.772Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.7s done [2021-02-18T08:46:02.772Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 1.8s [2021-02-18T08:46:02.772Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 13.63MB / 62.53MB 2.0s [2021-02-18T08:46:02.929Z] #46 12.74 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:02.957Z] #25 ... [2021-02-18T08:46:02.957Z] [2021-02-18T08:46:02.957Z] #22 [internal] load build context [2021-02-18T08:46:02.957Z] #22 sha256:b8d14397a6dbc9695340987a67684b91377d919ec54a46719095ad98f1810ca4 [2021-02-18T08:46:02.957Z] #22 transferring context: 53.35MB 3.8s done [2021-02-18T08:46:02.957Z] #22 DONE 4.6s [2021-02-18T08:46:02.957Z] [2021-02-18T08:46:02.957Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:46:02.957Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T08:46:03.039Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 19.92MB / 62.53MB 2.1s [2021-02-18T08:46:03.039Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 29.36MB / 62.53MB 2.2s [2021-02-18T08:46:03.047Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 70.25MB / 96.52MB 5.1s [2021-02-18T08:46:03.047Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 42.99MB / 54.14MB 5.1s [2021-02-18T08:46:03.047Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 46.14MB / 54.14MB 5.3s [2021-02-18T08:46:03.302Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 37.75MB / 62.53MB 2.3s [2021-02-18T08:46:03.302Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 54.53MB / 62.53MB 2.5s [2021-02-18T08:46:03.302Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 60.82MB / 62.53MB 2.6s [2021-02-18T08:46:03.355Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 77.59MB / 96.52MB 5.4s [2021-02-18T08:46:03.355Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 53.48MB / 54.14MB 5.6s [2021-02-18T08:46:03.526Z] #25 ... [2021-02-18T08:46:03.526Z] [2021-02-18T08:46:03.526Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T08:46:03.526Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T08:46:03.526Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T08:46:03.526Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T08:46:03.526Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T08:46:03.526Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-18T08:46:03.526Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.0s done [2021-02-18T08:46:03.526Z] #61 DONE 5.0s [2021-02-18T08:46:03.526Z] [2021-02-18T08:46:03.526Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:46:03.526Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T08:46:03.526Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 4.8s done [2021-02-18T08:46:03.526Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b [2021-02-18T08:46:03.583Z] #50 69.01 encoding/base64 [2021-02-18T08:46:03.653Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 85.98MB / 96.52MB 5.7s [2021-02-18T08:46:03.653Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.6s done [2021-02-18T08:46:03.653Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2021-02-18T08:46:03.653Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.0s [2021-02-18T08:46:03.953Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.1s done [2021-02-18T08:46:04.106Z] #12 ... [2021-02-18T08:46:04.106Z] [2021-02-18T08:46:04.106Z] #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-18T08:46:04.106Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:04.106Z] #42 22.83 CC images/eventfd.o [2021-02-18T08:46:04.106Z] #42 23.20 CC images/eventpoll.o [2021-02-18T08:46:04.106Z] #42 23.66 CC images/fh.o [2021-02-18T08:46:04.106Z] #42 23.95 CC images/fsnotify.o [2021-02-18T08:46:04.106Z] #42 24.55 CC images/signalfd.o [2021-02-18T08:46:04.106Z] #42 24.73 CC images/fs.o [2021-02-18T08:46:04.106Z] #42 24.88 CC images/pstree.o [2021-02-18T08:46:04.106Z] #42 25.05 CC images/pipe.o [2021-02-18T08:46:04.106Z] #42 25.27 CC images/tcp-stream.o [2021-02-18T08:46:04.106Z] #42 25.45 CC images/sk-packet.o [2021-02-18T08:46:04.106Z] #42 25.69 CC images/mnt.o [2021-02-18T08:46:04.106Z] #42 25.89 CC images/pipe-data.o [2021-02-18T08:46:04.106Z] #42 26.09 CC images/sa.o [2021-02-18T08:46:04.106Z] #42 26.29 CC images/timer.o [2021-02-18T08:46:04.106Z] #42 26.64 CC images/timerfd.o [2021-02-18T08:46:04.106Z] #42 26.91 CC images/mm.o [2021-02-18T08:46:04.106Z] #42 27.18 CC images/sk-opts.o [2021-02-18T08:46:04.106Z] #42 27.36 CC images/sk-unix.o [2021-02-18T08:46:04.106Z] #42 27.68 CC images/sk-inet.o [2021-02-18T08:46:04.106Z] #42 28.08 CC images/tun.o [2021-02-18T08:46:04.106Z] #42 28.43 CC images/sk-netlink.o [2021-02-18T08:46:04.106Z] #42 28.73 CC images/packet-sock.o [2021-02-18T08:46:04.106Z] #42 29.07 CC images/ipc-var.o [2021-02-18T08:46:04.106Z] #42 29.33 CC images/ipc-desc.o [2021-02-18T08:46:04.106Z] #42 29.53 CC images/ipc-shm.o [2021-02-18T08:46:04.106Z] #42 29.74 CC images/ipc-msg.o [2021-02-18T08:46:04.106Z] #42 29.98 CC images/ipc-sem.o [2021-02-18T08:46:04.106Z] #42 30.20 CC images/utsns.o [2021-02-18T08:46:04.106Z] #42 30.45 CC images/creds.o [2021-02-18T08:46:04.106Z] #42 30.62 CC images/vma.o [2021-02-18T08:46:04.106Z] #42 30.85 CC images/netdev.o [2021-02-18T08:46:04.106Z] #42 31.22 CC images/tty.o [2021-02-18T08:46:04.106Z] #42 31.77 CC images/file-lock.o [2021-02-18T08:46:04.106Z] #42 32.06 CC images/rlimit.o [2021-02-18T08:46:04.106Z] #42 32.24 CC images/pagemap.o [2021-02-18T08:46:04.106Z] #42 32.51 CC images/siginfo.o [2021-02-18T08:46:04.106Z] #42 32.76 CC images/rpc.o [2021-02-18T08:46:04.521Z] #50 69.94 golang.org/x/sys/unix [2021-02-18T08:46:04.607Z] #10 ... [2021-02-18T08:46:04.607Z] [2021-02-18T08:46:04.607Z] #23 [internal] load build context [2021-02-18T08:46:04.607Z] #23 sha256:8e72ffded4641ef41b2902e31382f79efb00ee52d3859a067e236e44297d2991 [2021-02-18T08:46:04.607Z] #23 transferring context: 53.36MB 7.1s done [2021-02-18T08:46:04.607Z] #23 DONE 7.2s [2021-02-18T08:46:04.607Z] [2021-02-18T08:46:04.607Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:46:04.607Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-02-18T08:46:04.607Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 54.14MB / 54.14MB 3.5s done [2021-02-18T08:46:04.607Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a [2021-02-18T08:46:04.905Z] #50 ... [2021-02-18T08:46:04.905Z] [2021-02-18T08:46:04.905Z] #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-18T08:46:04.905Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:46:04.905Z] #44 60.50 time [2021-02-18T08:46:04.905Z] #44 64.62 strings [2021-02-18T08:46:04.905Z] #44 66.77 os [2021-02-18T08:46:04.905Z] #44 68.11 regexp/syntax [2021-02-18T08:46:05.037Z] #42 33.91 CC images/ext-file.o [2021-02-18T08:46:05.166Z] #44 70.61 fmt [2021-02-18T08:46:05.166Z] #44 ... [2021-02-18T08:46:05.166Z] [2021-02-18T08:46:05.166Z] #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-18T08:46:05.166Z] #36 sha256:6e3a87513aa11e355ad8d5dee9f7d5264d7c9e857e1696ff705baa7ba89d781b [2021-02-18T08:46:05.166Z] #36 1.191 + RM_GOPATH=0 [2021-02-18T08:46:05.166Z] #36 1.191 + TMP_GOPATH= [2021-02-18T08:46:05.166Z] #36 1.191 + : /build [2021-02-18T08:46:05.166Z] #36 1.191 + '[' -z '' ']' [2021-02-18T08:46:05.166Z] #36 1.198 ++ mktemp -d [2021-02-18T08:46:05.166Z] #36 1.201 + export GOPATH=/tmp/tmp.Y209qJuDjX [2021-02-18T08:46:05.166Z] #36 1.201 + GOPATH=/tmp/tmp.Y209qJuDjX [2021-02-18T08:46:05.166Z] #36 1.202 + RM_GOPATH=1 [2021-02-18T08:46:05.166Z] #36 1.202 + case "$(go env GOARCH)" in [2021-02-18T08:46:05.166Z] #36 1.202 ++ go env GOARCH [2021-02-18T08:46:05.166Z] #36 1.231 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:05.166Z] #36 1.232 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:05.166Z] #36 1.235 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:05.166Z] #36 1.249 + dir=/tmp/install [2021-02-18T08:46:05.166Z] #36 1.254 + bin=tini [2021-02-18T08:46:05.166Z] #36 1.254 + shift [2021-02-18T08:46:05.166Z] #36 1.254 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T08:46:05.166Z] #36 1.255 + . /tmp/install/tini.installer [2021-02-18T08:46:05.166Z] #36 1.255 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:46:05.166Z] #36 1.255 + install_tini [2021-02-18T08:46:05.166Z] #36 1.255 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T08:46:05.166Z] #36 1.256 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:46:05.166Z] #36 1.261 + git clone https://github.com/krallin/tini.git /tmp/tmp.Y209qJuDjX/tini [2021-02-18T08:46:05.166Z] #36 1.263 Cloning into '/tmp/tmp.Y209qJuDjX/tini'... [2021-02-18T08:46:05.166Z] #36 2.081 + cd /tmp/tmp.Y209qJuDjX/tini [2021-02-18T08:46:05.166Z] #36 2.082 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:46:05.166Z] #36 2.132 + cmake . [2021-02-18T08:46:05.166Z] #36 2.717 -- The C compiler identification is GNU 8.3.0 [2021-02-18T08:46:05.166Z] #36 2.770 -- Check for working C compiler: /usr/bin/cc [2021-02-18T08:46:05.166Z] #36 3.636 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T08:46:05.166Z] #36 3.638 -- Detecting C compiler ABI info [2021-02-18T08:46:05.166Z] #36 4.406 -- Detecting C compiler ABI info - done [2021-02-18T08:46:05.166Z] #36 4.453 -- Detecting C compile features [2021-02-18T08:46:05.233Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.2s done [2021-02-18T08:46:05.233Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 4.2s [2021-02-18T08:46:05.233Z] #9 ... [2021-02-18T08:46:05.233Z] [2021-02-18T08:46:05.233Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T08:46:05.233Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-02-18T08:46:05.233Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T08:46:05.233Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-18T08:46:05.233Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T08:46:05.233Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T08:46:05.233Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.1s done [2021-02-18T08:46:05.233Z] #61 DONE 4.3s [2021-02-18T08:46:05.233Z] [2021-02-18T08:46:05.233Z] #22 [internal] load build context [2021-02-18T08:46:05.233Z] #22 sha256:24f0d6d19dbcd5b6d1b11c5f56bf52c8f30fff6378c851555d2c31f97162b74b [2021-02-18T08:46:05.233Z] #22 transferring context: 53.36MB 2.8s done [2021-02-18T08:46:05.233Z] #22 DONE 4.4s [2021-02-18T08:46:05.233Z] [2021-02-18T08:46:05.233Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:05.233Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-18T08:46:05.233Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 4.4s [2021-02-18T08:46:05.233Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 4.4s [2021-02-18T08:46:05.233Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 9.44MB / 52.16MB 4.4s [2021-02-18T08:46:05.233Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 14.32MB / 97.69MB 4.4s [2021-02-18T08:46:05.233Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 4.4s done [2021-02-18T08:46:05.294Z] #42 34.12 CC images/cgroup.o [2021-02-18T08:46:05.497Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 19.92MB / 52.16MB 4.5s [2021-02-18T08:46:05.497Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 35.94MB / 52.16MB 4.7s [2021-02-18T08:46:05.497Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 35.55MB / 97.69MB 4.7s [2021-02-18T08:46:05.545Z] #46 15.35 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:05.762Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 51.97MB / 52.16MB 4.8s [2021-02-18T08:46:05.762Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 41.94MB / 97.69MB 4.8s [2021-02-18T08:46:05.762Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.3s done [2021-02-18T08:46:05.858Z] #42 34.74 CC images/userns.o [2021-02-18T08:46:06.099Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 65.01MB / 97.69MB 5.1s [2021-02-18T08:46:06.099Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 70.25MB / 97.69MB 5.2s [2021-02-18T08:46:06.103Z] #36 ... [2021-02-18T08:46:06.103Z] [2021-02-18T08:46:06.103Z] #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-18T08:46:06.103Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:46:06.103Z] #50 71.58 fmt [2021-02-18T08:46:06.114Z] #42 35.01 CC images/google/protobuf/descriptor.o [2021-02-18T08:46:06.114Z] #42 ... [2021-02-18T08:46:06.114Z] [2021-02-18T08:46:06.114Z] #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-18T08:46:06.114Z] #57 sha256:0f28665ef4b645fd9d1fb6094f9d8927dbcb0371c220771ee9f5335d52b8b460 [2021-02-18T08:46:06.114Z] #57 104.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:46:06.122Z] #46 15.98 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:06.159Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 5.1s done [2021-02-18T08:46:06.159Z] #26 DONE 8.6s [2021-02-18T08:46:06.159Z] [2021-02-18T08:46:06.159Z] #27 [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-18T08:46:06.159Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-18T08:46:06.362Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 83.89MB / 97.69MB 5.5s [2021-02-18T08:46:06.362Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 5.6s [2021-02-18T08:46:06.371Z] #57 104.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T08:46:06.459Z] #27 0.270 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:06.459Z] #27 0.295 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:06.459Z] #27 0.319 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:06.712Z] #46 ... [2021-02-18T08:46:06.712Z] [2021-02-18T08:46:06.712Z] #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-18T08:46:06.712Z] #23 sha256:4f758bdc6563f0e61845afc958b85aa9fb4798d592e3de076b24e41d65370390 [2021-02-18T08:46:06.712Z] #23 16.50 + mkdir -p /build [2021-02-18T08:46:06.712Z] #23 16.51 + mv docker/docker /build/ [2021-02-18T08:46:06.712Z] #23 16.51 + rmdir docker [2021-02-18T08:46:06.758Z] #27 0.526 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-18T08:46:07.060Z] #27 0.768 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-18T08:46:07.286Z] #23 DONE 17.1s [2021-02-18T08:46:07.286Z] [2021-02-18T08:46:07.286Z] #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-18T08:46:07.286Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:46:07.286Z] #44 15.20 internal/testlog [2021-02-18T08:46:07.286Z] #44 15.50 encoding [2021-02-18T08:46:07.286Z] #44 15.64 unicode/utf16 [2021-02-18T08:46:07.286Z] #44 15.98 container/list [2021-02-18T08:46:07.286Z] #44 16.49 crypto/internal/subtle [2021-02-18T08:46:07.286Z] #44 16.69 crypto/subtle [2021-02-18T08:46:07.286Z] #44 16.93 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T08:46:07.286Z] #44 17.12 internal/nettrace [2021-02-18T08:46:07.306Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 6.2s done [2021-02-18T08:46:07.363Z] #27 1.185 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-18T08:46:07.567Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2021-02-18T08:46:07.726Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 3.5s done [2021-02-18T08:46:07.726Z] #25 DONE 8.7s [2021-02-18T08:46:07.726Z] [2021-02-18T08:46:07.726Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:07.726Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:46:07.726Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T08:46:07.726Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T08:46:07.726Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-18T08:46:07.726Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-18T08:46:07.726Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s done [2021-02-18T08:46:07.726Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-02-18T08:46:07.726Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s done [2021-02-18T08:46:07.726Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.4s done [2021-02-18T08:46:07.726Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.0s done [2021-02-18T08:46:07.726Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.3s done [2021-02-18T08:46:07.726Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.9s done [2021-02-18T08:46:07.726Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.0s done [2021-02-18T08:46:07.726Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-02-18T08:46:07.726Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-02-18T08:46:07.726Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.3s [2021-02-18T08:46:07.861Z] #44 17.59 runtime/cgo [2021-02-18T08:46:08.140Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.5s done [2021-02-18T08:46:08.639Z] #50 ... [2021-02-18T08:46:08.639Z] [2021-02-18T08:46:08.639Z] #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-18T08:46:08.639Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:08.639Z] #41 65.74 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:46:08.639Z] #41 65.81 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:46:08.639Z] #41 65.91 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T08:46:08.639Z] #41 65.92 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T08:46:08.639Z] #41 65.95 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T08:46:08.639Z] #41 65.97 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:46:08.639Z] #41 66.01 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:46:08.639Z] #41 66.06 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T08:46:08.639Z] #41 66.09 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:46:08.639Z] #41 66.11 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T08:46:08.639Z] #41 72.86 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T08:46:08.639Z] #41 72.87 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:08.639Z] #41 DONE 73.9s [2021-02-18T08:46:08.639Z] [2021-02-18T08:46:08.639Z] #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-18T08:46:08.639Z] #36 sha256:6e3a87513aa11e355ad8d5dee9f7d5264d7c9e857e1696ff705baa7ba89d781b [2021-02-18T08:46:08.639Z] #36 6.673 -- Detecting C compile features - done [2021-02-18T08:46:08.639Z] #36 6.705 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T08:46:08.639Z] #36 6.973 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T08:46:08.639Z] #36 7.118 -- Configuring done [2021-02-18T08:46:08.639Z] #36 7.174 -- Generating done [2021-02-18T08:46:08.639Z] #36 7.176 -- Build files have been written to: /tmp/tmp.Y209qJuDjX/tini [2021-02-18T08:46:08.639Z] #36 7.202 + make tini-static [2021-02-18T08:46:08.639Z] #36 7.714 Scanning dependencies of target tini-static [2021-02-18T08:46:08.639Z] #36 7.888 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T08:46:09.450Z] #27 3.283 Fetched 8197 kB in 3s (2712 kB/s) [2021-02-18T08:46:10.019Z] #36 9.832 [100%] Linking C executable tini-static [2021-02-18T08:46:10.129Z] #27 3.283 Reading package lists... [2021-02-18T08:46:10.129Z] #27 ... [2021-02-18T08:46:10.129Z] [2021-02-18T08:46:10.129Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:10.129Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-18T08:46:10.129Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 3.4s done [2021-02-18T08:46:10.129Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2021-02-18T08:46:10.129Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done [2021-02-18T08:46:10.129Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.6s done [2021-02-18T08:46:10.129Z] #10 DONE 12.5s [2021-02-18T08:46:10.430Z] [2021-02-18T08:46:10.430Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:10.430Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-18T08:46:10.431Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad [2021-02-18T08:46:10.589Z] #36 10.56 [100%] Built target tini-static [2021-02-18T08:46:10.589Z] #36 10.64 + mkdir -p /build [2021-02-18T08:46:10.589Z] #36 10.65 + cp tini-static /build/docker-init [2021-02-18T08:46:10.688Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 9.4s done [2021-02-18T08:46:10.688Z] #9 ... [2021-02-18T08:46:10.688Z] [2021-02-18T08:46:10.688Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T08:46:10.688Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-02-18T08:46:10.688Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T08:46:10.688Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T08:46:10.688Z] #25 sha256:330cbf028662c0c41ff94c23dc1e37d1cd52703e79e795e275d5f6c86022a8e3 529B / 529B done [2021-02-18T08:46:10.688Z] #25 sha256:fc905079e700da665fc183fff2fcc52bb91dd47590da3b534f1c4f5c4a965f28 1.46kB / 1.46kB done [2021-02-18T08:46:10.688Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 49.18MB / 49.18MB 2.8s done [2021-02-18T08:46:10.688Z] #25 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 3.2s done [2021-02-18T08:46:10.688Z] #25 DONE 9.7s [2021-02-18T08:46:10.688Z] [2021-02-18T08:46:10.688Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:10.688Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-18T08:46:10.688Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.1s [2021-02-18T08:46:10.850Z] #36 DONE 10.9s [2021-02-18T08:46:10.850Z] [2021-02-18T08:46:10.850Z] #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-18T08:46:10.850Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:10.850Z] #42 2.304 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:46:10.850Z] #42 2.304 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:46:10.850Z] #42 2.321 Note: Building without GnuTLS support [2021-02-18T08:46:10.850Z] #42 2.341 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:46:10.850Z] #42 2.341 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:46:10.950Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done [2021-02-18T08:46:11.018Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.6s done [2021-02-18T08:46:11.018Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2021-02-18T08:46:11.195Z] #44 ... [2021-02-18T08:46:11.195Z] [2021-02-18T08:46:11.195Z] #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-18T08:46:11.195Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:11.195Z] #48 17.87 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T08:46:11.195Z] #48 17.87 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:11.195Z] #48 17.87 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:11.195Z] #48 17.91 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:11.195Z] #48 17.94 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:11.195Z] #48 17.95 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:11.195Z] #48 18.06 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:11.195Z] #48 18.33 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:11.195Z] #48 18.45 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T08:46:11.195Z] #48 18.46 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:11.195Z] #48 18.51 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:11.195Z] #48 18.63 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:11.195Z] #48 18.73 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:11.195Z] #48 18.77 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:11.195Z] #48 18.78 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T08:46:11.195Z] #48 18.90 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:11.195Z] #48 19.08 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:11.195Z] #48 19.18 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:11.195Z] #48 19.41 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T08:46:11.195Z] #48 19.46 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:11.195Z] #48 19.60 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:11.195Z] #48 19.67 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:11.195Z] #48 19.68 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:11.195Z] #48 19.78 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:11.195Z] #48 19.82 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T08:46:11.195Z] #48 19.91 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:11.195Z] #48 19.96 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:11.195Z] #48 20.00 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:11.195Z] #48 20.05 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:11.195Z] #48 20.05 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T08:46:11.195Z] #48 20.06 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:11.195Z] #48 20.17 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:11.195Z] #48 20.35 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:11.195Z] #48 20.56 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:11.195Z] #48 20.58 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:11.195Z] #48 20.64 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:11.195Z] #48 20.66 go: downloading golang.org/x/text v0.3.2 [2021-02-18T08:46:11.195Z] #48 20.69 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:11.195Z] #48 20.84 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:11.195Z] #48 20.97 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:11.457Z] #48 21.44 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:11.524Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2021-02-18T08:46:11.623Z] #57 ... [2021-02-18T08:46:11.623Z] [2021-02-18T08:46:11.623Z] #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-18T08:46:11.623Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:46:11.623Z] #44 98.86 vendor/golang.org/x/net/idna [2021-02-18T08:46:11.623Z] #44 100.8 vendor/golang.org/x/net/http2/hpack [2021-02-18T08:46:11.623Z] #44 101.8 mime [2021-02-18T08:46:11.623Z] #44 103.2 mime/quotedprintable [2021-02-18T08:46:11.623Z] #44 103.6 net/http/internal [2021-02-18T08:46:11.623Z] #44 107.6 net/textproto [2021-02-18T08:46:11.623Z] #44 107.6 crypto/x509 [2021-02-18T08:46:11.623Z] #44 108.6 vendor/golang.org/x/net/http/httpguts [2021-02-18T08:46:11.623Z] #44 108.9 vendor/golang.org/x/net/http/httpproxy [2021-02-18T08:46:11.623Z] #44 ... [2021-02-18T08:46:11.623Z] [2021-02-18T08:46:11.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-18T08:46:11.623Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:11.623Z] #42 36.47 CC images/opts.o [2021-02-18T08:46:11.623Z] #42 36.73 CC images/seccomp.o [2021-02-18T08:46:11.623Z] #42 37.04 CC images/binfmt-misc.o [2021-02-18T08:46:11.623Z] #42 37.23 CC images/time.o [2021-02-18T08:46:11.623Z] #42 37.38 CC images/sysctl.o [2021-02-18T08:46:11.623Z] #42 37.56 CC images/autofs.o [2021-02-18T08:46:11.623Z] #42 37.79 CC images/macvlan.o [2021-02-18T08:46:11.623Z] #42 38.04 CC images/sit.o [2021-02-18T08:46:11.623Z] #42 38.25 CC images/memfd.o [2021-02-18T08:46:11.623Z] #42 38.55 CC images/timens.o [2021-02-18T08:46:11.623Z] #42 38.88 LINK images/built-in.o [2021-02-18T08:46:11.623Z] #42 39.05 GEN compel/include/asm [2021-02-18T08:46:11.623Z] #42 39.07 GEN compel/include/version.h [2021-02-18T08:46:11.623Z] #42 39.09 touch .config [2021-02-18T08:46:11.623Z] #42 39.13 GEN include/common/config.h [2021-02-18T08:46:11.623Z] #42 39.21 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-18T08:46:11.623Z] #42 39.23 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-18T08:46:11.623Z] #42 39.25 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-18T08:46:11.623Z] #42 39.27 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-18T08:46:11.623Z] #42 39.31 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-18T08:46:11.623Z] #42 39.33 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-18T08:46:11.623Z] #42 39.36 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T08:46:11.623Z] #42 39.38 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-18T08:46:11.623Z] #42 39.40 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T08:46:11.623Z] #42 39.42 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T08:46:11.623Z] #42 39.42 DEP compel/plugins/std/infect.d [2021-02-18T08:46:11.623Z] #42 39.52 DEP compel/plugins/std/string.d [2021-02-18T08:46:11.623Z] #42 39.60 DEP compel/plugins/std/log.d [2021-02-18T08:46:11.623Z] #42 39.73 DEP compel/plugins/std/fds.d [2021-02-18T08:46:11.623Z] #42 39.83 DEP compel/plugins/std/std.d [2021-02-18T08:46:11.623Z] #42 39.94 DEP compel/plugins/shmem/shmem.d [2021-02-18T08:46:11.623Z] #42 40.07 DEP compel/plugins/fds/fds.d [2021-02-18T08:46:11.623Z] #42 40.28 CC compel/plugins/std/std.o [2021-02-18T08:46:11.623Z] #42 40.66 CC compel/plugins/std/fds.o [2021-02-18T08:46:11.724Z] #48 ... [2021-02-18T08:46:11.724Z] [2021-02-18T08:46:11.724Z] #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-18T08:46:11.724Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:11.724Z] #12 11.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:11.986Z] #12 ... [2021-02-18T08:46:11.986Z] [2021-02-18T08:46:11.986Z] #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-18T08:46:11.986Z] #50 sha256:c335799dfa887c70b50559315f8a31932b00b17642be535753be1d2bcd68181e [2021-02-18T08:46:11.986Z] #50 17.38 + cd /tmp/tmp.FxuhgmcHQ4/src/github.com/mvdan/sh [2021-02-18T08:46:11.986Z] #50 17.38 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:11.986Z] #50 17.61 + GO111MODULE=on [2021-02-18T08:46:11.986Z] #50 17.61 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T08:46:11.986Z] #50 19.20 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:11.986Z] #50 19.23 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:11.986Z] #50 19.34 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:11.986Z] #50 19.58 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:11.986Z] #50 19.71 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:11.986Z] #50 20.53 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:11.986Z] #50 21.30 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:12.186Z] #42 41.10 CC compel/plugins/std/log.o [2021-02-18T08:46:12.237Z] #42 ... [2021-02-18T08:46:12.237Z] [2021-02-18T08:46:12.237Z] #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-18T08:46:12.237Z] #33 sha256:bcc38ccf68c0b65bf32db33ccdbd1b2d0732bc5376a75b2dc10f306fbf319e46 [2021-02-18T08:46:12.237Z] #33 67.47 path [2021-02-18T08:46:12.237Z] #33 68.06 text/tabwriter [2021-02-18T08:46:12.237Z] #33 68.26 fmt [2021-02-18T08:46:12.237Z] #33 68.83 path/filepath [2021-02-18T08:46:12.237Z] #33 70.27 io/ioutil [2021-02-18T08:46:12.237Z] #33 72.14 github.com/BurntSushi/toml [2021-02-18T08:46:12.237Z] #33 72.15 flag [2021-02-18T08:46:12.237Z] #33 74.24 log [2021-02-18T08:46:12.237Z] #33 77.24 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:46:12.237Z] #33 ... [2021-02-18T08:46:12.237Z] [2021-02-18T08:46:12.237Z] #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-18T08:46:12.237Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:46:12.237Z] #50 76.62 encoding/json [2021-02-18T08:46:12.525Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done [2021-02-18T08:46:12.525Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 [2021-02-18T08:46:12.562Z] #50 22.58 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:12.824Z] #50 ... [2021-02-18T08:46:12.824Z] [2021-02-18T08:46:12.824Z] #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-18T08:46:12.824Z] #57 sha256:e4dd8857834018a526410a145a616170bc180bc6ebed9aa2eeed8684902fadba [2021-02-18T08:46:12.824Z] #57 12.72 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:46:12.824Z] #57 12.72 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T08:46:12.824Z] #57 ... [2021-02-18T08:46:12.824Z] [2021-02-18T08:46:12.824Z] #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-18T08:46:12.824Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:12.824Z] #48 22.00 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T08:46:12.824Z] #48 22.06 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:12.824Z] #48 22.30 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T08:46:12.824Z] #48 22.51 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:12.824Z] #48 22.60 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:12.824Z] #48 22.60 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:12.824Z] #48 22.63 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:12.824Z] #48 22.74 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:12.824Z] #48 22.78 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:12.824Z] #48 22.81 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:12.824Z] #48 22.87 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:13.095Z] #48 22.87 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:13.095Z] #48 22.89 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:13.150Z] #42 41.87 CC compel/plugins/std/string.o [2021-02-18T08:46:13.358Z] #48 23.23 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:13.407Z] #42 42.43 CC compel/plugins/std/infect.o [2021-02-18T08:46:13.451Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.0s done [2021-02-18T08:46:13.621Z] #48 23.33 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:13.621Z] #48 23.36 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:13.621Z] #48 23.43 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T08:46:13.621Z] #48 23.55 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:13.621Z] #48 23.61 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T08:46:13.621Z] #48 23.66 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:13.621Z] #48 ... [2021-02-18T08:46:13.621Z] [2021-02-18T08:46:13.621Z] #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-18T08:46:13.621Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:13.621Z] #41 13.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:13.664Z] #42 ... [2021-02-18T08:46:13.664Z] [2021-02-18T08:46:13.664Z] #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-18T08:46:13.664Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:13.664Z] #12 111.9 Selecting previously unselected package libapparmor1:amd64. [2021-02-18T08:46:13.664Z] #12 111.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-18T08:46:13.664Z] #12 112.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T08:46:13.713Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2021-02-18T08:46:13.883Z] #41 ... [2021-02-18T08:46:13.883Z] [2021-02-18T08:46:13.883Z] #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-18T08:46:13.883Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:13.883Z] #35 13.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:14.144Z] #50 79.30 github.com/pkg/diff [2021-02-18T08:46:14.146Z] #35 ... [2021-02-18T08:46:14.146Z] [2021-02-18T08:46:14.146Z] #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-18T08:46:14.146Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:46:14.146Z] #54 13.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:14.146Z] #54 ... [2021-02-18T08:46:14.146Z] [2021-02-18T08:46:14.146Z] #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-18T08:46:14.146Z] #33 sha256:2ae7600ef3d12fa32783909ed6f115a836b8ea5c3c0c4e3149997f7adc46404e [2021-02-18T08:46:14.146Z] #33 13.66 unicode/utf8 [2021-02-18T08:46:14.146Z] #33 14.04 unicode [2021-02-18T08:46:14.146Z] #33 17.66 runtime/cgo [2021-02-18T08:46:14.228Z] #12 ... [2021-02-18T08:46:14.228Z] [2021-02-18T08:46:14.228Z] #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-18T08:46:14.228Z] #57 sha256:0f28665ef4b645fd9d1fb6094f9d8927dbcb0371c220771ee9f5335d52b8b460 [2021-02-18T08:46:14.228Z] #57 DONE 112.4s [2021-02-18T08:46:14.228Z] [2021-02-18T08:46:14.228Z] #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-18T08:46:14.228Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:14.228Z] #12 112.4 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-18T08:46:14.228Z] #12 112.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-18T08:46:14.228Z] #12 112.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T08:46:14.315Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.8s done [2021-02-18T08:46:14.407Z] #33 ... [2021-02-18T08:46:14.407Z] [2021-02-18T08:46:14.407Z] #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-18T08:46:14.407Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:14.407Z] #48 23.83 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:46:14.407Z] #48 24.04 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:14.407Z] #48 24.11 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:14.407Z] #48 24.14 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:46:14.408Z] #48 24.14 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:14.408Z] #48 24.20 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:14.485Z] #12 ... [2021-02-18T08:46:14.485Z] [2021-02-18T08:46:14.485Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T08:46:14.485Z] #58 sha256:cafc38acec7eca17cd954074d7614b86bca9e56c4b202ffe7588112a467d8a1c [2021-02-18T08:46:14.485Z] #58 DONE 0.2s [2021-02-18T08:46:14.485Z] [2021-02-18T08:46:14.485Z] #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-18T08:46:14.485Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:14.485Z] #12 112.7 Selecting previously unselected package libbtrfs0. [2021-02-18T08:46:14.485Z] #12 112.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T08:46:14.485Z] #12 112.7 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:46:14.485Z] #12 ... [2021-02-18T08:46:14.485Z] [2021-02-18T08:46:14.485Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T08:46:14.485Z] #59 sha256:b8880454074ff510832e43300eab159cec165bd5671f14f541738bbca4b14230 [2021-02-18T08:46:14.485Z] #59 DONE 0.2s [2021-02-18T08:46:14.485Z] [2021-02-18T08:46:14.485Z] #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-18T08:46:14.485Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:14.485Z] #12 112.8 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:46:14.485Z] #12 112.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T08:46:14.485Z] #12 112.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:46:14.574Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-18T08:46:14.669Z] #48 24.38 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:14.669Z] #48 24.40 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:14.669Z] #48 24.53 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:14.669Z] #48 24.67 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:15.050Z] #12 113.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-18T08:46:15.050Z] #12 113.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:46:15.050Z] #12 113.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:15.050Z] #12 113.3 Selecting previously unselected package libudev-dev:amd64. [2021-02-18T08:46:15.050Z] #12 113.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T08:46:15.050Z] #12 113.4 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:15.083Z] #50 80.68 go/ast [2021-02-18T08:46:15.614Z] #12 113.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-18T08:46:15.614Z] #12 113.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-18T08:46:15.614Z] #12 113.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T08:46:15.635Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.7s done [2021-02-18T08:46:15.874Z] #12 114.1 Selecting previously unselected package libpcre16-3:amd64. [2021-02-18T08:46:15.874Z] #12 114.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-18T08:46:15.874Z] #12 114.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T08:46:15.897Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2021-02-18T08:46:16.022Z] #50 ... [2021-02-18T08:46:16.022Z] [2021-02-18T08:46:16.022Z] #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-18T08:46:16.022Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:16.022Z] #12 71.65 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T08:46:16.022Z] #12 71.65 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T08:46:16.022Z] #12 71.66 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:46:16.022Z] #12 78.80 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T08:46:16.022Z] #12 78.82 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:46:16.022Z] #12 78.83 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:16.022Z] #12 78.99 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T08:46:16.022Z] #12 79.00 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:46:16.022Z] #12 79.00 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:16.077Z] #10 ... [2021-02-18T08:46:16.077Z] [2021-02-18T08:46:16.077Z] #27 [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-18T08:46:16.077Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-18T08:46:16.077Z] #27 3.283 Reading package lists... [2021-02-18T08:46:16.077Z] #27 4.789 Reading package lists... [2021-02-18T08:46:16.077Z] #27 6.188 Building dependency tree... [2021-02-18T08:46:16.077Z] #27 6.661 The following additional packages will be installed: [2021-02-18T08:46:16.077Z] #27 6.661 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T08:46:16.077Z] #27 6.661 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T08:46:16.077Z] #27 6.662 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T08:46:16.077Z] #27 6.664 Suggested packages: [2021-02-18T08:46:16.077Z] #27 6.664 krb5-doc krb5-user [2021-02-18T08:46:16.077Z] #27 6.664 Recommended packages: [2021-02-18T08:46:16.077Z] #27 6.664 krb5-locales publicsuffix libsasl2-modules [2021-02-18T08:46:16.077Z] #27 6.937 The following NEW packages will be installed: [2021-02-18T08:46:16.077Z] #27 6.937 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T08:46:16.077Z] #27 6.937 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T08:46:16.077Z] #27 6.938 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T08:46:16.077Z] #27 6.939 libssh2-1 libssl1.1 openssl [2021-02-18T08:46:16.077Z] #27 6.992 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T08:46:16.077Z] #27 6.992 Need to get 5175 kB of archives. [2021-02-18T08:46:16.077Z] #27 6.992 After this operation, 14.6 MB of additional disk space will be used. [2021-02-18T08:46:16.077Z] #27 6.992 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u5 [1526 kB] [2021-02-18T08:46:16.077Z] #27 7.009 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2021-02-18T08:46:16.077Z] #27 7.038 Get:3 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2021-02-18T08:46:16.077Z] #27 7.053 Get:4 http://deb.debian.org/debian buster/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T08:46:16.077Z] #27 7.062 Get:5 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2021-02-18T08:46:16.077Z] #27 7.064 Get:6 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2021-02-18T08:46:16.077Z] #27 7.069 Get:7 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2021-02-18T08:46:16.077Z] #27 7.072 Get:8 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T08:46:16.077Z] #27 7.073 Get:9 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2021-02-18T08:46:16.077Z] #27 7.075 Get:10 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u5 [243 kB] [2021-02-18T08:46:16.077Z] #27 7.090 Get:11 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T08:46:16.077Z] #27 7.098 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2021-02-18T08:46:16.077Z] #27 7.108 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2021-02-18T08:46:16.077Z] #27 7.113 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2021-02-18T08:46:16.077Z] #27 7.115 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2021-02-18T08:46:16.077Z] #27 7.119 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2021-02-18T08:46:16.077Z] #27 7.129 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2021-02-18T08:46:16.077Z] #27 7.149 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2021-02-18T08:46:16.077Z] #27 7.159 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-02-18T08:46:16.077Z] #27 7.169 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-02-18T08:46:16.077Z] #27 7.180 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-02-18T08:46:16.077Z] #27 7.413 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:16.077Z] #27 7.456 Fetched 5175 kB in 0s (25.9 MB/s) [2021-02-18T08:46:16.077Z] #27 7.489 Selecting previously unselected package libssl1.1:ppc64el. [2021-02-18T08:46:16.078Z] #27 7.489 (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-18T08:46:16.078Z] #27 7.500 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 7.503 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:16.078Z] #27 7.745 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2021-02-18T08:46:16.078Z] #27 7.745 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 7.746 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 7.787 Selecting previously unselected package libsasl2-2:ppc64el. [2021-02-18T08:46:16.078Z] #27 7.789 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 7.790 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 7.829 Selecting previously unselected package libldap-common. [2021-02-18T08:46:16.078Z] #27 7.831 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T08:46:16.078Z] #27 7.833 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:16.078Z] #27 7.865 Selecting previously unselected package libldap-2.4-2:ppc64el. [2021-02-18T08:46:16.078Z] #27 7.868 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 7.870 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:16.078Z] #27 7.989 Selecting previously unselected package openssl. [2021-02-18T08:46:16.078Z] #27 7.989 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 7.994 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:16.078Z] #27 8.136 Selecting previously unselected package ca-certificates. [2021-02-18T08:46:16.078Z] #27 8.136 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T08:46:16.078Z] #27 8.136 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:16.078Z] #27 8.205 Selecting previously unselected package libkeyutils1:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.205 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.207 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2021-02-18T08:46:16.078Z] #27 8.237 Selecting previously unselected package libkrb5support0:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.241 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.249 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 8.307 Selecting previously unselected package libk5crypto3:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.312 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.314 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 8.363 Selecting previously unselected package libkrb5-3:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.366 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.368 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 8.457 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.460 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.462 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 8.507 Selecting previously unselected package libnghttp2-14:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.509 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.510 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 8.543 Selecting previously unselected package libpsl5:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.545 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.546 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2021-02-18T08:46:16.078Z] #27 8.576 Selecting previously unselected package librtmp1:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.578 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.579 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:46:16.078Z] #27 8.614 Selecting previously unselected package libssh2-1:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.617 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.620 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2021-02-18T08:46:16.078Z] #27 8.657 Selecting previously unselected package libcurl4:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.659 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.661 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 8.731 Selecting previously unselected package curl. [2021-02-18T08:46:16.078Z] #27 8.733 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.734 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 8.782 Selecting previously unselected package libonig5:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.784 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.786 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-02-18T08:46:16.078Z] #27 8.831 Selecting previously unselected package libjq1:ppc64el. [2021-02-18T08:46:16.078Z] #27 8.833 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.834 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-18T08:46:16.078Z] #27 8.869 Selecting previously unselected package jq. [2021-02-18T08:46:16.078Z] #27 8.871 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-18T08:46:16.078Z] #27 8.873 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:46:16.078Z] #27 8.906 Setting up libkeyutils1:ppc64el (1.6-6) ... [2021-02-18T08:46:16.078Z] #27 8.910 Setting up libpsl5:ppc64el (0.20.2-2) ... [2021-02-18T08:46:16.078Z] #27 8.914 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:16.078Z] #27 9.072 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 9.076 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:16.078Z] #27 9.079 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 9.083 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 9.086 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:46:16.078Z] #27 9.090 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 9.093 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 9.097 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2021-02-18T08:46:16.078Z] #27 9.100 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-02-18T08:46:16.078Z] #27 9.103 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:16.078Z] #27 9.109 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-02-18T08:46:16.078Z] #27 9.112 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-18T08:46:16.078Z] #27 9.116 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:16.078Z] #27 9.159 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:16.078Z] #27 9.954 Updating certificates in /etc/ssl/certs... [2021-02-18T08:46:16.132Z] #12 114.2 Selecting previously unselected package libpcre32-3:amd64. [2021-02-18T08:46:16.132Z] #12 114.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-18T08:46:16.132Z] #12 114.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T08:46:16.132Z] #12 114.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-18T08:46:16.132Z] #12 114.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-18T08:46:16.132Z] #12 114.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T08:46:16.282Z] #12 ... [2021-02-18T08:46:16.282Z] [2021-02-18T08:46:16.282Z] #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-18T08:46:16.282Z] #33 sha256:bcc38ccf68c0b65bf32db33ccdbd1b2d0732bc5376a75b2dc10f306fbf319e46 [2021-02-18T08:46:16.282Z] #33 DONE 81.8s [2021-02-18T08:46:16.282Z] [2021-02-18T08:46:16.282Z] #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-18T08:46:16.282Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:16.282Z] #42 5.026 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:46:16.282Z] #42 5.126 GEN .gitid [2021-02-18T08:46:16.282Z] #42 5.154 GEN criu/include/version.h [2021-02-18T08:46:16.282Z] #42 5.239 GEN include/common/asm [2021-02-18T08:46:16.282Z] #42 6.883 PBCC images/timens.pb-c.c [2021-02-18T08:46:16.282Z] #42 6.922 DEP images/timens.pb-c.d [2021-02-18T08:46:16.282Z] #42 6.970 PBCC images/fown.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.000 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.073 PBCC images/opts.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.094 PBCC images/memfd.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.158 DEP images/fown.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.206 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.282 DEP images/opts.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.330 DEP images/memfd.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.402 PBCC images/sit.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.446 DEP images/sit.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.500 PBCC images/macvlan.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.526 DEP images/macvlan.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.573 PBCC images/autofs.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.627 DEP images/autofs.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.666 PBCC images/sysctl.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.714 DEP images/sysctl.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.764 PBCC images/time.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.798 DEP images/time.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.852 PBCC images/binfmt-misc.pb-c.c [2021-02-18T08:46:16.282Z] #42 7.913 DEP images/binfmt-misc.pb-c.d [2021-02-18T08:46:16.282Z] #42 7.991 PBCC images/seccomp.pb-c.c [2021-02-18T08:46:16.390Z] #12 114.5 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-18T08:46:16.390Z] #12 114.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-18T08:46:16.390Z] #12 114.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T08:46:16.542Z] #42 8.059 DEP images/seccomp.pb-c.d [2021-02-18T08:46:16.542Z] #42 8.151 PBCC images/userns.pb-c.c [2021-02-18T08:46:16.542Z] #42 8.187 DEP images/userns.pb-c.d [2021-02-18T08:46:16.542Z] #42 8.289 PBCC images/cgroup.pb-c.c [2021-02-18T08:46:16.802Z] #42 8.377 DEP images/cgroup.pb-c.d [2021-02-18T08:46:16.802Z] #42 8.489 PBCC images/ext-file.pb-c.c [2021-02-18T08:46:16.802Z] #42 8.509 DEP images/ext-file.pb-c.d [2021-02-18T08:46:16.902Z] #12 114.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-18T08:46:16.902Z] #12 114.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-18T08:46:16.902Z] #12 114.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T08:46:16.902Z] #12 115.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-18T08:46:16.902Z] #12 115.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:46:16.902Z] #12 115.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:17.062Z] #42 8.640 PBCC images/rpc.pb-c.c [2021-02-18T08:46:17.112Z] #9 ... [2021-02-18T08:46:17.112Z] [2021-02-18T08:46:17.112Z] #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-18T08:46:17.112Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T08:46:17.112Z] #26 1.202 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:17.112Z] #26 1.213 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:17.112Z] #26 1.214 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:17.112Z] #26 1.343 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:17.112Z] #26 1.565 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:17.112Z] #26 1.856 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:17.112Z] #26 3.489 Fetched 8422 kB in 3s (3322 kB/s) [2021-02-18T08:46:17.112Z] #26 3.489 Reading package lists... [2021-02-18T08:46:17.112Z] #26 4.419 Reading package lists... [2021-02-18T08:46:17.112Z] #26 5.312 Building dependency tree... [2021-02-18T08:46:17.112Z] #26 5.660 The following additional packages will be installed: [2021-02-18T08:46:17.112Z] #26 5.660 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T08:46:17.112Z] #26 5.660 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T08:46:17.112Z] #26 5.660 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T08:46:17.112Z] #26 5.660 Suggested packages: [2021-02-18T08:46:17.112Z] #26 5.660 krb5-doc krb5-user [2021-02-18T08:46:17.112Z] #26 5.660 Recommended packages: [2021-02-18T08:46:17.112Z] #26 5.660 krb5-locales publicsuffix libsasl2-modules [2021-02-18T08:46:17.112Z] #26 5.826 The following NEW packages will be installed: [2021-02-18T08:46:17.112Z] #26 5.826 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T08:46:17.112Z] #26 5.826 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T08:46:17.112Z] #26 5.826 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T08:46:17.112Z] #26 5.827 libssh2-1 libssl1.1 openssl [2021-02-18T08:46:17.112Z] #26 6.105 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T08:46:17.112Z] #26 6.105 Need to get 5057 kB of archives. [2021-02-18T08:46:17.112Z] #26 6.105 After this operation, 12.1 MB of additional disk space will be used. [2021-02-18T08:46:17.112Z] #26 6.105 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-18T08:46:17.112Z] #26 6.114 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-18T08:46:17.112Z] #26 6.114 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-18T08:46:17.112Z] #26 6.114 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T08:46:17.112Z] #26 6.114 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-18T08:46:17.112Z] #26 6.114 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-18T08:46:17.112Z] #26 6.123 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-18T08:46:17.112Z] #26 6.123 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-18T08:46:17.112Z] #26 6.132 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-18T08:46:17.112Z] #26 6.136 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-18T08:46:17.112Z] #26 6.139 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-18T08:46:17.112Z] #26 6.148 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T08:46:17.112Z] #26 6.148 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-18T08:46:17.112Z] #26 6.148 Get:14 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-18T08:46:17.112Z] #26 6.148 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-18T08:46:17.112Z] #26 6.158 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T08:46:17.112Z] #26 6.158 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-18T08:46:17.112Z] #26 6.160 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-18T08:46:17.112Z] #26 6.170 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T08:46:17.112Z] #26 6.193 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T08:46:17.112Z] #26 6.193 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T08:46:17.112Z] #26 6.330 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:17.112Z] #26 6.354 Fetched 5057 kB in 0s (14.7 MB/s) [2021-02-18T08:46:17.112Z] #26 6.400 Selecting previously unselected package libssl1.1:amd64. [2021-02-18T08:46:17.112Z] #26 6.400 (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-18T08:46:17.112Z] #26 6.400 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 6.407 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:17.112Z] #26 6.603 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T08:46:17.112Z] #26 6.603 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 6.607 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 6.645 Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T08:46:17.112Z] #26 6.645 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 6.649 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 6.692 Selecting previously unselected package libldap-common. [2021-02-18T08:46:17.112Z] #26 6.692 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T08:46:17.112Z] #26 6.695 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:17.112Z] #26 6.739 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T08:46:17.112Z] #26 6.739 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 6.743 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:17.112Z] #26 6.798 Selecting previously unselected package openssl. [2021-02-18T08:46:17.112Z] #26 6.798 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 6.802 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:17.112Z] #26 6.939 Selecting previously unselected package ca-certificates. [2021-02-18T08:46:17.112Z] #26 6.941 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T08:46:17.112Z] #26 6.944 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:17.112Z] #26 7.021 Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T08:46:17.112Z] #26 7.021 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.025 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-18T08:46:17.112Z] #26 7.063 Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T08:46:17.112Z] #26 7.064 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.068 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 7.107 Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T08:46:17.112Z] #26 7.109 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.113 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 7.167 Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T08:46:17.112Z] #26 7.167 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.172 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 7.263 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T08:46:17.112Z] #26 7.263 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.271 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 7.337 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T08:46:17.112Z] #26 7.337 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.340 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 7.398 Selecting previously unselected package libpsl5:amd64. [2021-02-18T08:46:17.112Z] #26 7.398 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.402 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-18T08:46:17.112Z] #26 7.463 Selecting previously unselected package librtmp1:amd64. [2021-02-18T08:46:17.112Z] #26 7.463 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.469 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:46:17.112Z] #26 7.516 Selecting previously unselected package libssh2-1:amd64. [2021-02-18T08:46:17.112Z] #26 7.516 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.522 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T08:46:17.112Z] #26 7.579 Selecting previously unselected package libcurl4:amd64. [2021-02-18T08:46:17.112Z] #26 7.579 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.582 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 7.651 Selecting previously unselected package curl. [2021-02-18T08:46:17.112Z] #26 7.653 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.660 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 7.717 Selecting previously unselected package libonig5:amd64. [2021-02-18T08:46:17.112Z] #26 7.719 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.723 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:46:17.112Z] #26 7.786 Selecting previously unselected package libjq1:amd64. [2021-02-18T08:46:17.112Z] #26 7.786 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.791 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:46:17.112Z] #26 7.838 Selecting previously unselected package jq. [2021-02-18T08:46:17.112Z] #26 7.840 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:46:17.112Z] #26 7.844 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:46:17.112Z] #26 7.893 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-18T08:46:17.112Z] #26 7.905 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-18T08:46:17.112Z] #26 7.915 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:17.112Z] #26 8.034 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 8.045 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:17.112Z] #26 8.062 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 8.072 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 8.084 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:46:17.112Z] #26 8.124 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 8.136 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 8.149 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T08:46:17.112Z] #26 8.164 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 8.175 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:17.112Z] #26 8.192 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:46:17.112Z] #26 8.202 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:46:17.112Z] #26 8.213 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:17.112Z] #26 8.223 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:17.112Z] #26 8.772 Updating certificates in /etc/ssl/certs... [2021-02-18T08:46:17.112Z] #26 9.495 137 added, 0 removed; done. [2021-02-18T08:46:17.112Z] #26 9.529 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 9.540 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:46:17.112Z] #26 9.550 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 9.561 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T08:46:17.112Z] #26 9.572 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:17.112Z] #26 9.589 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:17.112Z] #26 9.597 Updating certificates in /etc/ssl/certs... [2021-02-18T08:46:17.148Z] #27 10.89 137 added, 0 removed; done. [2021-02-18T08:46:17.159Z] #12 115.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-18T08:46:17.159Z] #12 115.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-18T08:46:17.159Z] #12 115.2 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T08:46:17.159Z] #12 115.3 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-18T08:46:17.159Z] #12 115.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T08:46:17.159Z] #12 115.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:17.322Z] #42 8.752 DEP images/rpc.pb-c.d [2021-02-18T08:46:17.322Z] #42 8.826 PBCC images/siginfo.pb-c.c [2021-02-18T08:46:17.322Z] #42 8.882 DEP images/siginfo.pb-c.d [2021-02-18T08:46:17.322Z] #42 ... [2021-02-18T08:46:17.322Z] [2021-02-18T08:46:17.322Z] #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-18T08:46:17.322Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:46:17.322Z] #44 72.80 regexp [2021-02-18T08:46:17.322Z] #44 75.65 go/token [2021-02-18T08:46:17.322Z] #44 77.08 go/scanner [2021-02-18T08:46:17.322Z] #44 78.02 internal/lazyregexp [2021-02-18T08:46:17.322Z] #44 78.36 net/url [2021-02-18T08:46:17.322Z] #44 78.57 go/ast [2021-02-18T08:46:17.322Z] #44 79.96 text/template/parse [2021-02-18T08:46:17.372Z] #26 ... [2021-02-18T08:46:17.372Z] [2021-02-18T08:46:17.372Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:17.372Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:46:17.464Z] #27 11.03 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-02-18T08:46:17.464Z] #27 11.04 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:46:17.464Z] #27 11.04 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-02-18T08:46:17.464Z] #27 11.05 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T08:46:17.464Z] #27 11.05 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:17.464Z] #27 11.06 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:17.464Z] #27 11.07 Updating certificates in /etc/ssl/certs... [2021-02-18T08:46:17.464Z] #27 ... [2021-02-18T08:46:17.464Z] [2021-02-18T08:46:17.464Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:17.464Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-18T08:46:17.464Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.9s done [2021-02-18T08:46:17.464Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2021-02-18T08:46:17.464Z] #10 DONE 19.8s [2021-02-18T08:46:17.464Z] [2021-02-18T08:46:17.464Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T08:46:17.464Z] #11 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-02-18T08:46:17.583Z] #44 ... [2021-02-18T08:46:17.583Z] [2021-02-18T08:46:17.583Z] #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-18T08:46:17.583Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:17.583Z] #42 9.054 PBCC images/pagemap.pb-c.c [2021-02-18T08:46:17.583Z] #42 9.090 DEP images/pagemap.pb-c.d [2021-02-18T08:46:17.583Z] #42 9.166 PBCC images/rlimit.pb-c.c [2021-02-18T08:46:17.583Z] #42 9.182 DEP images/rlimit.pb-c.d [2021-02-18T08:46:17.583Z] #42 9.230 PBCC images/file-lock.pb-c.c [2021-02-18T08:46:17.583Z] #42 9.242 DEP images/file-lock.pb-c.d [2021-02-18T08:46:17.583Z] #42 9.310 PBCC images/tty.pb-c.c [2021-02-18T08:46:17.722Z] #12 115.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T08:46:17.722Z] #12 115.9 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T08:46:17.722Z] #12 115.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T08:46:17.722Z] #12 115.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:46:17.722Z] #12 115.9 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T08:46:17.722Z] #12 115.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T08:46:17.722Z] #12 115.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:17.722Z] #12 116.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:46:17.722Z] #12 116.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T08:46:17.761Z] #11 DONE 0.2s [2021-02-18T08:46:17.761Z] [2021-02-18T08:46:17.761Z] #12 [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-18T08:46:17.761Z] #12 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-02-18T08:46:17.761Z] #12 ... [2021-02-18T08:46:17.761Z] [2021-02-18T08:46:17.761Z] #27 [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-18T08:46:17.761Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-18T08:46:17.761Z] #27 11.67 0 added, 0 removed; done. [2021-02-18T08:46:17.761Z] #27 11.67 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T08:46:17.761Z] #27 11.67 done. [2021-02-18T08:46:17.761Z] #27 DONE 11.7s [2021-02-18T08:46:17.843Z] #42 9.337 DEP images/tty.pb-c.d [2021-02-18T08:46:17.843Z] #42 9.379 PBCC images/tun.pb-c.c [2021-02-18T08:46:17.843Z] #42 9.416 PBCC images/netdev.pb-c.c [2021-02-18T08:46:17.843Z] #42 9.490 DEP images/tun.pb-c.d [2021-02-18T08:46:17.843Z] #42 9.564 DEP images/netdev.pb-c.d [2021-02-18T08:46:17.978Z] #12 116.0 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:17.978Z] #12 116.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:46:17.978Z] #12 116.1 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:46:17.978Z] #12 116.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T08:46:17.978Z] #12 116.1 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T08:46:17.978Z] #12 116.1 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:17.978Z] #12 116.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:46:17.978Z] #12 116.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T08:46:17.978Z] #12 116.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:17.978Z] #12 116.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-18T08:46:17.978Z] #12 116.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T08:46:17.978Z] #12 116.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:17.978Z] #12 116.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-18T08:46:17.978Z] #12 116.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-18T08:46:17.978Z] #12 116.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:46:17.986Z] #48 ... [2021-02-18T08:46:17.986Z] [2021-02-18T08:46:17.986Z] #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-18T08:46:17.986Z] #46 sha256:67cc74bffa663d3977217c13982eae71837579d8cc16ab18af57cb13acf7d56c [2021-02-18T08:46:17.986Z] #46 17.69 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:17.986Z] #46 21.37 go: finding github.com/fatih/color v1.9.0 [2021-02-18T08:46:17.986Z] #46 21.40 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:17.986Z] #46 21.44 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T08:46:17.986Z] #46 21.55 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:17.986Z] #46 21.77 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:17.986Z] #46 21.81 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:17.986Z] #46 22.09 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:17.986Z] #46 22.16 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:17.986Z] #46 22.19 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:17.986Z] #46 22.20 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:17.986Z] #46 22.24 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:17.986Z] #46 ... [2021-02-18T08:46:17.986Z] [2021-02-18T08:46:17.986Z] #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-18T08:46:17.986Z] #63 sha256:52a819e8c02d0387e4f0bb3b94bcbfcbf1e1d8fd655bbbf91fd58b175b1bc520 [2021-02-18T08:46:18.065Z] [2021-02-18T08:46:18.065Z] #12 [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-18T08:46:18.065Z] #12 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-02-18T08:46:18.065Z] #12 DONE 0.2s [2021-02-18T08:46:18.065Z] [2021-02-18T08:46:18.065Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T08:46:18.065Z] #28 sha256:322fb6830ebb4ef8901aee7f81c969bb643d8476ac9afa69a71dbdc24c6f76b9 [2021-02-18T08:46:18.065Z] #28 DONE 0.1s [2021-02-18T08:46:18.065Z] [2021-02-18T08:46:18.065Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T08:46:18.065Z] #39 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-02-18T08:46:18.065Z] #39 DONE 0.1s [2021-02-18T08:46:18.065Z] [2021-02-18T08:46:18.065Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T08:46:18.065Z] #31 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-02-18T08:46:18.065Z] #31 DONE 0.1s [2021-02-18T08:46:18.065Z] [2021-02-18T08:46:18.065Z] #40 [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-18T08:46:18.065Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-18T08:46:18.103Z] #42 9.658 PBCC images/vma.pb-c.c [2021-02-18T08:46:18.103Z] #42 9.734 DEP images/vma.pb-c.d [2021-02-18T08:46:18.103Z] #42 9.769 PBCC images/creds.pb-c.c [2021-02-18T08:46:18.103Z] #42 9.780 DEP images/creds.pb-c.d [2021-02-18T08:46:18.103Z] #42 9.849 PBCC images/utsns.pb-c.c [2021-02-18T08:46:18.235Z] #12 116.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T08:46:18.235Z] #12 116.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:18.235Z] #12 116.3 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T08:46:18.235Z] #12 116.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:18.235Z] #12 116.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:18.235Z] #12 116.4 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:18.248Z] #63 27.38 Checking out files: 61% (1176/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-18T08:46:18.248Z] #63 28.03 + cd /tmp/tmp.98dvpIlJCj/src/github.com/docker/libnetwork [2021-02-18T08:46:18.248Z] #63 28.05 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:18.363Z] #42 9.863 DEP images/utsns.pb-c.d [2021-02-18T08:46:18.363Z] #42 9.950 PBCC images/ipc-desc.pb-c.c [2021-02-18T08:46:18.363Z] #42 9.986 PBCC images/ipc-sem.pb-c.c [2021-02-18T08:46:18.363Z] #42 10.03 DEP images/ipc-desc.pb-c.d [2021-02-18T08:46:18.497Z] #12 DONE 116.9s [2021-02-18T08:46:18.497Z] [2021-02-18T08:46:18.497Z] #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-18T08:46:18.497Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:18.497Z] #42 42.82 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-18T08:46:18.497Z] #42 42.86 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-18T08:46:18.497Z] #42 42.89 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-18T08:46:18.497Z] #42 42.93 AR compel/plugins/std.lib.a [2021-02-18T08:46:18.497Z] #42 42.96 CC compel/plugins/fds/fds.o [2021-02-18T08:46:18.497Z] #42 43.27 AR compel/plugins/fds.lib.a [2021-02-18T08:46:18.497Z] #42 43.35 HOSTDEP compel/src/lib/log-host.d [2021-02-18T08:46:18.497Z] #42 43.44 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T08:46:18.497Z] #42 43.60 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-18T08:46:18.497Z] #42 43.71 HOSTDEP compel/src/main-host.d [2021-02-18T08:46:18.497Z] #42 43.83 DEP compel/src/lib/ptrace.d [2021-02-18T08:46:18.497Z] #42 44.02 DEP compel/src/lib/infect.d [2021-02-18T08:46:18.497Z] #42 44.30 DEP compel/src/lib/infect-util.d [2021-02-18T08:46:18.497Z] #42 44.43 DEP compel/src/lib/infect-rpc.d [2021-02-18T08:46:18.497Z] #42 44.54 DEP compel/arch/x86/src/lib/infect.d [2021-02-18T08:46:18.497Z] #42 44.72 DEP compel/arch/x86/src/lib/cpu.d [2021-02-18T08:46:18.497Z] #42 44.79 DEP compel/src/lib/log.d [2021-02-18T08:46:18.497Z] #42 44.90 DEP compel/src/main.d [2021-02-18T08:46:18.497Z] #42 44.97 DEP compel/src/lib/handle-elf.d [2021-02-18T08:46:18.497Z] #42 45.06 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-18T08:46:18.497Z] #42 45.18 CC compel/src/lib/log.o [2021-02-18T08:46:18.497Z] #42 45.38 CC compel/arch/x86/src/lib/cpu.o [2021-02-18T08:46:18.497Z] #42 46.13 CC compel/arch/x86/src/lib/infect.o [2021-02-18T08:46:18.497Z] #42 46.90 CC compel/src/lib/infect-rpc.o [2021-02-18T08:46:18.497Z] #42 47.18 CC compel/src/lib/infect-util.o [2021-02-18T08:46:18.497Z] #42 47.41 CC compel/src/lib/infect.o [2021-02-18T08:46:18.623Z] #42 10.11 DEP images/ipc-sem.pb-c.d [2021-02-18T08:46:18.623Z] #42 10.16 PBCC images/ipc-msg.pb-c.c [2021-02-18T08:46:18.623Z] #42 10.21 DEP images/ipc-msg.pb-c.d [2021-02-18T08:46:18.623Z] #42 10.25 PBCC images/ipc-shm.pb-c.c [2021-02-18T08:46:18.623Z] #42 10.30 DEP images/ipc-shm.pb-c.d [2021-02-18T08:46:18.623Z] #42 10.36 PBCC images/ipc-var.pb-c.c [2021-02-18T08:46:18.715Z] #40 0.731 + git clone https://github.com/docker/distribution.git . [2021-02-18T08:46:18.715Z] #40 0.743 Cloning into '.'... [2021-02-18T08:46:18.830Z] #63 28.64 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T08:46:18.883Z] #42 10.38 DEP images/ipc-var.pb-c.d [2021-02-18T08:46:18.883Z] #42 10.42 PBCC images/sk-opts.pb-c.c [2021-02-18T08:46:18.883Z] #42 10.45 PBCC images/packet-sock.pb-c.c [2021-02-18T08:46:18.883Z] #42 10.51 DEP images/sk-opts.pb-c.d [2021-02-18T08:46:18.883Z] #42 10.57 DEP images/packet-sock.pb-c.d [2021-02-18T08:46:18.883Z] #42 10.62 PBCC images/sk-netlink.pb-c.c [2021-02-18T08:46:19.143Z] #42 10.68 DEP images/sk-netlink.pb-c.d [2021-02-18T08:46:19.143Z] #42 10.74 PBCC images/sk-inet.pb-c.c [2021-02-18T08:46:19.143Z] #42 10.78 DEP images/sk-inet.pb-c.d [2021-02-18T08:46:19.143Z] #42 10.83 PBCC images/sk-unix.pb-c.c [2021-02-18T08:46:19.143Z] #42 10.87 DEP images/sk-unix.pb-c.d [2021-02-18T08:46:19.208Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.4s done [2021-02-18T08:46:19.403Z] #42 10.92 PBCC images/mm.pb-c.c [2021-02-18T08:46:19.403Z] #42 10.98 DEP images/mm.pb-c.d [2021-02-18T08:46:19.403Z] #42 11.02 PBCC images/timerfd.pb-c.c [2021-02-18T08:46:19.403Z] #42 11.08 DEP images/timerfd.pb-c.d [2021-02-18T08:46:19.403Z] #42 11.12 PBCC images/timer.pb-c.c [2021-02-18T08:46:19.663Z] #42 11.16 DEP images/timer.pb-c.d [2021-02-18T08:46:19.663Z] #42 11.20 PBCC images/sa.pb-c.c [2021-02-18T08:46:19.663Z] #42 11.25 DEP images/sa.pb-c.d [2021-02-18T08:46:19.663Z] #42 11.34 PBCC images/pipe-data.pb-c.c [2021-02-18T08:46:19.663Z] #42 11.36 DEP images/pipe-data.pb-c.d [2021-02-18T08:46:19.781Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2021-02-18T08:46:19.908Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s [2021-02-18T08:46:19.908Z] #9 ... [2021-02-18T08:46:19.908Z] [2021-02-18T08:46:19.908Z] #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-18T08:46:19.908Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T08:46:19.908Z] #26 10.17 0 added, 0 removed; done. [2021-02-18T08:46:19.908Z] #26 10.17 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T08:46:19.908Z] #26 10.18 done. [2021-02-18T08:46:19.908Z] #26 DONE 12.6s [2021-02-18T08:46:19.908Z] [2021-02-18T08:46:19.908Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:19.908Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:46:19.922Z] #42 11.42 PBCC images/mnt.pb-c.c [2021-02-18T08:46:19.922Z] #42 11.50 DEP images/mnt.pb-c.d [2021-02-18T08:46:19.922Z] #42 11.56 PBCC images/sk-packet.pb-c.c [2021-02-18T08:46:19.922Z] #42 11.61 DEP images/sk-packet.pb-c.d [2021-02-18T08:46:20.042Z] #9 DONE 19.3s [2021-02-18T08:46:20.042Z] [2021-02-18T08:46:20.042Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T08:46:20.042Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-18T08:46:20.182Z] #42 11.65 PBCC images/tcp-stream.pb-c.c [2021-02-18T08:46:20.182Z] #42 11.75 DEP images/tcp-stream.pb-c.d [2021-02-18T08:46:20.182Z] #42 11.83 PBCC images/pipe.pb-c.c [2021-02-18T08:46:20.182Z] #42 11.87 DEP images/pipe.pb-c.d [2021-02-18T08:46:20.391Z] #42 ... [2021-02-18T08:46:20.391Z] [2021-02-18T08:46:20.391Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T08:46:20.391Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T08:46:20.391Z] #13 DONE 1.8s [2021-02-18T08:46:20.391Z] [2021-02-18T08:46:20.391Z] #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-18T08:46:20.391Z] #52 sha256:80271eb562e9a0041ce9535720ee4fa0d4d1e39dc714eb72e6c162ec041b932c [2021-02-18T08:46:20.391Z] #52 1.637 + RM_GOPATH=0 [2021-02-18T08:46:20.391Z] #52 1.637 + TMP_GOPATH= [2021-02-18T08:46:20.391Z] #52 1.637 + : /build [2021-02-18T08:46:20.391Z] #52 1.637 + '[' -z '' ']' [2021-02-18T08:46:20.391Z] #52 1.638 ++ mktemp -d [2021-02-18T08:46:20.391Z] #52 1.647 + export GOPATH=/tmp/tmp.4e7Ih3ALQP [2021-02-18T08:46:20.391Z] #52 1.647 + GOPATH=/tmp/tmp.4e7Ih3ALQP [2021-02-18T08:46:20.391Z] #52 1.647 + RM_GOPATH=1 [2021-02-18T08:46:20.391Z] #52 1.650 + case "$(go env GOARCH)" in [2021-02-18T08:46:20.391Z] #52 1.650 ++ go env GOARCH [2021-02-18T08:46:20.391Z] #52 1.680 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:20.391Z] #52 1.680 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:20.391Z] #52 1.680 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:20.391Z] #52 1.684 + dir=/tmp/install [2021-02-18T08:46:20.391Z] #52 1.687 + bin=runc [2021-02-18T08:46:20.391Z] #52 1.687 + shift [2021-02-18T08:46:20.391Z] #52 1.687 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T08:46:20.391Z] #52 1.687 + . /tmp/install/runc.installer [2021-02-18T08:46:20.391Z] #52 1.688 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:46:20.391Z] #52 1.688 + install_runc [2021-02-18T08:46:20.391Z] #52 1.691 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T08:46:20.391Z] #52 1.694 + uname -r [2021-02-18T08:46:20.391Z] #52 1.719 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T08:46:20.391Z] #52 1.719 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T08:46:20.391Z] #52 1.719 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T08:46:20.391Z] #52 1.720 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4e7Ih3ALQP/src/github.com/opencontainers/runc [2021-02-18T08:46:20.391Z] #52 1.725 Cloning into '/tmp/tmp.4e7Ih3ALQP/src/github.com/opencontainers/runc'... [2021-02-18T08:46:20.442Z] #42 11.91 PBCC images/pstree.pb-c.c [2021-02-18T08:46:20.442Z] #42 11.94 DEP images/pstree.pb-c.d [2021-02-18T08:46:20.442Z] #42 12.02 PBCC images/fs.pb-c.c [2021-02-18T08:46:20.442Z] #42 12.08 DEP images/fs.pb-c.d [2021-02-18T08:46:20.442Z] #42 12.14 PBCC images/signalfd.pb-c.c [2021-02-18T08:46:20.478Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.7s done [2021-02-18T08:46:20.478Z] #9 ... [2021-02-18T08:46:20.478Z] [2021-02-18T08:46:20.478Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T08:46:20.478Z] #27 sha256:20cb7616f7682cae7f0a593f02342bec395b02e8b152dfa1892b460e90dc4686 [2021-02-18T08:46:20.478Z] #27 DONE 0.8s [2021-02-18T08:46:20.478Z] [2021-02-18T08:46:20.478Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T08:46:20.478Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T08:46:20.478Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-02-18T08:46:20.615Z] #10 ... [2021-02-18T08:46:20.616Z] [2021-02-18T08:46:20.616Z] #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-18T08:46:20.616Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T08:46:20.616Z] #26 3.113 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:20.616Z] #26 3.129 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:20.616Z] #26 3.189 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:20.616Z] #26 3.321 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T08:46:20.616Z] #26 3.643 Get:5 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T08:46:20.616Z] #26 3.809 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T08:46:20.616Z] #26 5.209 Fetched 8246 kB in 2s (3513 kB/s) [2021-02-18T08:46:20.616Z] #26 5.209 Reading package lists... [2021-02-18T08:46:20.616Z] #26 6.479 Reading package lists... [2021-02-18T08:46:20.616Z] #26 7.731 Building dependency tree... [2021-02-18T08:46:20.616Z] #26 8.371 The following additional packages will be installed: [2021-02-18T08:46:20.616Z] #26 8.372 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T08:46:20.616Z] #26 8.372 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T08:46:20.616Z] #26 8.380 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T08:46:20.616Z] #26 8.380 Suggested packages: [2021-02-18T08:46:20.616Z] #26 8.380 krb5-doc krb5-user [2021-02-18T08:46:20.616Z] #26 8.380 Recommended packages: [2021-02-18T08:46:20.616Z] #26 8.380 krb5-locales publicsuffix libsasl2-modules [2021-02-18T08:46:20.616Z] #26 8.612 The following NEW packages will be installed: [2021-02-18T08:46:20.616Z] #26 8.612 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T08:46:20.616Z] #26 8.616 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T08:46:20.616Z] #26 8.616 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T08:46:20.616Z] #26 8.616 libssh2-1 libssl1.1 openssl [2021-02-18T08:46:20.616Z] #26 8.911 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T08:46:20.616Z] #26 8.911 Need to get 4778 kB of archives. [2021-02-18T08:46:20.616Z] #26 8.911 After this operation, 11.5 MB of additional disk space will be used. [2021-02-18T08:46:20.616Z] #26 8.911 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-18T08:46:20.616Z] #26 8.911 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u5 [1382 kB] [2021-02-18T08:46:20.616Z] #26 8.914 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-02-18T08:46:20.616Z] #26 8.917 Get:4 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T08:46:20.616Z] #26 8.921 Get:5 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-02-18T08:46:20.616Z] #26 8.922 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-02-18T08:46:20.616Z] #26 8.923 Get:7 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-02-18T08:46:20.616Z] #26 8.926 Get:8 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-02-18T08:46:20.616Z] #26 8.931 Get:9 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-02-18T08:46:20.616Z] #26 8.934 Get:10 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-02-18T08:46:20.616Z] #26 8.935 Get:11 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-02-18T08:46:20.616Z] #26 8.954 Get:12 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-02-18T08:46:20.616Z] #26 8.968 Get:13 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-02-18T08:46:20.616Z] #26 9.011 Get:14 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T08:46:20.616Z] #26 9.011 Get:15 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2021-02-18T08:46:20.616Z] #26 9.016 Get:16 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-18T08:46:20.616Z] #26 9.020 Get:17 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u5 [823 kB] [2021-02-18T08:46:20.616Z] #26 9.023 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2021-02-18T08:46:20.616Z] #26 9.025 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-02-18T08:46:20.616Z] #26 9.028 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-02-18T08:46:20.616Z] #26 9.030 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-02-18T08:46:20.616Z] #26 9.293 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:20.616Z] #26 9.330 Fetched 4778 kB in 0s (11.6 MB/s) [2021-02-18T08:46:20.616Z] #26 9.367 Selecting previously unselected package libssl1.1:arm64. [2021-02-18T08:46:20.616Z] #26 9.367 (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-18T08:46:20.616Z] #26 9.376 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_arm64.deb ... [2021-02-18T08:46:20.616Z] #26 9.385 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:20.616Z] #26 9.601 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-02-18T08:46:20.616Z] #26 9.603 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-02-18T08:46:20.616Z] #26 9.607 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:20.616Z] #26 9.658 Selecting previously unselected package libsasl2-2:arm64. [2021-02-18T08:46:20.616Z] #26 9.658 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-02-18T08:46:20.616Z] #26 9.661 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:20.616Z] #26 9.708 Selecting previously unselected package libldap-common. [2021-02-18T08:46:20.616Z] #26 9.709 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T08:46:20.616Z] #26 9.713 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:20.616Z] #26 9.764 Selecting previously unselected package libldap-2.4-2:arm64. [2021-02-18T08:46:20.616Z] #26 9.765 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_arm64.deb ... [2021-02-18T08:46:20.616Z] #26 9.770 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:20.616Z] #26 9.952 Selecting previously unselected package openssl. [2021-02-18T08:46:20.616Z] #26 9.953 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_arm64.deb ... [2021-02-18T08:46:20.616Z] #26 9.958 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:20.616Z] #26 10.10 Selecting previously unselected package ca-certificates. [2021-02-18T08:46:20.616Z] #26 10.10 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T08:46:20.701Z] #42 12.19 DEP images/signalfd.pb-c.d [2021-02-18T08:46:20.701Z] #42 12.27 PBCC images/fh.pb-c.c [2021-02-18T08:46:20.701Z] #42 12.37 PBCC images/fsnotify.pb-c.c [2021-02-18T08:46:20.701Z] #42 12.43 DEP images/fh.pb-c.d [2021-02-18T08:46:20.701Z] #42 12.47 DEP images/fsnotify.pb-c.d [2021-02-18T08:46:20.738Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-18T08:46:20.739Z] #9 DONE 22.4s [2021-02-18T08:46:20.739Z] [2021-02-18T08:46:20.739Z] #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-18T08:46:20.739Z] #28 sha256:f239a95a0f7d0de4ebe189aa0bb434165ae01f55132428038567d611b82a6189 [2021-02-18T08:46:20.876Z] #26 10.10 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:20.876Z] #26 10.27 Selecting previously unselected package libkeyutils1:arm64. [2021-02-18T08:46:20.876Z] #26 10.27 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2021-02-18T08:46:20.876Z] #26 10.28 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-02-18T08:46:20.876Z] #26 10.35 Selecting previously unselected package libkrb5support0:arm64. [2021-02-18T08:46:20.876Z] #26 10.35 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-02-18T08:46:20.876Z] #26 10.36 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-02-18T08:46:20.963Z] #42 12.53 PBCC images/eventpoll.pb-c.c [2021-02-18T08:46:20.963Z] #42 12.60 DEP images/eventpoll.pb-c.d [2021-02-18T08:46:20.963Z] #42 12.67 PBCC images/eventfd.pb-c.c [2021-02-18T08:46:20.963Z] #42 12.69 DEP images/eventfd.pb-c.d [2021-02-18T08:46:20.963Z] #42 12.71 PBCC images/remap-file-path.pb-c.c [2021-02-18T08:46:21.154Z] #26 10.49 Selecting previously unselected package libk5crypto3:arm64. [2021-02-18T08:46:21.223Z] #42 12.74 DEP images/remap-file-path.pb-c.d [2021-02-18T08:46:21.223Z] #42 12.79 PBCC images/fifo.pb-c.c [2021-02-18T08:46:21.223Z] #42 12.83 DEP images/fifo.pb-c.d [2021-02-18T08:46:21.223Z] #42 12.87 PBCC images/ghost-file.pb-c.c [2021-02-18T08:46:21.223Z] #42 12.90 DEP images/ghost-file.pb-c.d [2021-02-18T08:46:21.314Z] #28 ... [2021-02-18T08:46:21.314Z] [2021-02-18T08:46:21.314Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T08:46:21.314Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T08:46:21.314Z] #10 DONE 0.5s [2021-02-18T08:46:21.320Z] #52 ... [2021-02-18T08:46:21.320Z] [2021-02-18T08:46:21.320Z] #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-18T08:46:21.320Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:46:21.320Z] #44 109.3 mime/multipart [2021-02-18T08:46:21.320Z] #44 111.5 crypto/tls [2021-02-18T08:46:21.320Z] #44 118.1 net/http/httptrace [2021-02-18T08:46:21.320Z] #44 118.5 net/http [2021-02-18T08:46:21.320Z] #44 ... [2021-02-18T08:46:21.320Z] [2021-02-18T08:46:21.320Z] #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-18T08:46:21.320Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T08:46:21.417Z] #26 10.49 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-02-18T08:46:21.417Z] #26 10.50 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-02-18T08:46:21.482Z] #42 13.00 PBCC images/regfile.pb-c.c [2021-02-18T08:46:21.482Z] #42 13.03 DEP images/regfile.pb-c.d [2021-02-18T08:46:21.482Z] #42 13.07 PBCC images/ns.pb-c.c [2021-02-18T08:46:21.482Z] #42 13.09 DEP images/ns.pb-c.d [2021-02-18T08:46:21.482Z] #42 13.12 PBCC images/fdinfo.pb-c.c [2021-02-18T08:46:21.482Z] #42 13.19 DEP images/fdinfo.pb-c.d [2021-02-18T08:46:21.575Z] [2021-02-18T08:46:21.575Z] #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-18T08:46:21.575Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T08:46:21.724Z] #26 11.06 Selecting previously unselected package libkrb5-3:arm64. [2021-02-18T08:46:21.724Z] #26 11.06 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-02-18T08:46:21.742Z] #42 13.27 PBCC images/core-aarch64.pb-c.c [2021-02-18T08:46:21.742Z] #42 13.33 PBCC images/core-arm.pb-c.c [2021-02-18T08:46:21.742Z] #42 13.38 PBCC images/core-ppc64.pb-c.c [2021-02-18T08:46:21.742Z] #42 13.43 PBCC images/core-s390.pb-c.c [2021-02-18T08:46:21.885Z] #14 DONE 1.3s [2021-02-18T08:46:21.885Z] [2021-02-18T08:46:21.885Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T08:46:21.885Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T08:46:22.002Z] #42 13.48 PBCC images/core-x86.pb-c.c [2021-02-18T08:46:22.002Z] #42 13.52 PBCC images/core.pb-c.c [2021-02-18T08:46:22.002Z] #42 13.60 PBCC images/inventory.pb-c.c [2021-02-18T08:46:22.002Z] #42 13.66 DEP images/core-aarch64.pb-c.d [2021-02-18T08:46:22.002Z] #42 13.72 DEP images/core-arm.pb-c.d [2021-02-18T08:46:22.055Z] #26 11.40 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-02-18T08:46:22.143Z] #11 DONE 0.8s [2021-02-18T08:46:22.143Z] [2021-02-18T08:46:22.144Z] #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-18T08:46:22.144Z] #28 sha256:f239a95a0f7d0de4ebe189aa0bb434165ae01f55132428038567d611b82a6189 [2021-02-18T08:46:22.144Z] #28 1.232 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T08:46:22.144Z] #28 1.318 [2021-02-18T08:46:22.264Z] #42 13.76 DEP images/core-ppc64.pb-c.d [2021-02-18T08:46:22.264Z] #42 13.85 DEP images/core-s390.pb-c.d [2021-02-18T08:46:22.264Z] #42 13.90 DEP images/core-x86.pb-c.d [2021-02-18T08:46:22.264Z] #42 13.96 DEP images/core.pb-c.d [2021-02-18T08:46:22.524Z] #42 13.99 DEP images/inventory.pb-c.d [2021-02-18T08:46:22.524Z] #42 14.05 PBCC images/cpuinfo.pb-c.c [2021-02-18T08:46:22.524Z] #42 14.08 DEP images/cpuinfo.pb-c.d [2021-02-18T08:46:22.524Z] #42 14.15 PBCC images/stats.pb-c.c [2021-02-18T08:46:22.524Z] #42 14.18 DEP images/stats.pb-c.d [2021-02-18T08:46:22.667Z] #28 1.441 ############ 17.1% ########################## 37.3% ######################################### 57.0% ################################################## 70.8% ######################################################################## 100.0% [2021-02-18T08:46:22.667Z] #28 2.070 [2021-02-18T08:46:22.815Z] #15 1.008 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T08:46:22.815Z] #15 DONE 1.1s [2021-02-18T08:46:22.815Z] [2021-02-18T08:46:22.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-18T08:46:22.815Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:22.815Z] #42 50.43 CC compel/src/lib/ptrace.o [2021-02-18T08:46:22.815Z] #42 51.02 AR compel/libcompel.a [2021-02-18T08:46:22.815Z] #42 51.11 HOSTCC compel/src/main-host.o [2021-02-18T08:46:22.815Z] #42 51.48 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-18T08:46:22.815Z] #42 51.64 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T08:46:22.926Z] #28 2.181 ##################################################################### 96.1% ######################################################################## 100.0% [2021-02-18T08:46:22.926Z] #28 2.252 [2021-02-18T08:46:22.926Z] [2021-02-18T08:46:22.926Z] #28 ... [2021-02-18T08:46:22.926Z] [2021-02-18T08:46:22.926Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T08:46:22.926Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T08:46:22.926Z] #38 DONE 0.6s [2021-02-18T08:46:22.926Z] [2021-02-18T08:46:22.926Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T08:46:22.926Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T08:46:22.926Z] #30 DONE 0.6s [2021-02-18T08:46:22.926Z] [2021-02-18T08:46:22.926Z] #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-18T08:46:22.926Z] #28 sha256:f239a95a0f7d0de4ebe189aa0bb434165ae01f55132428038567d611b82a6189 [2021-02-18T08:46:23.189Z] #28 2.401 ###################################### 54.2% ######################################################################## 100.0% [2021-02-18T08:46:23.189Z] #28 2.494 [2021-02-18T08:46:23.379Z] #42 52.22 HOSTCC compel/src/lib/log-host.o [2021-02-18T08:46:23.439Z] #26 12.41 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-02-18T08:46:23.439Z] #26 12.41 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-02-18T08:46:23.439Z] #26 12.44 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-02-18T08:46:23.636Z] #42 52.61 HOSTLINK compel/compel-host-bin [2021-02-18T08:46:23.707Z] #28 2.607 ### 4.3% ############### 21.7% ########################### 38.5% ##################################### 52.4% ################################################## 69.7% ############################################################### 88.8% ######################################################################## 100.0% [2021-02-18T08:46:23.774Z] #40 ... [2021-02-18T08:46:23.774Z] [2021-02-18T08:46:23.774Z] #34 [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-18T08:46:23.774Z] #34 sha256:1098fb4aece283f2375880578c3b4fc50756ec425d5b74bae23216eabea02b0e [2021-02-18T08:46:23.774Z] #34 0.617 + RM_GOPATH=0 [2021-02-18T08:46:23.774Z] #34 0.617 + TMP_GOPATH= [2021-02-18T08:46:23.774Z] #34 0.618 + : /build [2021-02-18T08:46:23.774Z] #34 0.618 + '[' -z '' ']' [2021-02-18T08:46:23.774Z] #34 0.619 ++ mktemp -d [2021-02-18T08:46:23.774Z] #34 0.620 + export GOPATH=/tmp/tmp.WE4IILgFnt [2021-02-18T08:46:23.775Z] #34 0.620 + GOPATH=/tmp/tmp.WE4IILgFnt [2021-02-18T08:46:23.775Z] #34 0.620 + RM_GOPATH=1 [2021-02-18T08:46:23.775Z] #34 0.620 + case "$(go env GOARCH)" in [2021-02-18T08:46:23.775Z] #34 0.621 ++ go env GOARCH [2021-02-18T08:46:23.775Z] #34 0.627 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:23.775Z] #34 0.627 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:23.775Z] #34 0.628 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:23.775Z] #34 0.629 + dir=/tmp/install [2021-02-18T08:46:23.775Z] #34 0.630 + bin=tomlv [2021-02-18T08:46:23.775Z] #34 0.630 + shift [2021-02-18T08:46:23.775Z] #34 0.630 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T08:46:23.775Z] #34 0.630 + . /tmp/install/tomlv.installer [2021-02-18T08:46:23.775Z] #34 0.630 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:23.775Z] #34 0.631 + install_tomlv [2021-02-18T08:46:23.775Z] #34 0.631 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T08:46:23.775Z] #34 0.631 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:23.775Z] #34 0.631 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.WE4IILgFnt/src/github.com/BurntSushi/toml [2021-02-18T08:46:23.775Z] #34 0.633 Cloning into '/tmp/tmp.WE4IILgFnt/src/github.com/BurntSushi/toml'... [2021-02-18T08:46:23.775Z] #34 1.584 + cd /tmp/tmp.WE4IILgFnt/src/github.com/BurntSushi/toml [2021-02-18T08:46:23.775Z] #34 1.585 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:23.775Z] #34 1.622 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:46:23.775Z] #34 2.167 runtime/internal/atomic [2021-02-18T08:46:23.775Z] #34 2.215 internal/cpu [2021-02-18T08:46:23.775Z] #34 2.232 math/bits [2021-02-18T08:46:23.775Z] #34 2.252 runtime/internal/sys [2021-02-18T08:46:23.775Z] #34 2.652 unicode/utf8 [2021-02-18T08:46:23.775Z] #34 2.825 runtime/internal/math [2021-02-18T08:46:23.775Z] #34 3.112 internal/race [2021-02-18T08:46:23.775Z] #34 3.269 sync/atomic [2021-02-18T08:46:23.775Z] #34 3.400 internal/bytealg [2021-02-18T08:46:23.775Z] #34 3.911 math [2021-02-18T08:46:23.775Z] #34 4.066 unicode [2021-02-18T08:46:23.775Z] #34 4.468 internal/testlog [2021-02-18T08:46:23.775Z] #34 5.041 runtime [2021-02-18T08:46:23.775Z] #34 5.159 encoding [2021-02-18T08:46:23.775Z] #34 5.461 runtime/cgo [2021-02-18T08:46:23.775Z] #34 ... [2021-02-18T08:46:23.775Z] [2021-02-18T08:46:23.775Z] #47 [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-18T08:46:23.775Z] #47 sha256:fc5812e857dc17d2b9aae651f9cc292c51561f08557893387a90d4a5e72d341b [2021-02-18T08:46:23.775Z] #47 0.826 + RM_GOPATH=0 [2021-02-18T08:46:23.775Z] #47 0.826 + TMP_GOPATH= [2021-02-18T08:46:23.775Z] #47 0.826 + : /build [2021-02-18T08:46:23.775Z] #47 0.826 + '[' -z '' ']' [2021-02-18T08:46:23.775Z] #47 0.827 ++ mktemp -d [2021-02-18T08:46:23.775Z] #47 0.829 + export GOPATH=/tmp/tmp.8M7H7JUlG7 [2021-02-18T08:46:23.775Z] #47 0.829 + GOPATH=/tmp/tmp.8M7H7JUlG7 [2021-02-18T08:46:23.775Z] #47 0.829 + RM_GOPATH=1 [2021-02-18T08:46:23.775Z] #47 0.829 + case "$(go env GOARCH)" in [2021-02-18T08:46:23.775Z] #47 0.830 ++ go env GOARCH [2021-02-18T08:46:23.775Z] #47 0.854 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:23.775Z] #47 0.854 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:23.775Z] #47 0.855 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:23.775Z] #47 0.856 + dir=/tmp/install [2021-02-18T08:46:23.775Z] #47 0.857 + bin=gotestsum [2021-02-18T08:46:23.775Z] #47 0.857 + shift [2021-02-18T08:46:23.775Z] #47 0.859 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T08:46:23.775Z] #47 0.859 + . /tmp/install/gotestsum.installer [2021-02-18T08:46:23.775Z] #47 0.859 ++ : v0.5.3 [2021-02-18T08:46:23.775Z] #47 0.859 + install_gotestsum [2021-02-18T08:46:23.775Z] #47 0.863 + set -e [2021-02-18T08:46:23.775Z] #47 0.867 + export GO111MODULE=on [2021-02-18T08:46:23.775Z] #47 0.867 + GO111MODULE=on [2021-02-18T08:46:23.775Z] #47 0.867 + GOBIN=/build [2021-02-18T08:46:23.775Z] #47 0.868 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T08:46:23.775Z] #47 1.098 go: finding gotest.tools v0.5.3 [2021-02-18T08:46:23.775Z] #47 1.098 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:23.775Z] #47 2.040 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:23.775Z] #47 3.435 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:23.775Z] #47 5.043 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:23.775Z] #47 5.046 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:23.775Z] #47 5.051 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:23.775Z] #47 5.062 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T08:46:23.775Z] #47 5.067 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:23.775Z] #47 5.102 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T08:46:23.775Z] #47 5.253 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:23.775Z] #47 5.371 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:23.775Z] #47 5.418 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:23.775Z] #47 5.467 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T08:46:23.775Z] #47 5.478 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:23.775Z] #47 5.533 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:23.775Z] #47 5.588 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:23.775Z] #47 5.622 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T08:46:23.775Z] #47 5.623 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:23.775Z] #47 5.669 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:23.775Z] #47 5.670 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:23.893Z] #42 52.77 DEP soccr/soccr.d [2021-02-18T08:46:23.972Z] #28 3.404 [2021-02-18T08:46:24.136Z] #63 ... [2021-02-18T08:46:24.136Z] [2021-02-18T08:46:24.136Z] #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-18T08:46:24.136Z] #50 sha256:c335799dfa887c70b50559315f8a31932b00b17642be535753be1d2bcd68181e [2021-02-18T08:46:24.136Z] #50 23.91 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:24.136Z] #50 24.13 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:24.136Z] #50 24.32 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:24.136Z] #50 24.37 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:24.136Z] #50 25.27 runtime/cgo [2021-02-18T08:46:24.136Z] #50 25.36 runtime [2021-02-18T08:46:24.136Z] #50 ... [2021-02-18T08:46:24.136Z] [2021-02-18T08:46:24.136Z] #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-18T08:46:24.136Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:24.136Z] #48 28.66 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:24.136Z] #48 28.66 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:24.136Z] #48 28.66 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:24.136Z] #48 28.67 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:24.136Z] #48 28.67 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:24.136Z] #48 28.67 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:24.136Z] #48 28.71 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:24.136Z] #48 28.73 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:24.136Z] #48 28.76 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:24.136Z] #48 28.86 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:24.136Z] #48 28.87 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:24.136Z] #48 28.91 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:24.136Z] #48 28.98 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:24.136Z] #48 29.04 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:24.136Z] #48 29.04 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:24.136Z] #48 29.09 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:24.136Z] #48 29.21 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:24.136Z] #48 29.22 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:24.136Z] #48 29.30 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:24.136Z] #48 29.30 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:24.136Z] #48 29.39 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:24.136Z] #48 29.39 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:24.136Z] #48 29.44 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:24.136Z] #48 29.61 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:24.136Z] #48 29.61 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:24.136Z] #48 29.64 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:24.136Z] #48 29.78 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:24.136Z] #48 29.87 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:24.136Z] #48 29.90 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:24.136Z] #48 29.97 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:24.136Z] #48 30.04 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:24.136Z] #48 30.06 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:24.136Z] #48 30.07 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:24.136Z] #48 30.26 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:24.136Z] #48 30.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:24.136Z] #48 30.31 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:24.136Z] #48 30.47 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:24.136Z] #48 30.47 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:24.136Z] #48 30.59 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:24.136Z] #48 30.73 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:24.136Z] #48 30.80 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:24.136Z] #48 30.80 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:46:24.136Z] #48 30.80 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:24.136Z] #48 30.81 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:24.136Z] #48 30.93 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:24.136Z] #48 30.94 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:24.136Z] #48 30.96 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:24.136Z] #48 31.00 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:24.136Z] #48 31.05 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:24.136Z] #48 31.18 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:24.136Z] #48 31.19 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:24.136Z] #48 31.28 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:46:24.136Z] #48 31.28 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:24.136Z] #48 31.30 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:46:24.136Z] #48 31.38 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:24.136Z] #48 31.40 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T08:46:24.136Z] #48 31.42 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:24.136Z] #48 31.52 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:24.136Z] #48 31.52 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:24.136Z] #48 31.59 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:24.136Z] #48 31.80 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:46:24.136Z] #48 32.00 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:24.136Z] #48 32.32 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:24.136Z] #48 32.41 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:24.136Z] #48 32.72 go: extracting golang.org/x/text v0.3.2 [2021-02-18T08:46:24.136Z] #48 32.80 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:24.136Z] #48 32.81 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:24.136Z] #48 33.40 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:24.136Z] #48 33.78 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:46:24.136Z] #48 33.98 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:24.150Z] #42 ... [2021-02-18T08:46:24.150Z] [2021-02-18T08:46:24.150Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T08:46:24.150Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T08:46:24.150Z] #16 DONE 1.2s [2021-02-18T08:46:24.150Z] [2021-02-18T08:46:24.150Z] #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-18T08:46:24.150Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:24.150Z] #42 52.96 CC soccr/soccr.o [2021-02-18T08:46:24.150Z] #47 ... [2021-02-18T08:46:24.150Z] [2021-02-18T08:46:24.150Z] #29 [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-18T08:46:24.150Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:24.150Z] #29 3.267 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T08:46:24.150Z] #29 4.711 [2021-02-18T08:46:24.380Z] #26 13.74 Selecting previously unselected package libnghttp2-14:arm64. [2021-02-18T08:46:24.380Z] #26 13.74 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-02-18T08:46:24.380Z] #26 13.75 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-02-18T08:46:24.380Z] #26 13.82 Selecting previously unselected package libpsl5:arm64. [2021-02-18T08:46:24.380Z] #26 13.82 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-02-18T08:46:24.380Z] #26 13.83 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-02-18T08:46:24.380Z] #26 13.89 Selecting previously unselected package librtmp1:arm64. [2021-02-18T08:46:24.398Z] #48 34.23 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:24.398Z] #48 ... [2021-02-18T08:46:24.398Z] [2021-02-18T08:46:24.398Z] #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-18T08:46:24.398Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:24.398Z] #12 24.16 Fetched 8422 kB in 19s (453 kB/s) [2021-02-18T08:46:24.398Z] #12 24.16 Reading package lists... [2021-02-18T08:46:24.398Z] #12 30.77 Reading package lists... [2021-02-18T08:46:24.398Z] #12 ... [2021-02-18T08:46:24.398Z] [2021-02-18T08:46:24.398Z] #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-18T08:46:24.398Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:46:24.398Z] #39 24.08 Checking out files: 86% (1455/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-18T08:46:24.398Z] #39 24.35 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T08:46:24.398Z] #39 26.57 + 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-18T08:46:24.431Z] #42 15.68 make[1]: Nothing to be done for 'all'. [2021-02-18T08:46:24.642Z] #26 13.90 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-02-18T08:46:24.642Z] #26 13.91 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:46:24.642Z] #26 14.03 Selecting previously unselected package libssh2-1:arm64. [2021-02-18T08:46:24.642Z] #26 ... [2021-02-18T08:46:24.642Z] [2021-02-18T08:46:24.642Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T08:46:24.642Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-18T08:46:24.642Z] #10 DONE 4.6s [2021-02-18T08:46:24.642Z] [2021-02-18T08:46:24.642Z] #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-18T08:46:24.642Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T08:46:24.642Z] #26 14.03 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-02-18T08:46:24.642Z] #26 14.04 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-02-18T08:46:24.642Z] #26 14.09 Selecting previously unselected package libcurl4:arm64. [2021-02-18T08:46:24.642Z] #26 14.09 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2021-02-18T08:46:24.642Z] #26 14.10 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-02-18T08:46:24.642Z] #26 ... [2021-02-18T08:46:24.642Z] [2021-02-18T08:46:24.642Z] #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-18T08:46:24.642Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-02-18T08:46:24.660Z] #39 ... [2021-02-18T08:46:24.660Z] [2021-02-18T08:46:24.660Z] #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-18T08:46:24.660Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:24.660Z] #48 34.55 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:24.922Z] #48 34.83 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:24.922Z] #48 34.97 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:46:25.084Z] #42 ... [2021-02-18T08:46:25.084Z] [2021-02-18T08:46:25.084Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T08:46:25.084Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T08:46:25.084Z] #17 DONE 1.1s [2021-02-18T08:46:25.341Z] [2021-02-18T08:46:25.341Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T08:46:25.341Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T08:46:25.370Z] #42 17.15 CC images/stats.o [2021-02-18T08:46:25.495Z] #48 35.17 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:25.495Z] #48 35.34 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:46:25.495Z] #48 35.38 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:25.495Z] #48 ... [2021-02-18T08:46:25.495Z] [2021-02-18T08:46:25.495Z] #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-18T08:46:25.495Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:25.495Z] #41 25.37 Fetched 8422 kB in 19s (455 kB/s) [2021-02-18T08:46:25.495Z] #41 25.37 Reading package lists... [2021-02-18T08:46:25.495Z] #41 32.10 Reading package lists... [2021-02-18T08:46:25.495Z] #41 ... [2021-02-18T08:46:25.495Z] [2021-02-18T08:46:25.495Z] #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-18T08:46:25.495Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:25.495Z] #48 35.50 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:25.629Z] #42 ... [2021-02-18T08:46:25.629Z] [2021-02-18T08:46:25.629Z] #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-18T08:46:25.629Z] #55 sha256:058273f5a3956e07f30cfc63590bb0e78017b66eb0ddf043399b28b5f047189c [2021-02-18T08:46:25.657Z] #11 DONE 0.9s [2021-02-18T08:46:25.657Z] [2021-02-18T08:46:25.657Z] #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-18T08:46:25.657Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T08:46:25.657Z] #26 14.24 Selecting previously unselected package curl. [2021-02-18T08:46:25.657Z] #26 14.24 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2021-02-18T08:46:25.657Z] #26 14.24 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T08:46:25.657Z] #26 14.32 Selecting previously unselected package libonig5:arm64. [2021-02-18T08:46:25.657Z] #26 14.32 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-02-18T08:46:25.657Z] #26 14.32 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-02-18T08:46:25.657Z] #26 14.46 Selecting previously unselected package libjq1:arm64. [2021-02-18T08:46:25.657Z] #26 14.46 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-02-18T08:46:25.657Z] #26 14.47 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-18T08:46:25.657Z] #26 14.51 Selecting previously unselected package jq. [2021-02-18T08:46:25.657Z] #26 14.51 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-02-18T08:46:25.657Z] #26 14.52 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:46:25.657Z] #26 14.57 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-02-18T08:46:25.657Z] #26 14.58 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-02-18T08:46:25.657Z] #26 14.60 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:25.657Z] #26 14.87 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-02-18T08:46:25.657Z] #26 14.88 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:25.657Z] #26 14.90 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-02-18T08:46:25.657Z] #26 14.92 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:25.657Z] #26 14.93 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T08:46:25.657Z] #26 14.95 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-02-18T08:46:25.657Z] #26 14.96 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T08:46:25.657Z] #26 14.98 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-02-18T08:46:25.657Z] #26 ... [2021-02-18T08:46:25.657Z] [2021-02-18T08:46:25.657Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T08:46:25.657Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-02-18T08:46:25.657Z] #38 DONE 0.2s [2021-02-18T08:46:25.657Z] [2021-02-18T08:46:25.657Z] #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-18T08:46:25.657Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T08:46:25.657Z] #26 14.99 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-02-18T08:46:25.657Z] #26 15.01 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T08:46:25.657Z] #26 15.03 Setting up libonig5:arm64 (6.9.1-1) ... [2021-02-18T08:46:25.657Z] #26 15.04 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-18T08:46:25.657Z] #26 15.06 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T08:46:25.657Z] #26 15.07 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:25.758Z] #48 35.54 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:25.758Z] #48 ... [2021-02-18T08:46:25.758Z] [2021-02-18T08:46:25.758Z] #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-18T08:46:25.758Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:25.758Z] #35 25.68 Fetched 8422 kB in 19s (450 kB/s) [2021-02-18T08:46:25.758Z] #35 25.68 Reading package lists... [2021-02-18T08:46:25.924Z] #26 ... [2021-02-18T08:46:25.924Z] [2021-02-18T08:46:25.924Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T08:46:25.924Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-02-18T08:46:25.924Z] #30 DONE 0.3s [2021-02-18T08:46:26.019Z] #35 32.65 Reading package lists... [2021-02-18T08:46:26.019Z] #35 ... [2021-02-18T08:46:26.019Z] [2021-02-18T08:46:26.019Z] #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-18T08:46:26.019Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:46:26.019Z] #54 26.02 Fetched 8422 kB in 19s (439 kB/s) [2021-02-18T08:46:26.019Z] #54 26.02 Reading package lists... [2021-02-18T08:46:26.053Z] #28 3.551 # 2.3% #### 6.7% ######## 11.6% ########### 16.6% ################# 24.6% ##################### 30.2% ######################### 35.6% ############################# 40.7% ################################# 46.5% ##################################### 51.7% ######################################## 56.9% ############################################ 62.1% ################################################ 67.3% ################################################# 68.7% ##################################################### 73.8% ######################################################### 79.8% ############################################################# 85.8% ################################################################## 91.9% ###################################################################### 98.5% ######################################################################## 100.0% [2021-02-18T08:46:26.053Z] #28 5.451 [2021-02-18T08:46:26.194Z] [2021-02-18T08:46:26.194Z] #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-18T08:46:26.194Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-18T08:46:26.272Z] #18 DONE 1.1s [2021-02-18T08:46:26.272Z] [2021-02-18T08:46:26.272Z] #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-18T08:46:26.272Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:46:26.312Z] #28 5.824 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T08:46:26.575Z] #28 5.921 [2021-02-18T08:46:26.835Z] #28 6.138 ########### 16.5% ######################################################################## 100.0% [2021-02-18T08:46:26.835Z] #28 6.246 [2021-02-18T08:46:26.930Z] #55 43.50 Checking out files: 48% (1842/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: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 89% (3358/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-18T08:46:27.189Z] #55 44.99 + cd /tmp/tmp.j99vIohVYr/src/github.com/containerd/containerd [2021-02-18T08:46:27.189Z] #55 45.00 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:46:27.404Z] #28 6.736 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T08:46:27.404Z] #28 6.839 [2021-02-18T08:46:27.404Z] #28 6.935 ######################################################################## 100.0% [2021-02-18T08:46:27.404Z] #28 6.968 [2021-02-18T08:46:27.409Z] #54 33.02 Reading package lists... [2021-02-18T08:46:27.410Z] #54 ... [2021-02-18T08:46:27.410Z] [2021-02-18T08:46:27.410Z] #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-18T08:46:27.410Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:27.410Z] #48 37.21 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:46:27.974Z] #28 7.301 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T08:46:27.974Z] #28 7.407 [2021-02-18T08:46:28.024Z] #29 5.020 #=#=# 0.0% 0.2% 0.7% 1.2% # 1.7% # 2.0% # 2.5% ## 3.0% ## 3.4% ## 4.0% ### 4.6% ### 5.4% #### 6.5% ##### 8.1% ###### 9.6% ######## 11.5% ########## 14.3% ############ 16.9% ############# 19.1% ############### 22.1% ################# 24.5% ################### 26.6% ##################### 29.5% ######################## 33.8% ########################## 36.7% ############################## 42.2% ################################# 46.7% ##################################### 51.8% ######################################### 57.8% ############################################## 64.0% ################################################### 71.8% ####################################################### 76.5% ########################################################## 81.9% ############################################################# 85.1% ################################################################# 91.0% ################################################################### 93.8% ### [2021-02-18T08:46:28.024Z] #29 ... [2021-02-18T08:46:28.024Z] [2021-02-18T08:46:28.024Z] #36 [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-18T08:46:28.024Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-18T08:46:28.024Z] #36 0.530 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:28.024Z] #36 0.558 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:28.024Z] #36 0.572 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:28.024Z] #36 0.758 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-18T08:46:28.024Z] #36 2.422 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-18T08:46:28.024Z] #36 4.553 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-18T08:46:28.024Z] #36 ... [2021-02-18T08:46:28.024Z] [2021-02-18T08:46:28.024Z] #32 [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-18T08:46:28.024Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-18T08:46:28.024Z] #32 0.397 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T08:46:28.024Z] #32 0.400 Cloning into '.'... [2021-02-18T08:46:28.125Z] #55 ... [2021-02-18T08:46:28.125Z] [2021-02-18T08:46:28.125Z] #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-18T08:46:28.125Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:46:28.125Z] #44 83.66 go/parser [2021-02-18T08:46:28.125Z] #44 84.71 text/template [2021-02-18T08:46:28.125Z] #44 86.80 encoding/xml [2021-02-18T08:46:28.125Z] #44 89.46 go/doc [2021-02-18T08:46:28.125Z] #44 92.29 github.com/LK4D4/vndr/versioned [2021-02-18T08:46:28.125Z] #44 92.38 compress/flate [2021-02-18T08:46:28.125Z] #44 92.54 github.com/LK4D4/vndr/build [2021-02-18T08:46:28.161Z] #19 1.578 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:28.161Z] #19 1.627 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:28.161Z] #19 1.637 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:28.325Z] #32 ... [2021-02-18T08:46:28.325Z] [2021-02-18T08:46:28.325Z] #55 [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-18T08:46:28.325Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-18T08:46:28.325Z] #55 1.137 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:28.325Z] #55 1.235 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:28.325Z] #55 1.236 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:28.325Z] #55 2.740 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-18T08:46:28.325Z] #55 5.529 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-18T08:46:28.325Z] #55 5.627 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-18T08:46:28.325Z] #55 ... [2021-02-18T08:46:28.325Z] [2021-02-18T08:46:28.325Z] #24 [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-18T08:46:28.325Z] #24 sha256:c8f512e46e54631fb838430615f8ae14f18aa90aed4e9128cd29abf375f5bd48 [2021-02-18T08:46:28.325Z] #24 0.838 + RM_GOPATH=0 [2021-02-18T08:46:28.325Z] #24 0.846 + TMP_GOPATH= [2021-02-18T08:46:28.325Z] #24 0.846 + : /build [2021-02-18T08:46:28.325Z] #24 0.846 + '[' -z '' ']' [2021-02-18T08:46:28.325Z] #24 0.868 ++ mktemp -d [2021-02-18T08:46:28.325Z] #24 0.879 + export GOPATH=/tmp/tmp.mic6lOLEu8 [2021-02-18T08:46:28.325Z] #24 0.882 + GOPATH=/tmp/tmp.mic6lOLEu8 [2021-02-18T08:46:28.325Z] #24 0.890 + RM_GOPATH=1 [2021-02-18T08:46:28.325Z] #24 0.890 + case "$(go env GOARCH)" in [2021-02-18T08:46:28.325Z] #24 0.892 ++ go env GOARCH [2021-02-18T08:46:28.325Z] #24 0.956 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.325Z] #24 0.956 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.325Z] #24 0.958 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:28.325Z] #24 0.964 + dir=/tmp/install [2021-02-18T08:46:28.325Z] #24 0.972 + bin=dockercli [2021-02-18T08:46:28.325Z] #24 0.973 + shift [2021-02-18T08:46:28.325Z] #24 0.978 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T08:46:28.325Z] #24 0.978 + . /tmp/install/dockercli.installer [2021-02-18T08:46:28.325Z] #24 0.979 ++ : stable [2021-02-18T08:46:28.325Z] #24 0.979 ++ : 17.06.2-ce [2021-02-18T08:46:28.325Z] #24 0.983 + install_dockercli [2021-02-18T08:46:28.325Z] #24 0.984 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T08:46:28.325Z] #24 0.985 Install docker/cli version 17.06.2-ce from stable [2021-02-18T08:46:28.325Z] #24 0.988 ++ uname -m [2021-02-18T08:46:28.325Z] #24 0.992 + arch=ppc64le [2021-02-18T08:46:28.325Z] #24 1.010 + '[' ppc64le '!=' x86_64 ']' [2021-02-18T08:46:28.325Z] #24 1.010 + '[' ppc64le '!=' s390x ']' [2021-02-18T08:46:28.325Z] #24 1.011 + '[' ppc64le '!=' armhf ']' [2021-02-18T08:46:28.325Z] #24 1.011 + build_dockercli [2021-02-18T08:46:28.325Z] #24 1.011 + git clone https://github.com/docker/docker-ce /tmp/tmp.mic6lOLEu8/tmp/docker-ce [2021-02-18T08:46:28.325Z] #24 1.014 Cloning into '/tmp/tmp.mic6lOLEu8/tmp/docker-ce'... [2021-02-18T08:46:28.355Z] #48 ... [2021-02-18T08:46:28.355Z] [2021-02-18T08:46:28.355Z] #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-18T08:46:28.355Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:46:28.355Z] #44 28.32 vendor/golang.org/x/crypto/internal/subtle [2021-02-18T08:46:28.355Z] #44 28.51 vendor/golang.org/x/crypto/curve25519 [2021-02-18T08:46:28.384Z] #44 ... [2021-02-18T08:46:28.384Z] [2021-02-18T08:46:28.384Z] #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-18T08:46:28.384Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:46:28.384Z] #50 83.66 golang.org/x/crypto/ssh/terminal [2021-02-18T08:46:28.384Z] #50 84.96 mvdan.cc/editorconfig [2021-02-18T08:46:28.384Z] #50 85.68 mvdan.cc/sh/v3/fileutil [2021-02-18T08:46:28.384Z] #50 85.87 mvdan.cc/sh/v3/syntax [2021-02-18T08:46:28.384Z] #50 92.07 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T08:46:28.384Z] #50 ... [2021-02-18T08:46:28.384Z] [2021-02-18T08:46:28.384Z] #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-18T08:46:28.384Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:28.384Z] #42 17.58 CC images/core.o [2021-02-18T08:46:28.384Z] #42 18.18 CC images/core-x86.o [2021-02-18T08:46:28.384Z] #42 18.75 CC images/core-arm.o [2021-02-18T08:46:28.384Z] #42 19.09 CC images/core-aarch64.o [2021-02-18T08:46:28.384Z] #42 19.49 CC images/core-ppc64.o [2021-02-18T08:46:28.617Z] #44 ... [2021-02-18T08:46:28.617Z] [2021-02-18T08:46:28.617Z] #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-18T08:46:28.617Z] #33 sha256:2ae7600ef3d12fa32783909ed6f115a836b8ea5c3c0c4e3149997f7adc46404e [2021-02-18T08:46:28.617Z] #33 38.22 internal/reflectlite [2021-02-18T08:46:28.617Z] #33 38.22 sync [2021-02-18T08:46:28.627Z] #24 ... [2021-02-18T08:46:28.627Z] [2021-02-18T08:46:28.627Z] #49 [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-18T08:46:28.627Z] #49 sha256:65998cb32dd4be589f9ebfc7fd49fac956c872edbec9be7020fac64d1f0288d8 [2021-02-18T08:46:28.627Z] #49 0.828 + RM_GOPATH=0 [2021-02-18T08:46:28.627Z] #49 0.829 + TMP_GOPATH= [2021-02-18T08:46:28.627Z] #49 0.829 + : /build [2021-02-18T08:46:28.627Z] #49 0.829 + '[' -z '' ']' [2021-02-18T08:46:28.627Z] #49 0.831 ++ mktemp -d [2021-02-18T08:46:28.627Z] #49 0.833 + export GOPATH=/tmp/tmp.HzKjqeBO5L [2021-02-18T08:46:28.627Z] #49 0.840 + GOPATH=/tmp/tmp.HzKjqeBO5L [2021-02-18T08:46:28.627Z] #49 0.843 + RM_GOPATH=1 [2021-02-18T08:46:28.627Z] #49 0.849 + case "$(go env GOARCH)" in [2021-02-18T08:46:28.627Z] #49 0.855 ++ go env GOARCH [2021-02-18T08:46:28.627Z] #49 0.866 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.627Z] #49 0.870 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.627Z] #49 0.899 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:28.627Z] #49 0.902 + dir=/tmp/install [2021-02-18T08:46:28.627Z] #49 0.903 + bin=golangci_lint [2021-02-18T08:46:28.627Z] #49 0.903 + shift [2021-02-18T08:46:28.627Z] #49 0.903 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T08:46:28.627Z] #49 0.903 + . /tmp/install/golangci_lint.installer [2021-02-18T08:46:28.627Z] #49 0.903 ++ : v1.23.8 [2021-02-18T08:46:28.627Z] #49 0.903 + install_golangci_lint [2021-02-18T08:46:28.627Z] #49 0.903 + set -e [2021-02-18T08:46:28.627Z] #49 0.903 + export GO111MODULE=on [2021-02-18T08:46:28.627Z] #49 0.903 + GO111MODULE=on [2021-02-18T08:46:28.627Z] #49 0.903 + GOBIN=/build [2021-02-18T08:46:28.627Z] #49 0.903 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T08:46:28.627Z] #49 1.076 go: finding github.com v1.23.8 [2021-02-18T08:46:28.627Z] #49 1.084 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T08:46:28.627Z] #49 1.092 go: finding github.com/golangci v1.23.8 [2021-02-18T08:46:28.627Z] #49 1.097 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T08:46:28.627Z] #49 1.099 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:28.627Z] #49 2.350 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:28.627Z] #49 4.322 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:28.627Z] #49 ... [2021-02-18T08:46:28.627Z] [2021-02-18T08:46:28.627Z] #13 [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-18T08:46:28.627Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:46:28.627Z] #13 1.115 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:28.627Z] #13 1.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:28.627Z] #13 1.212 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:28.627Z] #13 2.677 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-18T08:46:28.627Z] #13 5.315 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-18T08:46:28.627Z] #13 5.790 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-18T08:46:28.627Z] #13 ... [2021-02-18T08:46:28.627Z] [2021-02-18T08:46:28.627Z] #58 [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-18T08:46:28.627Z] #58 sha256:6ad7d681cf06f38ddfca5d644172ce41dc0f8510e8e7f4b08beabbdba99401fc [2021-02-18T08:46:28.627Z] #58 0.841 + RM_GOPATH=0 [2021-02-18T08:46:28.627Z] #58 0.841 + TMP_GOPATH= [2021-02-18T08:46:28.627Z] #58 0.841 + : /build [2021-02-18T08:46:28.627Z] #58 0.841 + '[' -z '' ']' [2021-02-18T08:46:28.627Z] #58 0.845 ++ mktemp -d [2021-02-18T08:46:28.627Z] #58 0.849 + export GOPATH=/tmp/tmp.E0LR5J8bFg [2021-02-18T08:46:28.627Z] #58 0.849 + GOPATH=/tmp/tmp.E0LR5J8bFg [2021-02-18T08:46:28.627Z] #58 0.849 + RM_GOPATH=1 [2021-02-18T08:46:28.627Z] #58 0.849 + case "$(go env GOARCH)" in [2021-02-18T08:46:28.627Z] #58 0.849 ++ go env GOARCH [2021-02-18T08:46:28.627Z] #58 0.906 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.627Z] #58 0.906 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.627Z] #58 0.906 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:28.627Z] #58 0.912 + dir=/tmp/install [2021-02-18T08:46:28.627Z] #58 0.912 + bin=rootlesskit [2021-02-18T08:46:28.627Z] #58 0.912 + shift [2021-02-18T08:46:28.627Z] #58 0.913 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T08:46:28.627Z] #58 0.913 + . /tmp/install/rootlesskit.installer [2021-02-18T08:46:28.627Z] #58 0.913 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:28.627Z] #58 0.919 + install_rootlesskit [2021-02-18T08:46:28.627Z] #58 0.919 + case "$1" in [2021-02-18T08:46:28.627Z] #58 0.919 + export CGO_ENABLED=0 [2021-02-18T08:46:28.627Z] #58 0.919 + CGO_ENABLED=0 [2021-02-18T08:46:28.627Z] #58 0.919 + _install_rootlesskit [2021-02-18T08:46:28.627Z] #58 0.919 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T08:46:28.627Z] #58 0.919 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.E0LR5J8bFg/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:46:28.627Z] #58 0.919 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:28.627Z] #58 0.924 Cloning into '/tmp/tmp.E0LR5J8bFg/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T08:46:28.627Z] #58 5.542 + cd /tmp/tmp.E0LR5J8bFg/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:46:28.627Z] #58 5.543 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:28.627Z] #58 5.810 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:46:28.627Z] #58 5.811 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T08:46:28.643Z] #42 20.14 CC images/core-s390.o [2021-02-18T08:46:28.723Z] #19 2.290 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:28.932Z] #58 ... [2021-02-18T08:46:28.932Z] [2021-02-18T08:46:28.932Z] #45 [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-18T08:46:28.932Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:46:28.932Z] #45 0.830 + RM_GOPATH=0 [2021-02-18T08:46:28.932Z] #45 0.830 + TMP_GOPATH= [2021-02-18T08:46:28.932Z] #45 0.842 + : /build [2021-02-18T08:46:28.932Z] #45 0.848 + '[' -z '' ']' [2021-02-18T08:46:28.932Z] #45 0.855 ++ mktemp -d [2021-02-18T08:46:28.932Z] #45 0.858 + export GOPATH=/tmp/tmp.ZlhmjLWZBb [2021-02-18T08:46:28.932Z] #45 0.859 + GOPATH=/tmp/tmp.ZlhmjLWZBb [2021-02-18T08:46:28.932Z] #45 0.862 + RM_GOPATH=1 [2021-02-18T08:46:28.932Z] #45 0.872 + case "$(go env GOARCH)" in [2021-02-18T08:46:28.932Z] #45 0.872 ++ go env GOARCH [2021-02-18T08:46:28.932Z] #45 0.925 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.932Z] #45 0.926 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.932Z] #45 0.929 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:28.932Z] #45 0.958 + dir=/tmp/install [2021-02-18T08:46:28.932Z] #45 0.958 + bin=vndr [2021-02-18T08:46:28.932Z] #45 0.958 + shift [2021-02-18T08:46:28.932Z] #45 0.967 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T08:46:28.932Z] #45 0.967 + . /tmp/install/vndr.installer [2021-02-18T08:46:28.932Z] #45 0.967 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:28.932Z] #45 0.968 + install_vndr [2021-02-18T08:46:28.932Z] #45 0.969 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T08:46:28.932Z] #45 0.987 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:28.932Z] #45 0.987 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ZlhmjLWZBb/src/github.com/LK4D4/vndr [2021-02-18T08:46:28.932Z] #45 0.992 Cloning into '/tmp/tmp.ZlhmjLWZBb/src/github.com/LK4D4/vndr'... [2021-02-18T08:46:28.932Z] #45 1.966 + cd /tmp/tmp.ZlhmjLWZBb/src/github.com/LK4D4/vndr [2021-02-18T08:46:28.932Z] #45 1.966 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:28.932Z] #45 1.992 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T08:46:28.932Z] #45 3.220 internal/cpu [2021-02-18T08:46:28.932Z] #45 3.489 unicode [2021-02-18T08:46:28.932Z] #45 3.634 unicode/utf8 [2021-02-18T08:46:28.932Z] #45 3.701 sync/atomic [2021-02-18T08:46:28.932Z] #45 4.533 math [2021-02-18T08:46:28.932Z] #45 4.691 internal/bytealg [2021-02-18T08:46:28.932Z] #45 5.712 unicode/utf16 [2021-02-18T08:46:28.932Z] #45 5.912 runtime [2021-02-18T08:46:28.932Z] #45 5.935 container/list [2021-02-18T08:46:28.932Z] #45 6.479 crypto/internal/subtle [2021-02-18T08:46:28.932Z] #45 6.774 crypto/subtle [2021-02-18T08:46:28.932Z] #45 7.031 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T08:46:28.932Z] #45 7.552 internal/nettrace [2021-02-18T08:46:28.932Z] #45 7.977 runtime/cgo [2021-02-18T08:46:28.932Z] #45 10.29 vendor/golang.org/x/crypto/internal/subtle [2021-02-18T08:46:28.932Z] #45 ... [2021-02-18T08:46:28.932Z] [2021-02-18T08:46:28.932Z] #64 [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-18T08:46:28.932Z] #64 sha256:9af9e307d79e17190e20c1ba93a9175b08a06be88bbbec05a5c15fa709bab954 [2021-02-18T08:46:28.932Z] #64 0.843 + RM_GOPATH=0 [2021-02-18T08:46:28.932Z] #64 0.843 + TMP_GOPATH= [2021-02-18T08:46:28.932Z] #64 0.843 + : /build [2021-02-18T08:46:28.932Z] #64 0.844 + '[' -z '' ']' [2021-02-18T08:46:28.932Z] #64 0.844 ++ mktemp -d [2021-02-18T08:46:28.932Z] #64 0.846 + export GOPATH=/tmp/tmp.Xh1sszA7pS [2021-02-18T08:46:28.932Z] #64 0.850 + GOPATH=/tmp/tmp.Xh1sszA7pS [2021-02-18T08:46:28.932Z] #64 0.850 + RM_GOPATH=1 [2021-02-18T08:46:28.932Z] #64 0.850 + case "$(go env GOARCH)" in [2021-02-18T08:46:28.932Z] #64 0.851 ++ go env GOARCH [2021-02-18T08:46:28.932Z] #64 0.920 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.932Z] #64 0.920 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:28.932Z] #64 0.921 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:28.932Z] #64 0.925 + dir=/tmp/install [2021-02-18T08:46:28.932Z] #64 0.926 + bin=proxy [2021-02-18T08:46:28.932Z] #64 0.926 + shift [2021-02-18T08:46:28.932Z] #64 0.926 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T08:46:28.932Z] #64 0.926 + . /tmp/install/proxy.installer [2021-02-18T08:46:28.932Z] #64 0.927 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:28.932Z] #64 0.929 + install_proxy [2021-02-18T08:46:28.932Z] #64 0.929 + case "$1" in [2021-02-18T08:46:28.932Z] #64 0.930 + export CGO_ENABLED=0 [2021-02-18T08:46:28.932Z] #64 0.930 + CGO_ENABLED=0 [2021-02-18T08:46:28.932Z] #64 0.930 + _install_proxy [2021-02-18T08:46:28.932Z] #64 0.930 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T08:46:28.932Z] #64 0.930 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:28.932Z] #64 0.930 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Xh1sszA7pS/src/github.com/docker/libnetwork [2021-02-18T08:46:28.932Z] #64 0.935 Cloning into '/tmp/tmp.Xh1sszA7pS/src/github.com/docker/libnetwork'... [2021-02-18T08:46:29.238Z] #64 ... [2021-02-18T08:46:29.238Z] [2021-02-18T08:46:29.238Z] #51 [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-18T08:46:29.238Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:46:29.238Z] #51 0.819 + RM_GOPATH=0 [2021-02-18T08:46:29.238Z] #51 0.820 + TMP_GOPATH= [2021-02-18T08:46:29.238Z] #51 0.820 + : /build [2021-02-18T08:46:29.238Z] #51 0.820 + '[' -z '' ']' [2021-02-18T08:46:29.238Z] #51 0.821 ++ mktemp -d [2021-02-18T08:46:29.238Z] #51 0.823 + export GOPATH=/tmp/tmp.0tx4sFfa4v [2021-02-18T08:46:29.238Z] #51 0.828 + GOPATH=/tmp/tmp.0tx4sFfa4v [2021-02-18T08:46:29.238Z] #51 0.828 + RM_GOPATH=1 [2021-02-18T08:46:29.238Z] #51 0.828 + case "$(go env GOARCH)" in [2021-02-18T08:46:29.238Z] #51 0.829 ++ go env GOARCH [2021-02-18T08:46:29.238Z] #51 0.840 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:29.238Z] #51 0.840 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:29.238Z] #51 0.856 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:29.238Z] #51 0.857 + dir=/tmp/install [2021-02-18T08:46:29.238Z] #51 0.862 + bin=shfmt [2021-02-18T08:46:29.238Z] #51 0.862 + shift [2021-02-18T08:46:29.238Z] #51 0.862 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T08:46:29.238Z] #51 0.862 + . /tmp/install/shfmt.installer [2021-02-18T08:46:29.238Z] #51 0.863 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:29.238Z] #51 0.863 + install_shfmt [2021-02-18T08:46:29.238Z] #51 0.863 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T08:46:29.238Z] #51 0.863 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:29.238Z] #51 0.863 + git clone https://github.com/mvdan/sh.git /tmp/tmp.0tx4sFfa4v/src/github.com/mvdan/sh [2021-02-18T08:46:29.238Z] #51 0.866 Cloning into '/tmp/tmp.0tx4sFfa4v/src/github.com/mvdan/sh'... [2021-02-18T08:46:29.238Z] #51 9.650 + cd /tmp/tmp.0tx4sFfa4v/src/github.com/mvdan/sh [2021-02-18T08:46:29.238Z] #51 9.665 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:29.238Z] #51 9.758 + GO111MODULE=on [2021-02-18T08:46:29.238Z] #51 9.759 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T08:46:29.238Z] #51 ... [2021-02-18T08:46:29.238Z] [2021-02-18T08:46:29.238Z] #42 [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-18T08:46:29.238Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-18T08:46:29.238Z] #42 1.091 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:29.238Z] #42 1.185 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:29.238Z] #42 1.186 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:29.238Z] #42 2.442 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-18T08:46:29.238Z] #42 5.521 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-18T08:46:29.238Z] #42 5.672 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-18T08:46:29.282Z] #42 20.85 CC images/cpuinfo.o [2021-02-18T08:46:29.539Z] #42 ... [2021-02-18T08:46:29.539Z] [2021-02-18T08:46:29.540Z] #29 [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-18T08:46:29.540Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:29.540Z] #29 5.020 #=#=# 0.0% 0.2% 0.7% 1.2% # 1.7% # 2.0% # 2.5% ## 3.0% ## 3.4% ## 4.0% ### 4.6% ### 5.4% #### 6.5% ##### 8.1% ###### 9.6% ######## 11.5% ########## 14.3% ############ 16.9% ############# 19.1% ############### 22.1% ################# 24.5% ################### 26.6% ##################### 29.5% ######################## 33.8% ########################## 36.7% ############################## 42.2% ################################# 46.7% ##################################### 51.8% ######################################### 57.8% ############################################## 64.0% ################################################### 71.8% ####################################################### 76.5% ########################################################## 81.9% ############################################################# 85.1% ################################################################# 91.0% ################################################################### 93.8% ###################################################################### 97.4% ######################################################################## 100.0% [2021-02-18T08:46:29.540Z] #29 10.45 [2021-02-18T08:46:29.803Z] #28 7.647 #=#=# ##### 8.0% ############### 21.9% ################### 27.4% ########################## 36.1% ############################### 44.2% ################################# 46.0% ######################################## 55.9% ########################################## 59.5% ############################################### 66.3% ####################################################### 76.6% ################################################################ 89.5% ######################################################################## 100.0% [2021-02-18T08:46:29.803Z] #28 9.319 [2021-02-18T08:46:29.866Z] #42 21.57 CC images/inventory.o [2021-02-18T08:46:30.089Z] #19 3.492 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:30.442Z] #42 21.86 CC images/fdinfo.o [2021-02-18T08:46:30.701Z] #42 22.41 CC images/fown.o [2021-02-18T08:46:30.741Z] #28 10.03 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T08:46:30.800Z] #29 10.77 #=#=# 0.1% # 1.8% ### 4.7% ######## 12.4% ##################### 30.1% ####################################### 55.4% ########################################################## 81.4% ######################################################################## 100.0% [2021-02-18T08:46:30.960Z] #42 22.64 CC images/ns.o [2021-02-18T08:46:31.025Z] #28 10.41 [2021-02-18T08:46:31.171Z] #33 40.80 sort [2021-02-18T08:46:31.171Z] #33 40.80 errors [2021-02-18T08:46:31.219Z] #42 22.87 CC images/regfile.o [2021-02-18T08:46:31.284Z] #28 10.58 ######################################################################## 100.0% [2021-02-18T08:46:31.284Z] #28 10.70 [2021-02-18T08:46:31.433Z] #33 41.19 strconv [2021-02-18T08:46:31.454Z] #19 5.161 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:31.462Z] #29 13.22 [2021-02-18T08:46:31.478Z] #42 23.14 CC images/ghost-file.o [2021-02-18T08:46:31.746Z] #31 ... [2021-02-18T08:46:31.746Z] [2021-02-18T08:46:31.746Z] #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-18T08:46:31.746Z] #63 sha256:9cfc3e008344c31fc059fbe7b25699e495cd08eaea843026bbd15265be3dd4cb [2021-02-18T08:46:31.746Z] #63 3.621 + RM_GOPATH=0 [2021-02-18T08:46:31.746Z] #63 3.621 + TMP_GOPATH= [2021-02-18T08:46:31.746Z] #63 3.621 + : /build [2021-02-18T08:46:31.746Z] #63 3.621 + '[' -z '' ']' [2021-02-18T08:46:31.746Z] #63 3.621 ++ mktemp -d [2021-02-18T08:46:31.746Z] #63 3.621 + export GOPATH=/tmp/tmp.g9RyxOTTIp [2021-02-18T08:46:31.746Z] #63 3.621 + GOPATH=/tmp/tmp.g9RyxOTTIp [2021-02-18T08:46:31.746Z] #63 3.621 + RM_GOPATH=1 [2021-02-18T08:46:31.746Z] #63 3.621 + case "$(go env GOARCH)" in [2021-02-18T08:46:31.746Z] #63 3.816 ++ go env GOARCH [2021-02-18T08:46:31.746Z] #63 4.150 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:31.746Z] #63 4.150 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:31.746Z] #63 4.165 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:31.746Z] #63 4.322 + dir=/tmp/install [2021-02-18T08:46:31.746Z] #63 4.322 + bin=proxy [2021-02-18T08:46:31.746Z] #63 4.322 + shift [2021-02-18T08:46:31.746Z] #63 4.322 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T08:46:31.746Z] #63 4.322 + . /tmp/install/proxy.installer [2021-02-18T08:46:31.746Z] #63 4.322 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:31.746Z] #63 4.322 + install_proxy [2021-02-18T08:46:31.746Z] #63 4.322 + case "$1" in [2021-02-18T08:46:31.746Z] #63 4.322 + export CGO_ENABLED=0 [2021-02-18T08:46:31.746Z] #63 4.322 + CGO_ENABLED=0 [2021-02-18T08:46:31.746Z] #63 4.322 + _install_proxy [2021-02-18T08:46:31.746Z] #63 4.322 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T08:46:31.746Z] #63 4.322 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.g9RyxOTTIp/src/github.com/docker/libnetwork [2021-02-18T08:46:31.746Z] #63 4.328 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:31.746Z] #63 4.514 Cloning into '/tmp/tmp.g9RyxOTTIp/src/github.com/docker/libnetwork'... [2021-02-18T08:46:31.746Z] #63 ... [2021-02-18T08:46:31.746Z] [2021-02-18T08:46:31.746Z] #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-18T08:46:31.746Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-18T08:46:31.746Z] #31 5.402 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T08:46:31.746Z] #31 5.402 Cloning into '.'... [2021-02-18T08:46:31.852Z] #28 11.42 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T08:46:32.007Z] #33 42.01 io [2021-02-18T08:46:32.047Z] #42 23.44 CC images/fifo.o [2021-02-18T08:46:32.047Z] #42 23.67 CC images/remap-file-path.o [2021-02-18T08:46:32.306Z] #42 23.86 CC images/eventfd.o [2021-02-18T08:46:32.382Z] #19 ... [2021-02-18T08:46:32.382Z] [2021-02-18T08:46:32.382Z] #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-18T08:46:32.382Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:32.382Z] #42 55.02 AR soccr/libsoccr.a [2021-02-18T08:46:32.382Z] #42 55.06 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:46:32.382Z] #42 55.57 DEP criu/arch/x86/sigframe.d [2021-02-18T08:46:32.382Z] #42 55.73 DEP criu/arch/x86/sigaction_compat.d [2021-02-18T08:46:32.382Z] #42 55.91 DEP criu/arch/x86/kerndat.d [2021-02-18T08:46:32.382Z] #42 56.10 DEP criu/arch/x86/crtools.d [2021-02-18T08:46:32.382Z] #42 56.33 DEP criu/arch/x86/cpu.d [2021-02-18T08:46:32.382Z] #42 56.49 CC criu/arch/x86/cpu.o [2021-02-18T08:46:32.382Z] #42 57.08 CC criu/arch/x86/crtools.o [2021-02-18T08:46:32.382Z] #42 58.41 CC criu/arch/x86/kerndat.o [2021-02-18T08:46:32.382Z] #42 58.98 CC criu/arch/x86/sigaction_compat.o [2021-02-18T08:46:32.382Z] #42 59.21 CC criu/arch/x86/sigframe.o [2021-02-18T08:46:32.382Z] #42 59.45 LINK criu/arch/x86/crtools.built-in.o [2021-02-18T08:46:32.382Z] #42 59.51 DEP criu/pie/util-vdso-elf32.d [2021-02-18T08:46:32.382Z] #42 59.69 DEP criu/pie/util-vdso.d [2021-02-18T08:46:32.382Z] #42 59.80 DEP criu/pie/util.d [2021-02-18T08:46:32.382Z] #42 59.94 CC criu/pie/util.o [2021-02-18T08:46:32.382Z] #42 60.34 CC criu/pie/util-vdso.o [2021-02-18T08:46:32.382Z] #42 61.02 CC criu/pie/util-vdso-elf32.o [2021-02-18T08:46:32.423Z] #28 11.86 [2021-02-18T08:46:32.423Z] #28 ... [2021-02-18T08:46:32.423Z] [2021-02-18T08:46:32.423Z] #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-18T08:46:32.423Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:32.423Z] #35 8.297 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:32.423Z] #35 8.316 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:32.423Z] #35 8.316 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:32.423Z] #35 9.428 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:32.423Z] #35 ... [2021-02-18T08:46:32.423Z] [2021-02-18T08:46:32.423Z] #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-18T08:46:32.423Z] #23 sha256:9066275609a97b8cf7a1e889521d358b6525c327f0821b448b4843d185dcea8f [2021-02-18T08:46:32.423Z] #23 9.045 + RM_GOPATH=0 [2021-02-18T08:46:32.423Z] #23 9.045 + TMP_GOPATH= [2021-02-18T08:46:32.423Z] #23 9.045 + : /build [2021-02-18T08:46:32.423Z] #23 9.045 + '[' -z '' ']' [2021-02-18T08:46:32.423Z] #23 9.047 ++ mktemp -d [2021-02-18T08:46:32.423Z] #23 9.081 + export GOPATH=/tmp/tmp.VHEGZHfw90 [2021-02-18T08:46:32.423Z] #23 9.082 + GOPATH=/tmp/tmp.VHEGZHfw90 [2021-02-18T08:46:32.423Z] #23 9.082 + RM_GOPATH=1 [2021-02-18T08:46:32.423Z] #23 9.082 + case "$(go env GOARCH)" in [2021-02-18T08:46:32.423Z] #23 9.083 ++ go env GOARCH [2021-02-18T08:46:32.423Z] #23 9.107 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:32.423Z] #23 9.109 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:32.423Z] #23 9.110 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:32.423Z] #23 9.111 + dir=/tmp/install [2021-02-18T08:46:32.423Z] #23 9.111 + bin=dockercli [2021-02-18T08:46:32.423Z] #23 9.111 + shift [2021-02-18T08:46:32.423Z] #23 9.111 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T08:46:32.423Z] #23 9.111 + . /tmp/install/dockercli.installer [2021-02-18T08:46:32.423Z] #23 9.111 ++ : stable [2021-02-18T08:46:32.423Z] #23 9.111 ++ : 17.06.2-ce [2021-02-18T08:46:32.423Z] #23 9.111 + install_dockercli [2021-02-18T08:46:32.423Z] #23 9.111 Install docker/cli version 17.06.2-ce from stable [2021-02-18T08:46:32.423Z] #23 9.111 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T08:46:32.423Z] #23 9.112 ++ uname -m [2021-02-18T08:46:32.423Z] #23 9.117 + arch=x86_64 [2021-02-18T08:46:32.423Z] #23 9.117 + '[' x86_64 '!=' x86_64 ']' [2021-02-18T08:46:32.423Z] #23 9.117 + url=https://download.docker.com/linux/static [2021-02-18T08:46:32.423Z] #23 9.118 + tar -xz docker/docker [2021-02-18T08:46:32.423Z] #23 9.118 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-18T08:46:32.565Z] #42 24.04 CC images/eventpoll.o [2021-02-18T08:46:32.684Z] #23 ... [2021-02-18T08:46:32.684Z] [2021-02-18T08:46:32.684Z] #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-18T08:46:32.684Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:46:32.684Z] #54 9.066 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:32.684Z] #54 9.129 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:32.684Z] #54 9.134 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:32.684Z] #54 10.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:32.684Z] #54 ... [2021-02-18T08:46:32.684Z] [2021-02-18T08:46:32.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-18T08:46:32.684Z] #50 sha256:b6b5ee154264652639dc872c1981bef502de26a8ad4e5a6691017469039a674c [2021-02-18T08:46:32.684Z] #50 6.165 + RM_GOPATH=0 [2021-02-18T08:46:32.684Z] #50 6.165 + TMP_GOPATH= [2021-02-18T08:46:32.684Z] #50 6.165 + : /build [2021-02-18T08:46:32.684Z] #50 6.165 + '[' -z '' ']' [2021-02-18T08:46:32.684Z] #50 6.173 ++ mktemp -d [2021-02-18T08:46:32.684Z] #50 6.173 + export GOPATH=/tmp/tmp.6n7kh2RdC3 [2021-02-18T08:46:32.684Z] #50 6.173 + GOPATH=/tmp/tmp.6n7kh2RdC3 [2021-02-18T08:46:32.684Z] #50 6.173 + RM_GOPATH=1 [2021-02-18T08:46:32.684Z] #50 6.173 + case "$(go env GOARCH)" in [2021-02-18T08:46:32.684Z] #50 6.173 ++ go env GOARCH [2021-02-18T08:46:32.684Z] #50 6.186 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:32.684Z] #50 6.186 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:32.684Z] #50 6.186 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:32.684Z] #50 6.186 + dir=/tmp/install [2021-02-18T08:46:32.684Z] #50 6.186 + bin=shfmt [2021-02-18T08:46:32.684Z] #50 6.186 + shift [2021-02-18T08:46:32.684Z] #50 6.186 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T08:46:32.684Z] #50 6.186 + . /tmp/install/shfmt.installer [2021-02-18T08:46:32.684Z] #50 6.186 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:32.684Z] #50 6.186 + install_shfmt [2021-02-18T08:46:32.684Z] #50 6.186 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T08:46:32.684Z] #50 6.186 + git clone https://github.com/mvdan/sh.git /tmp/tmp.6n7kh2RdC3/src/github.com/mvdan/sh [2021-02-18T08:46:32.684Z] #50 6.186 Cloning into '/tmp/tmp.6n7kh2RdC3/src/github.com/mvdan/sh'... [2021-02-18T08:46:32.684Z] #50 6.186 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:32.825Z] #42 24.40 CC images/fh.o [2021-02-18T08:46:32.945Z] #42 61.84 AR criu/pie/pie.lib.a [2021-02-18T08:46:33.024Z] #29 13.53 #=#=# 0.1% # 1.6% ### 4.2% ######## 11.2% ################## 26.0% ################################### 48.9% #################################################### 72.5% ##################################################################### 96.0% ######################################################################## 100.0% [2021-02-18T08:46:33.074Z] #50 ... [2021-02-18T08:46:33.074Z] [2021-02-18T08:46:33.074Z] #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-18T08:46:33.074Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:33.074Z] #41 9.051 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:33.074Z] #41 9.102 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:33.074Z] #41 9.102 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:33.074Z] #41 10.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:33.074Z] #41 ... [2021-02-18T08:46:33.074Z] [2021-02-18T08:46:33.074Z] #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-18T08:46:33.074Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:33.074Z] #48 8.012 + RM_GOPATH=0 [2021-02-18T08:46:33.074Z] #48 8.012 + TMP_GOPATH= [2021-02-18T08:46:33.074Z] #48 8.012 + : /build [2021-02-18T08:46:33.074Z] #48 8.012 + '[' -z '' ']' [2021-02-18T08:46:33.074Z] #48 8.012 ++ mktemp -d [2021-02-18T08:46:33.074Z] #48 8.012 + export GOPATH=/tmp/tmp.8kynOYudQK [2021-02-18T08:46:33.074Z] #48 8.012 + GOPATH=/tmp/tmp.8kynOYudQK [2021-02-18T08:46:33.074Z] #48 8.012 + RM_GOPATH=1 [2021-02-18T08:46:33.074Z] #48 8.012 + case "$(go env GOARCH)" in [2021-02-18T08:46:33.074Z] #48 8.012 ++ go env GOARCH [2021-02-18T08:46:33.074Z] #48 8.050 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.074Z] #48 8.050 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.074Z] #48 8.050 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:33.074Z] #48 8.050 + dir=/tmp/install [2021-02-18T08:46:33.074Z] #48 8.050 + bin=golangci_lint [2021-02-18T08:46:33.074Z] #48 8.050 + shift [2021-02-18T08:46:33.074Z] #48 8.050 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T08:46:33.074Z] #48 8.050 + . /tmp/install/golangci_lint.installer [2021-02-18T08:46:33.074Z] #48 8.050 ++ : v1.23.8 [2021-02-18T08:46:33.074Z] #48 8.050 + install_golangci_lint [2021-02-18T08:46:33.074Z] #48 8.050 + set -e [2021-02-18T08:46:33.074Z] #48 8.050 + export GO111MODULE=on [2021-02-18T08:46:33.074Z] #48 8.050 + GO111MODULE=on [2021-02-18T08:46:33.074Z] #48 8.050 + GOBIN=/build [2021-02-18T08:46:33.074Z] #48 8.050 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T08:46:33.074Z] #48 8.055 go: finding github.com v1.23.8 [2021-02-18T08:46:33.074Z] #48 8.077 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T08:46:33.074Z] #48 8.077 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T08:46:33.074Z] #48 8.077 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:33.074Z] #48 8.077 go: finding github.com/golangci v1.23.8 [2021-02-18T08:46:33.074Z] #48 9.034 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:33.074Z] #48 9.741 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:33.085Z] #42 24.78 CC images/fsnotify.o [2021-02-18T08:46:33.202Z] #42 61.89 DEP criu/pie/restorer.d [2021-02-18T08:46:33.325Z] #29 15.26 [2021-02-18T08:46:33.325Z] #29 ... [2021-02-18T08:46:33.325Z] [2021-02-18T08:46:33.325Z] #42 [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-18T08:46:33.325Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-18T08:46:33.325Z] #42 15.38 Fetched 8197 kB in 14s (573 kB/s) [2021-02-18T08:46:33.333Z] #48 ... [2021-02-18T08:46:33.333Z] [2021-02-18T08:46:33.333Z] #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-18T08:46:33.333Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:46:33.333Z] #44 6.185 + RM_GOPATH=0 [2021-02-18T08:46:33.333Z] #44 6.185 + TMP_GOPATH= [2021-02-18T08:46:33.333Z] #44 6.185 + : /build [2021-02-18T08:46:33.333Z] #44 6.185 + '[' -z '' ']' [2021-02-18T08:46:33.333Z] #44 6.185 ++ mktemp -d [2021-02-18T08:46:33.333Z] #44 6.185 + export GOPATH=/tmp/tmp.mNWZZfiIJa [2021-02-18T08:46:33.333Z] #44 6.185 + GOPATH=/tmp/tmp.mNWZZfiIJa [2021-02-18T08:46:33.333Z] #44 6.185 + RM_GOPATH=1 [2021-02-18T08:46:33.333Z] #44 6.185 + case "$(go env GOARCH)" in [2021-02-18T08:46:33.333Z] #44 6.192 ++ go env GOARCH [2021-02-18T08:46:33.333Z] #44 6.192 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.333Z] #44 6.192 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.333Z] #44 6.192 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:33.333Z] #44 6.192 + dir=/tmp/install [2021-02-18T08:46:33.333Z] #44 6.192 + bin=vndr [2021-02-18T08:46:33.333Z] #44 6.192 + shift [2021-02-18T08:46:33.333Z] #44 6.192 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T08:46:33.333Z] #44 6.192 + . /tmp/install/vndr.installer [2021-02-18T08:46:33.333Z] #44 6.192 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:33.333Z] #44 6.192 + install_vndr [2021-02-18T08:46:33.333Z] #44 6.192 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T08:46:33.333Z] #44 6.192 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.mNWZZfiIJa/src/github.com/LK4D4/vndr [2021-02-18T08:46:33.333Z] #44 6.192 Cloning into '/tmp/tmp.mNWZZfiIJa/src/github.com/LK4D4/vndr'... [2021-02-18T08:46:33.333Z] #44 6.193 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:33.333Z] #44 6.697 + cd /tmp/tmp.mNWZZfiIJa/src/github.com/LK4D4/vndr [2021-02-18T08:46:33.333Z] #44 6.697 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:33.333Z] #44 6.709 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T08:46:33.333Z] #44 7.386 internal/cpu [2021-02-18T08:46:33.333Z] #44 7.415 runtime/internal/atomic [2021-02-18T08:46:33.333Z] #44 7.601 runtime/internal/sys [2021-02-18T08:46:33.333Z] #44 7.761 internal/bytealg [2021-02-18T08:46:33.333Z] #44 7.761 runtime/internal/math [2021-02-18T08:46:33.333Z] #44 7.836 internal/race [2021-02-18T08:46:33.333Z] #44 7.913 sync/atomic [2021-02-18T08:46:33.333Z] #44 8.296 unicode [2021-02-18T08:46:33.333Z] #44 8.419 runtime [2021-02-18T08:46:33.461Z] #42 62.23 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-18T08:46:33.461Z] #42 62.36 DEP criu/arch/x86/restorer_unmap.d [2021-02-18T08:46:33.461Z] #42 62.41 DEP criu/arch/x86/restorer.d [2021-02-18T08:46:33.592Z] #44 ... [2021-02-18T08:46:33.592Z] [2021-02-18T08:46:33.592Z] #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-18T08:46:33.592Z] #33 sha256:4e4263e3229ac6bee92f6043ca542f942172462e84811b691260171570b3a012 [2021-02-18T08:46:33.592Z] #33 7.873 + RM_GOPATH=0 [2021-02-18T08:46:33.592Z] #33 7.873 + TMP_GOPATH= [2021-02-18T08:46:33.592Z] #33 7.873 + : /build [2021-02-18T08:46:33.592Z] #33 7.873 + '[' -z '' ']' [2021-02-18T08:46:33.592Z] #33 7.873 ++ mktemp -d [2021-02-18T08:46:33.592Z] #33 7.873 + export GOPATH=/tmp/tmp.4qVhzWOseQ [2021-02-18T08:46:33.592Z] #33 7.873 + GOPATH=/tmp/tmp.4qVhzWOseQ [2021-02-18T08:46:33.592Z] #33 7.873 + RM_GOPATH=1 [2021-02-18T08:46:33.592Z] #33 7.873 + case "$(go env GOARCH)" in [2021-02-18T08:46:33.592Z] #33 7.873 ++ go env GOARCH [2021-02-18T08:46:33.592Z] #33 7.882 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.592Z] #33 7.882 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.592Z] #33 7.882 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:33.592Z] #33 7.887 + dir=/tmp/install [2021-02-18T08:46:33.592Z] #33 7.887 + bin=tomlv [2021-02-18T08:46:33.592Z] #33 7.887 + shift [2021-02-18T08:46:33.592Z] #33 7.887 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T08:46:33.592Z] #33 7.887 + . /tmp/install/tomlv.installer [2021-02-18T08:46:33.592Z] #33 7.887 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:33.592Z] #33 7.887 + install_tomlv [2021-02-18T08:46:33.592Z] #33 7.887 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T08:46:33.592Z] #33 7.887 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.4qVhzWOseQ/src/github.com/BurntSushi/toml [2021-02-18T08:46:33.592Z] #33 7.893 Cloning into '/tmp/tmp.4qVhzWOseQ/src/github.com/BurntSushi/toml'... [2021-02-18T08:46:33.592Z] #33 7.910 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:33.592Z] #33 8.727 + cd /tmp/tmp.4qVhzWOseQ/src/github.com/BurntSushi/toml [2021-02-18T08:46:33.592Z] #33 8.727 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:33.592Z] #33 8.763 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:46:33.592Z] #33 9.438 math/bits [2021-02-18T08:46:33.592Z] #33 9.637 runtime [2021-02-18T08:46:33.592Z] #33 10.37 math [2021-02-18T08:46:33.592Z] #33 ... [2021-02-18T08:46:33.592Z] [2021-02-18T08:46:33.592Z] #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-18T08:46:33.592Z] #57 sha256:c8e73b1c6e5cd73df90392bfe4d89c59bf3a21aa938d7b2d64376b314f4c5c4f [2021-02-18T08:46:33.592Z] #57 5.742 + RM_GOPATH=0 [2021-02-18T08:46:33.592Z] #57 5.742 + TMP_GOPATH= [2021-02-18T08:46:33.592Z] #57 5.742 + : /build [2021-02-18T08:46:33.592Z] #57 5.742 + '[' -z '' ']' [2021-02-18T08:46:33.592Z] #57 5.742 ++ mktemp -d [2021-02-18T08:46:33.592Z] #57 5.744 + export GOPATH=/tmp/tmp.DMNnyHggG2 [2021-02-18T08:46:33.592Z] #57 5.744 + GOPATH=/tmp/tmp.DMNnyHggG2 [2021-02-18T08:46:33.592Z] #57 5.744 + RM_GOPATH=1 [2021-02-18T08:46:33.592Z] #57 5.744 + case "$(go env GOARCH)" in [2021-02-18T08:46:33.592Z] #57 5.754 ++ go env GOARCH [2021-02-18T08:46:33.592Z] #57 5.754 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.592Z] #57 5.754 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.592Z] #57 5.756 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:33.592Z] #57 5.756 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:33.592Z] #57 5.756 + dir=/tmp/install [2021-02-18T08:46:33.592Z] #57 5.756 + bin=rootlesskit [2021-02-18T08:46:33.592Z] #57 5.756 + shift [2021-02-18T08:46:33.592Z] #57 5.756 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T08:46:33.592Z] #57 5.756 + . /tmp/install/rootlesskit.installer [2021-02-18T08:46:33.592Z] #57 5.756 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:33.592Z] #57 5.756 + install_rootlesskit [2021-02-18T08:46:33.592Z] #57 5.756 + case "$1" in [2021-02-18T08:46:33.592Z] #57 5.756 + export CGO_ENABLED=0 [2021-02-18T08:46:33.592Z] #57 5.756 + CGO_ENABLED=0 [2021-02-18T08:46:33.592Z] #57 5.756 + _install_rootlesskit [2021-02-18T08:46:33.592Z] #57 5.756 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T08:46:33.592Z] #57 5.756 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.DMNnyHggG2/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:46:33.592Z] #57 5.765 Cloning into '/tmp/tmp.DMNnyHggG2/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T08:46:33.592Z] #57 7.701 + cd /tmp/tmp.DMNnyHggG2/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:46:33.592Z] #57 7.701 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:33.592Z] #57 8.297 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:46:33.592Z] #57 8.297 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T08:46:33.653Z] #42 ... [2021-02-18T08:46:33.653Z] [2021-02-18T08:46:33.653Z] #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-18T08:46:33.653Z] #50 sha256:b00d6340b04e01256a6f774b753890a417ed16caabc4a36585ff6c67bdbb59ba [2021-02-18T08:46:33.653Z] #50 DONE 99.1s [2021-02-18T08:46:33.653Z] [2021-02-18T08:46:33.653Z] #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-18T08:46:33.653Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:46:33.653Z] #44 95.42 hash/crc32 [2021-02-18T08:46:33.653Z] #44 95.91 net [2021-02-18T08:46:33.653Z] #44 96.19 compress/gzip [2021-02-18T08:46:33.653Z] #44 96.71 vendor/golang.org/x/text/transform [2021-02-18T08:46:33.653Z] #44 97.51 vendor/golang.org/x/text/unicode/bidi [2021-02-18T08:46:33.653Z] #44 98.91 vendor/golang.org/x/text/secure/bidirule [2021-02-18T08:46:33.717Z] #42 62.61 DEP criu/arch/x86/vdso-pie.d [2021-02-18T08:46:33.852Z] #57 ... [2021-02-18T08:46:33.852Z] [2021-02-18T08:46:33.852Z] #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-18T08:46:33.852Z] #63 sha256:9935671f5ffca0ecf5112f32ca2ef367d7a28fb7b4b4297c830148b14231b781 [2021-02-18T08:46:33.852Z] #63 6.262 + RM_GOPATH=0 [2021-02-18T08:46:33.852Z] #63 6.262 + TMP_GOPATH= [2021-02-18T08:46:33.852Z] #63 6.262 + : /build [2021-02-18T08:46:33.852Z] #63 6.262 + '[' -z '' ']' [2021-02-18T08:46:33.852Z] #63 6.262 ++ mktemp -d [2021-02-18T08:46:33.852Z] #63 6.262 + export GOPATH=/tmp/tmp.9CvWuvrHVv [2021-02-18T08:46:33.852Z] #63 6.262 + GOPATH=/tmp/tmp.9CvWuvrHVv [2021-02-18T08:46:33.852Z] #63 6.262 + RM_GOPATH=1 [2021-02-18T08:46:33.852Z] #63 6.262 + case "$(go env GOARCH)" in [2021-02-18T08:46:33.852Z] #63 6.262 ++ go env GOARCH [2021-02-18T08:46:33.852Z] #63 6.280 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:33.852Z] #63 6.280 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.852Z] #63 6.280 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:33.852Z] #63 6.280 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:33.852Z] #63 6.280 + dir=/tmp/install [2021-02-18T08:46:33.852Z] #63 6.280 + bin=proxy [2021-02-18T08:46:33.852Z] #63 6.280 + shift [2021-02-18T08:46:33.852Z] #63 6.280 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T08:46:33.852Z] #63 6.280 + . /tmp/install/proxy.installer [2021-02-18T08:46:33.852Z] #63 6.280 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:33.852Z] #63 6.280 + install_proxy [2021-02-18T08:46:33.852Z] #63 6.280 + case "$1" in [2021-02-18T08:46:33.852Z] #63 6.280 + export CGO_ENABLED=0 [2021-02-18T08:46:33.852Z] #63 6.280 + CGO_ENABLED=0 [2021-02-18T08:46:33.852Z] #63 6.280 + _install_proxy [2021-02-18T08:46:33.852Z] #63 6.280 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T08:46:33.852Z] #63 6.280 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.9CvWuvrHVv/src/github.com/docker/libnetwork [2021-02-18T08:46:33.852Z] #63 6.280 Cloning into '/tmp/tmp.9CvWuvrHVv/src/github.com/docker/libnetwork'... [2021-02-18T08:46:33.852Z] #63 ... [2021-02-18T08:46:33.852Z] [2021-02-18T08:46:33.852Z] #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-18T08:46:33.852Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:46:33.852Z] #39 5.962 + git clone https://github.com/docker/distribution.git . [2021-02-18T08:46:33.852Z] #39 5.962 Cloning into '.'... [2021-02-18T08:46:33.913Z] #44 99.35 vendor/golang.org/x/text/unicode/norm [2021-02-18T08:46:33.926Z] #33 43.50 internal/oserror [2021-02-18T08:46:33.926Z] #33 43.61 syscall [2021-02-18T08:46:33.926Z] #33 ... [2021-02-18T08:46:33.926Z] [2021-02-18T08:46:33.926Z] #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-18T08:46:33.926Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:33.926Z] #12 30.77 Reading package lists... [2021-02-18T08:46:33.926Z] #12 37.49 Building dependency tree... [2021-02-18T08:46:33.926Z] #12 41.22 The following additional packages will be installed: [2021-02-18T08:46:33.926Z] #12 41.25 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T08:46:33.926Z] #12 41.25 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T08:46:33.926Z] #12 41.26 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T08:46:33.926Z] #12 41.27 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T08:46:33.926Z] #12 41.28 mingw-w64-x86-64-dev [2021-02-18T08:46:33.926Z] #12 41.28 Suggested packages: [2021-02-18T08:46:33.926Z] #12 41.30 gcc-8-locales seccomp wine64 [2021-02-18T08:46:33.926Z] #12 43.05 The following NEW packages will be installed: [2021-02-18T08:46:33.926Z] #12 43.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T08:46:33.926Z] #12 43.05 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T08:46:33.926Z] #12 43.06 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T08:46:33.926Z] #12 43.06 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T08:46:33.926Z] #12 43.06 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T08:46:33.926Z] #12 43.06 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T08:46:33.926Z] #12 43.09 The following packages will be upgraded: [2021-02-18T08:46:33.926Z] #12 43.09 libsystemd0 libudev1 [2021-02-18T08:46:33.926Z] #12 43.50 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:46:33.926Z] #12 43.50 Need to get 78.2 MB of archives. [2021-02-18T08:46:33.926Z] #12 43.50 After this operation, 487 MB of additional disk space will be used. [2021-02-18T08:46:33.926Z] #12 43.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-18T08:46:33.926Z] #12 43.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-18T08:46:33.926Z] #12 43.52 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-18T08:46:33.926Z] #12 43.75 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-18T08:46:33.973Z] #42 62.77 DEP criu/pie/parasite-vdso.d [2021-02-18T08:46:33.973Z] #42 62.90 DEP criu/pie/parasite.d [2021-02-18T08:46:34.111Z] #39 ... [2021-02-18T08:46:34.111Z] [2021-02-18T08:46:34.111Z] #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-18T08:46:34.111Z] #46 sha256:a81d6f82bbd6173b919256339a635547a693f971c6749376323e9abcd5f853cb [2021-02-18T08:46:34.111Z] #46 6.282 + RM_GOPATH=0 [2021-02-18T08:46:34.111Z] #46 6.282 + TMP_GOPATH= [2021-02-18T08:46:34.111Z] #46 6.282 + : /build [2021-02-18T08:46:34.111Z] #46 6.282 + '[' -z '' ']' [2021-02-18T08:46:34.111Z] #46 6.282 ++ mktemp -d [2021-02-18T08:46:34.111Z] #46 6.282 + export GOPATH=/tmp/tmp.f5802BngmB [2021-02-18T08:46:34.111Z] #46 6.282 + GOPATH=/tmp/tmp.f5802BngmB [2021-02-18T08:46:34.111Z] #46 6.282 + RM_GOPATH=1 [2021-02-18T08:46:34.111Z] #46 6.282 + case "$(go env GOARCH)" in [2021-02-18T08:46:34.111Z] #46 6.282 ++ go env GOARCH [2021-02-18T08:46:34.111Z] #46 6.294 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:34.111Z] #46 6.294 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:34.111Z] #46 6.295 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:34.111Z] #46 6.300 + dir=/tmp/install [2021-02-18T08:46:34.111Z] #46 6.300 + bin=gotestsum [2021-02-18T08:46:34.111Z] #46 6.300 + shift [2021-02-18T08:46:34.111Z] #46 6.300 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T08:46:34.111Z] #46 6.300 + . /tmp/install/gotestsum.installer [2021-02-18T08:46:34.111Z] #46 6.300 ++ : v0.5.3 [2021-02-18T08:46:34.111Z] #46 6.300 + install_gotestsum [2021-02-18T08:46:34.111Z] #46 6.300 + set -e [2021-02-18T08:46:34.111Z] #46 6.300 + export GO111MODULE=on [2021-02-18T08:46:34.111Z] #46 6.300 + GO111MODULE=on [2021-02-18T08:46:34.111Z] #46 6.300 + GOBIN=/build [2021-02-18T08:46:34.111Z] #46 6.300 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T08:46:34.111Z] #46 6.386 go: finding gotest.tools v0.5.3 [2021-02-18T08:46:34.111Z] #46 6.386 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:34.111Z] #46 7.018 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:34.111Z] #46 7.498 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:34.111Z] #46 7.970 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T08:46:34.111Z] #46 8.000 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T08:46:34.111Z] #46 8.095 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:34.111Z] #46 8.095 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:34.111Z] #46 8.123 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:34.111Z] #46 8.123 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:34.111Z] #46 8.128 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:34.111Z] #46 8.355 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T08:46:34.111Z] #46 8.355 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:34.111Z] #46 8.355 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:34.111Z] #46 8.355 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:34.111Z] #46 8.632 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:34.111Z] #46 8.632 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:34.111Z] #46 8.636 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T08:46:34.111Z] #46 8.636 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:34.111Z] #46 8.746 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:34.111Z] #46 8.814 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:34.111Z] #46 8.996 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:34.111Z] #46 9.312 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:34.111Z] #46 11.34 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:34.111Z] #46 11.50 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:34.188Z] #12 44.03 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-18T08:46:34.188Z] #12 44.03 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-18T08:46:34.188Z] #12 44.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-18T08:46:34.188Z] #12 44.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T08:46:34.229Z] #42 ... [2021-02-18T08:46:34.229Z] [2021-02-18T08:46:34.229Z] #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-18T08:46:34.229Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:46:34.229Z] #44 132.3 github.com/LK4D4/vndr/godl [2021-02-18T08:46:34.369Z] #46 ... [2021-02-18T08:46:34.369Z] [2021-02-18T08:46:34.369Z] #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-18T08:46:34.369Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:46:34.369Z] #31 8.299 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T08:46:34.369Z] #31 8.299 Cloning into '.'... [2021-02-18T08:46:34.369Z] #31 ... [2021-02-18T08:46:34.369Z] [2021-02-18T08:46:34.369Z] #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-18T08:46:34.369Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:34.369Z] #12 9.780 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:34.370Z] #12 9.842 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:34.370Z] #12 9.844 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:34.370Z] #12 11.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:46:34.387Z] #42 15.38 Reading package lists... [2021-02-18T08:46:34.387Z] #42 ... [2021-02-18T08:46:34.387Z] [2021-02-18T08:46:34.387Z] #47 [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-18T08:46:34.387Z] #47 sha256:fc5812e857dc17d2b9aae651f9cc292c51561f08557893387a90d4a5e72d341b [2021-02-18T08:46:34.387Z] #47 6.565 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:34.387Z] #47 6.635 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:34.387Z] #47 7.497 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:34.387Z] #47 11.30 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:34.387Z] #47 11.57 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:34.387Z] #47 16.28 go: finding github.com/fatih/color v1.9.0 [2021-02-18T08:46:34.387Z] #47 16.28 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:34.387Z] #47 16.32 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T08:46:34.387Z] #47 16.52 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:34.629Z] #12 ... [2021-02-18T08:46:34.629Z] [2021-02-18T08:46:34.629Z] #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-18T08:46:34.629Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:34.629Z] #41 12.34 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:34.688Z] #47 16.63 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:34.688Z] #47 ... [2021-02-18T08:46:34.688Z] [2021-02-18T08:46:34.688Z] #49 [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-18T08:46:34.688Z] #49 sha256:65998cb32dd4be589f9ebfc7fd49fac956c872edbec9be7020fac64d1f0288d8 [2021-02-18T08:46:34.688Z] #49 14.73 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:34.688Z] #49 14.74 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:34.688Z] #49 14.76 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:34.688Z] #49 14.76 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:34.688Z] #49 14.77 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:34.688Z] #49 14.95 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T08:46:34.688Z] #49 15.04 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:34.688Z] #49 15.30 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:34.688Z] #49 15.32 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:34.688Z] #49 15.67 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:34.688Z] #49 15.82 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:34.688Z] #49 15.86 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T08:46:34.688Z] #49 15.96 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:34.688Z] #49 16.02 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:34.688Z] #49 16.06 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:34.688Z] #49 16.12 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T08:46:34.688Z] #49 16.15 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:34.688Z] #49 16.23 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:34.688Z] #49 16.34 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:34.688Z] #49 16.48 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:34.688Z] #49 16.56 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:34.688Z] #49 16.58 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:34.688Z] #49 16.68 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T08:46:34.688Z] #49 16.83 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:34.763Z] #12 44.54 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-18T08:46:34.763Z] #12 ... [2021-02-18T08:46:34.763Z] [2021-02-18T08:46:34.763Z] #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-18T08:46:34.763Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:34.763Z] #41 32.10 Reading package lists... [2021-02-18T08:46:34.763Z] #41 38.80 Building dependency tree... [2021-02-18T08:46:34.763Z] #41 42.67 The following additional packages will be installed: [2021-02-18T08:46:34.763Z] #41 42.67 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T08:46:34.763Z] #41 42.67 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T08:46:34.763Z] #41 42.69 Suggested packages: [2021-02-18T08:46:34.763Z] #41 42.70 manpages-dev python-setuptools [2021-02-18T08:46:34.763Z] #41 44.15 The following NEW packages will be installed: [2021-02-18T08:46:34.763Z] #41 44.15 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T08:46:34.763Z] #41 44.16 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T08:46:34.763Z] #41 44.16 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T08:46:34.763Z] #41 44.16 python-six zlib1g-dev [2021-02-18T08:46:34.763Z] #41 44.54 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:46:34.763Z] #41 44.54 Need to get 4095 kB of archives. [2021-02-18T08:46:34.763Z] #41 44.54 After this operation, 22.5 MB of additional disk space will be used. [2021-02-18T08:46:34.763Z] #41 44.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-18T08:46:34.763Z] #41 44.54 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-18T08:46:34.763Z] #41 44.54 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-18T08:46:34.763Z] #41 44.55 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-18T08:46:34.763Z] #41 44.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-18T08:46:34.763Z] #41 44.57 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-18T08:46:34.763Z] #41 44.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-18T08:46:34.763Z] #41 44.58 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-18T08:46:34.763Z] #41 44.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-18T08:46:34.763Z] #41 44.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-18T08:46:34.763Z] #41 44.74 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-18T08:46:34.992Z] #49 17.02 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:34.992Z] #49 17.09 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:34.992Z] #49 17.18 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:35.025Z] #41 44.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-18T08:46:35.025Z] #41 44.92 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-18T08:46:35.025Z] #41 44.94 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-18T08:46:35.025Z] #41 44.95 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T08:46:35.025Z] #41 44.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T08:46:35.025Z] #41 ... [2021-02-18T08:46:35.025Z] [2021-02-18T08:46:35.025Z] #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-18T08:46:35.025Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:35.025Z] #12 44.89 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-18T08:46:35.025Z] #12 44.91 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-18T08:46:35.159Z] #44 133.2 github.com/LK4D4/vndr [2021-02-18T08:46:35.315Z] #49 17.22 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:35.315Z] #49 17.36 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:35.315Z] #49 17.37 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:35.974Z] #12 ... [2021-02-18T08:46:35.974Z] [2021-02-18T08:46:35.974Z] #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-18T08:46:35.974Z] #63 sha256:52a819e8c02d0387e4f0bb3b94bcbfcbf1e1d8fd655bbbf91fd58b175b1bc520 [2021-02-18T08:46:35.974Z] #63 DONE 45.8s [2021-02-18T08:46:35.980Z] #31 ... [2021-02-18T08:46:35.980Z] [2021-02-18T08:46:35.980Z] #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-18T08:46:35.980Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:46:35.980Z] #41 6.149 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:35.980Z] #41 6.169 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:35.981Z] #41 6.171 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:35.981Z] #41 6.990 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T08:46:35.981Z] #41 8.551 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T08:46:35.981Z] #41 10.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T08:46:35.981Z] #41 ... [2021-02-18T08:46:35.981Z] [2021-02-18T08:46:35.981Z] #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-18T08:46:35.981Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:46:35.981Z] #12 6.878 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:35.981Z] #12 6.909 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:35.981Z] #12 6.909 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:35.981Z] #12 7.712 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T08:46:35.981Z] #12 9.092 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T08:46:35.981Z] #12 10.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T08:46:35.981Z] #12 ... [2021-02-18T08:46:35.981Z] [2021-02-18T08:46:35.981Z] #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-18T08:46:35.981Z] #46 sha256:383d3dc5a8deeccd0660d46403fca0a8b3661a191d18eec830d263c79bf699e2 [2021-02-18T08:46:35.981Z] #46 5.747 + RM_GOPATH=0 [2021-02-18T08:46:35.981Z] #46 5.747 + TMP_GOPATH= [2021-02-18T08:46:35.981Z] #46 5.747 + : /build [2021-02-18T08:46:35.981Z] #46 5.747 + '[' -z '' ']' [2021-02-18T08:46:35.981Z] #46 5.747 ++ mktemp -d [2021-02-18T08:46:35.981Z] #46 5.747 + export GOPATH=/tmp/tmp.maKS1LAgas [2021-02-18T08:46:35.981Z] #46 5.748 + GOPATH=/tmp/tmp.maKS1LAgas [2021-02-18T08:46:35.981Z] #46 5.748 + RM_GOPATH=1 [2021-02-18T08:46:35.981Z] #46 5.748 + case "$(go env GOARCH)" in [2021-02-18T08:46:35.981Z] #46 5.752 ++ go env GOARCH [2021-02-18T08:46:35.981Z] #46 5.758 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:35.981Z] #46 5.758 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:35.981Z] #46 5.758 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:35.981Z] #46 5.760 + dir=/tmp/install [2021-02-18T08:46:35.981Z] #46 5.760 + bin=gotestsum [2021-02-18T08:46:35.981Z] #46 5.760 + shift [2021-02-18T08:46:35.981Z] #46 5.760 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T08:46:35.981Z] #46 5.760 + . /tmp/install/gotestsum.installer [2021-02-18T08:46:35.981Z] #46 5.760 ++ : v0.5.3 [2021-02-18T08:46:35.981Z] #46 5.760 + install_gotestsum [2021-02-18T08:46:35.981Z] #46 5.775 + set -e [2021-02-18T08:46:35.981Z] #46 5.775 + export GO111MODULE=on [2021-02-18T08:46:35.981Z] #46 5.775 + GO111MODULE=on [2021-02-18T08:46:35.981Z] #46 5.775 + GOBIN=/build [2021-02-18T08:46:35.981Z] #46 5.775 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T08:46:35.981Z] #46 5.919 go: finding gotest.tools v0.5.3 [2021-02-18T08:46:35.981Z] #46 5.919 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:35.981Z] #46 6.659 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:35.981Z] #46 7.147 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T08:46:35.981Z] #46 7.909 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T08:46:35.981Z] #46 7.932 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:35.981Z] #46 7.939 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:35.981Z] #46 7.954 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:35.981Z] #46 8.024 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:35.981Z] #46 8.131 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:35.981Z] #46 8.220 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:35.981Z] #46 8.221 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T08:46:35.981Z] #46 8.301 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T08:46:35.981Z] #46 8.431 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:35.981Z] #46 8.477 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:35.981Z] #46 8.596 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:35.981Z] #46 8.779 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:35.981Z] #46 8.782 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:35.981Z] #46 8.831 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T08:46:35.981Z] #46 8.862 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:35.981Z] #46 8.866 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:35.981Z] #46 9.215 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:35.981Z] #46 9.233 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:35.981Z] #46 9.891 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:35.981Z] #46 10.03 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:35.981Z] #46 ... [2021-02-18T08:46:35.981Z] [2021-02-18T08:46:35.981Z] #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-18T08:46:35.981Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T08:46:35.981Z] #35 6.572 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:35.981Z] #35 6.603 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:35.981Z] #35 6.611 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:35.981Z] #35 7.705 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T08:46:35.981Z] #35 9.233 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T08:46:35.981Z] #35 10.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T08:46:36.039Z] #49 18.00 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:36.237Z] [2021-02-18T08:46:36.237Z] #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-18T08:46:36.237Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:36.237Z] #48 38.87 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T08:46:36.237Z] #48 44.32 go: finding github.com/fatih/color v1.7.0 [2021-02-18T08:46:36.237Z] #48 44.39 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:36.237Z] #48 44.41 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:36.237Z] #48 44.43 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:36.237Z] #48 44.53 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:36.237Z] #48 44.55 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:36.237Z] #48 44.55 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:46:36.237Z] #48 44.57 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:36.237Z] #48 44.58 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T08:46:36.237Z] #48 44.63 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:36.237Z] #48 44.67 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:36.237Z] #48 44.68 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:36.237Z] #48 44.69 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:36.237Z] #48 44.70 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:36.237Z] #48 44.72 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:36.237Z] #48 44.75 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:36.237Z] #48 44.76 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:36.237Z] #48 44.76 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:36.237Z] #48 44.77 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T08:46:36.237Z] #48 44.82 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:36.237Z] #48 44.90 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:36.237Z] #48 44.93 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:36.237Z] #48 44.95 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:36.237Z] #48 45.04 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:36.237Z] #48 45.11 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:36.237Z] #48 45.11 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:36.237Z] #48 45.14 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:36.237Z] #48 45.20 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:36.237Z] #48 45.23 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:36.237Z] #48 45.30 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:36.237Z] #48 45.38 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:36.237Z] #48 45.41 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:36.237Z] #48 45.56 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:36.237Z] #48 45.58 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:36.237Z] #48 45.66 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:36.237Z] #48 45.67 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:36.237Z] #48 45.71 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:36.237Z] #48 45.73 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:36.237Z] #48 45.78 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T08:46:36.237Z] #48 45.81 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:36.237Z] #48 45.83 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T08:46:36.237Z] #48 46.06 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:36.237Z] #48 46.13 go: finding golang.org/x/text v0.3.2 [2021-02-18T08:46:36.237Z] #48 46.13 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:36.244Z] #35 ... [2021-02-18T08:46:36.244Z] [2021-02-18T08:46:36.244Z] #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-18T08:46:36.244Z] #50 sha256:32bbf6f870c5a434f1904e5679e896204ba930058db42441832d818444a016f3 [2021-02-18T08:46:36.244Z] #50 5.466 + RM_GOPATH=0 [2021-02-18T08:46:36.244Z] #50 5.466 + TMP_GOPATH= [2021-02-18T08:46:36.244Z] #50 5.466 + : /build [2021-02-18T08:46:36.244Z] #50 5.466 + '[' -z '' ']' [2021-02-18T08:46:36.244Z] #50 5.473 ++ mktemp -d [2021-02-18T08:46:36.244Z] #50 5.473 + export GOPATH=/tmp/tmp.pvtywbMDGg [2021-02-18T08:46:36.244Z] #50 5.473 + GOPATH=/tmp/tmp.pvtywbMDGg [2021-02-18T08:46:36.244Z] #50 5.473 + RM_GOPATH=1 [2021-02-18T08:46:36.244Z] #50 5.473 + case "$(go env GOARCH)" in [2021-02-18T08:46:36.244Z] #50 5.473 ++ go env GOARCH [2021-02-18T08:46:36.244Z] #50 5.508 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:36.244Z] #50 5.509 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:36.244Z] #50 5.509 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:36.244Z] #50 5.509 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:36.244Z] #50 5.509 + dir=/tmp/install [2021-02-18T08:46:36.244Z] #50 5.509 + bin=shfmt [2021-02-18T08:46:36.244Z] #50 5.509 + shift [2021-02-18T08:46:36.244Z] #50 5.509 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T08:46:36.244Z] #50 5.509 + . /tmp/install/shfmt.installer [2021-02-18T08:46:36.244Z] #50 5.509 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:36.244Z] #50 5.509 + install_shfmt [2021-02-18T08:46:36.244Z] #50 5.509 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T08:46:36.244Z] #50 5.509 + git clone https://github.com/mvdan/sh.git /tmp/tmp.pvtywbMDGg/src/github.com/mvdan/sh [2021-02-18T08:46:36.244Z] #50 5.509 Cloning into '/tmp/tmp.pvtywbMDGg/src/github.com/mvdan/sh'... [2021-02-18T08:46:36.244Z] #50 ... [2021-02-18T08:46:36.244Z] [2021-02-18T08:46:36.244Z] #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-18T08:46:36.244Z] #33 sha256:384ada366ad9011ee173d4616a54a1c1a1664894fbd27e90dab07eff2a3af96b [2021-02-18T08:46:36.244Z] #33 5.583 + RM_GOPATH=0 [2021-02-18T08:46:36.244Z] #33 5.583 + TMP_GOPATH= [2021-02-18T08:46:36.244Z] #33 5.583 + : /build [2021-02-18T08:46:36.244Z] #33 5.583 + '[' -z '' ']' [2021-02-18T08:46:36.244Z] #33 5.583 ++ mktemp -d [2021-02-18T08:46:36.244Z] #33 5.587 + export GOPATH=/tmp/tmp.dwPaX1Dxbh [2021-02-18T08:46:36.244Z] #33 5.587 + GOPATH=/tmp/tmp.dwPaX1Dxbh [2021-02-18T08:46:36.244Z] #33 5.587 + RM_GOPATH=1 [2021-02-18T08:46:36.244Z] #33 5.587 + case "$(go env GOARCH)" in [2021-02-18T08:46:36.244Z] #33 5.587 ++ go env GOARCH [2021-02-18T08:46:36.244Z] #33 5.609 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:36.244Z] #33 5.609 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:36.244Z] #33 5.610 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:36.244Z] #33 5.615 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:36.244Z] #33 5.621 + dir=/tmp/install [2021-02-18T08:46:36.244Z] #33 5.621 + bin=tomlv [2021-02-18T08:46:36.244Z] #33 5.621 + shift [2021-02-18T08:46:36.244Z] #33 5.621 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T08:46:36.244Z] #33 5.621 + . /tmp/install/tomlv.installer [2021-02-18T08:46:36.244Z] #33 5.621 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:36.244Z] #33 5.621 + install_tomlv [2021-02-18T08:46:36.244Z] #33 5.621 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T08:46:36.244Z] #33 5.621 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.dwPaX1Dxbh/src/github.com/BurntSushi/toml [2021-02-18T08:46:36.244Z] #33 5.621 Cloning into '/tmp/tmp.dwPaX1Dxbh/src/github.com/BurntSushi/toml'... [2021-02-18T08:46:36.244Z] #33 6.346 + cd /tmp/tmp.dwPaX1Dxbh/src/github.com/BurntSushi/toml [2021-02-18T08:46:36.244Z] #33 6.346 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T08:46:36.244Z] #33 6.391 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:46:36.244Z] #33 6.938 math/bits [2021-02-18T08:46:36.244Z] #33 6.949 runtime/internal/sys [2021-02-18T08:46:36.244Z] #33 6.987 internal/cpu [2021-02-18T08:46:36.244Z] #33 7.063 runtime/internal/atomic [2021-02-18T08:46:36.244Z] #33 7.176 runtime/internal/math [2021-02-18T08:46:36.244Z] #33 7.287 unicode/utf8 [2021-02-18T08:46:36.244Z] #33 7.452 internal/race [2021-02-18T08:46:36.244Z] #33 7.545 sync/atomic [2021-02-18T08:46:36.244Z] #33 7.637 math [2021-02-18T08:46:36.244Z] #33 7.676 internal/bytealg [2021-02-18T08:46:36.244Z] #33 7.896 unicode [2021-02-18T08:46:36.244Z] #33 7.995 internal/testlog [2021-02-18T08:46:36.244Z] #33 8.734 encoding [2021-02-18T08:46:36.244Z] #33 8.913 runtime/cgo [2021-02-18T08:46:36.244Z] #33 9.024 runtime [2021-02-18T08:46:36.342Z] #49 18.27 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:36.451Z] #44 ... [2021-02-18T08:46:36.451Z] [2021-02-18T08:46:36.451Z] #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-18T08:46:36.451Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:36.451Z] #42 25.46 CC images/signalfd.o [2021-02-18T08:46:36.451Z] #42 26.07 CC images/fs.o [2021-02-18T08:46:36.451Z] #42 26.47 CC images/pstree.o [2021-02-18T08:46:36.451Z] #42 26.60 CC images/pipe.o [2021-02-18T08:46:36.451Z] #42 26.80 CC images/tcp-stream.o [2021-02-18T08:46:36.451Z] #42 27.03 CC images/sk-packet.o [2021-02-18T08:46:36.451Z] #42 27.27 CC images/mnt.o [2021-02-18T08:46:36.451Z] #42 27.50 CC images/pipe-data.o [2021-02-18T08:46:36.451Z] #42 27.66 CC images/sa.o [2021-02-18T08:46:36.451Z] #42 27.98 CC images/timer.o [2021-02-18T08:46:36.499Z] #48 46.27 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:36.499Z] #48 46.29 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:36.499Z] #48 46.33 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:36.499Z] #48 46.34 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:36.499Z] #48 46.42 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:36.499Z] #48 46.43 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:36.499Z] #48 46.47 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:36.499Z] #48 46.55 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:36.507Z] #33 ... [2021-02-18T08:46:36.507Z] [2021-02-18T08:46:36.507Z] #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-18T08:46:36.507Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T08:46:36.507Z] #54 6.459 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:46:36.507Z] #54 6.508 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:46:36.507Z] #54 6.517 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:46:36.507Z] #54 7.406 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T08:46:36.507Z] #54 8.544 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T08:46:36.507Z] #54 9.887 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T08:46:36.507Z] #54 ... [2021-02-18T08:46:36.507Z] [2021-02-18T08:46:36.507Z] #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-18T08:46:36.507Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:46:36.507Z] #48 5.692 + RM_GOPATH=0 [2021-02-18T08:46:36.507Z] #48 5.692 + TMP_GOPATH= [2021-02-18T08:46:36.507Z] #48 5.692 + : /build [2021-02-18T08:46:36.507Z] #48 5.692 + '[' -z '' ']' [2021-02-18T08:46:36.507Z] #48 5.692 ++ mktemp -d [2021-02-18T08:46:36.507Z] #48 5.693 + export GOPATH=/tmp/tmp.QhD3B4aBd7 [2021-02-18T08:46:36.508Z] #48 5.693 + GOPATH=/tmp/tmp.QhD3B4aBd7 [2021-02-18T08:46:36.508Z] #48 5.693 + RM_GOPATH=1 [2021-02-18T08:46:36.508Z] #48 5.693 + case "$(go env GOARCH)" in [2021-02-18T08:46:36.508Z] #48 5.703 ++ go env GOARCH [2021-02-18T08:46:36.508Z] #48 5.776 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:36.508Z] #48 5.776 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:36.508Z] #48 5.778 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:36.508Z] #48 5.785 + dir=/tmp/install [2021-02-18T08:46:36.508Z] #48 5.785 + bin=golangci_lint [2021-02-18T08:46:36.508Z] #48 5.785 + shift [2021-02-18T08:46:36.508Z] #48 5.785 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T08:46:36.508Z] #48 5.785 + . /tmp/install/golangci_lint.installer [2021-02-18T08:46:36.508Z] #48 5.785 ++ : v1.23.8 [2021-02-18T08:46:36.508Z] #48 5.785 + install_golangci_lint [2021-02-18T08:46:36.508Z] #48 5.785 + set -e [2021-02-18T08:46:36.508Z] #48 5.785 + export GO111MODULE=on [2021-02-18T08:46:36.508Z] #48 5.785 + GO111MODULE=on [2021-02-18T08:46:36.508Z] #48 5.785 + GOBIN=/build [2021-02-18T08:46:36.508Z] #48 5.785 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T08:46:36.508Z] #48 5.901 go: finding github.com v1.23.8 [2021-02-18T08:46:36.508Z] #48 5.909 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T08:46:36.508Z] #48 5.909 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T08:46:36.508Z] #48 5.909 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:36.508Z] #48 5.909 go: finding github.com/golangci v1.23.8 [2021-02-18T08:46:36.508Z] #48 6.856 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:36.508Z] #48 7.590 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T08:46:36.548Z] #41 14.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:36.649Z] #49 18.62 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:36.711Z] #42 28.33 CC images/timerfd.o [2021-02-18T08:46:36.711Z] #42 28.49 CC images/mm.o [2021-02-18T08:46:36.761Z] #48 46.56 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:36.761Z] #48 46.58 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:36.761Z] #48 46.60 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:36.761Z] #48 46.62 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:36.761Z] #48 46.67 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:36.761Z] #48 46.73 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:36.761Z] #48 46.73 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:36.761Z] #48 46.77 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:36.761Z] #48 46.79 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:36.771Z] #48 ... [2021-02-18T08:46:36.771Z] [2021-02-18T08:46:36.771Z] #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-18T08:46:36.771Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-18T08:46:36.771Z] #39 6.148 + git clone https://github.com/docker/distribution.git . [2021-02-18T08:46:36.771Z] #39 6.150 Cloning into '.'... [2021-02-18T08:46:36.848Z] #41 ... [2021-02-18T08:46:36.848Z] [2021-02-18T08:46:36.848Z] #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-18T08:46:36.848Z] #28 sha256:f239a95a0f7d0de4ebe189aa0bb434165ae01f55132428038567d611b82a6189 [2021-02-18T08:46:36.848Z] #28 12.10 ##################################### 52.6% ######################################################################## 100.0% [2021-02-18T08:46:36.848Z] #28 12.22 [2021-02-18T08:46:36.848Z] #28 12.31 Download of images into '/build' complete. [2021-02-18T08:46:36.848Z] #28 12.33 Use something like the following to load the result into a Docker daemon: [2021-02-18T08:46:36.848Z] #28 12.33 tar -cC '/build' . | docker load [2021-02-18T08:46:36.848Z] #28 DONE 16.2s [2021-02-18T08:46:36.848Z] [2021-02-18T08:46:36.848Z] #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-18T08:46:36.848Z] #33 sha256:4e4263e3229ac6bee92f6043ca542f942172462e84811b691260171570b3a012 [2021-02-18T08:46:36.848Z] #33 14.43 internal/testlog [2021-02-18T08:46:36.957Z] #49 18.78 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:36.971Z] #42 28.72 CC images/sk-opts.o [2021-02-18T08:46:37.035Z] #39 ... [2021-02-18T08:46:37.035Z] [2021-02-18T08:46:37.035Z] #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-18T08:46:37.035Z] #23 sha256:6c52ac0b5f1cc7571edd213714289a35ec3d13aeb27c5e2feeb9f53410d25fb7 [2021-02-18T08:46:37.035Z] #23 5.835 + RM_GOPATH=0 [2021-02-18T08:46:37.035Z] #23 5.835 + TMP_GOPATH= [2021-02-18T08:46:37.035Z] #23 5.835 + : /build [2021-02-18T08:46:37.035Z] #23 5.835 + '[' -z '' ']' [2021-02-18T08:46:37.035Z] #23 5.843 ++ mktemp -d [2021-02-18T08:46:37.035Z] #23 5.843 + export GOPATH=/tmp/tmp.j5SSS4kSQL [2021-02-18T08:46:37.035Z] #23 5.843 + GOPATH=/tmp/tmp.j5SSS4kSQL [2021-02-18T08:46:37.035Z] #23 5.843 + RM_GOPATH=1 [2021-02-18T08:46:37.035Z] #23 5.843 + case "$(go env GOARCH)" in [2021-02-18T08:46:37.035Z] #23 5.843 ++ go env GOARCH [2021-02-18T08:46:37.035Z] #23 5.909 Install docker/cli version 17.06.2-ce from stable [2021-02-18T08:46:37.035Z] #23 5.911 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:37.035Z] #23 5.911 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:37.035Z] #23 5.911 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:37.035Z] #23 5.911 + dir=/tmp/install [2021-02-18T08:46:37.035Z] #23 5.911 + bin=dockercli [2021-02-18T08:46:37.035Z] #23 5.911 + shift [2021-02-18T08:46:37.035Z] #23 5.911 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T08:46:37.035Z] #23 5.911 + . /tmp/install/dockercli.installer [2021-02-18T08:46:37.035Z] #23 5.911 ++ : stable [2021-02-18T08:46:37.035Z] #23 5.911 ++ : 17.06.2-ce [2021-02-18T08:46:37.035Z] #23 5.911 + install_dockercli [2021-02-18T08:46:37.035Z] #23 5.911 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T08:46:37.035Z] #23 5.913 ++ uname -m [2021-02-18T08:46:37.035Z] #23 5.915 + arch=aarch64 [2021-02-18T08:46:37.035Z] #23 5.915 + '[' aarch64 '!=' x86_64 ']' [2021-02-18T08:46:37.035Z] #23 5.916 + '[' aarch64 '!=' s390x ']' [2021-02-18T08:46:37.035Z] #23 5.916 + '[' aarch64 '!=' armhf ']' [2021-02-18T08:46:37.035Z] #23 5.916 + build_dockercli [2021-02-18T08:46:37.035Z] #23 5.916 + git clone https://github.com/docker/docker-ce /tmp/tmp.j5SSS4kSQL/tmp/docker-ce [2021-02-18T08:46:37.035Z] #23 5.924 Cloning into '/tmp/tmp.j5SSS4kSQL/tmp/docker-ce'... [2021-02-18T08:46:37.035Z] #23 ... [2021-02-18T08:46:37.035Z] [2021-02-18T08:46:37.035Z] #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-18T08:46:37.035Z] #57 sha256:085a00c62abd329dd21b3f860060b4d433f299f0542586ba1673701ddacfd0c5 [2021-02-18T08:46:37.035Z] #57 6.123 + RM_GOPATH=0 [2021-02-18T08:46:37.035Z] #57 6.123 + TMP_GOPATH= [2021-02-18T08:46:37.035Z] #57 6.124 + : /build [2021-02-18T08:46:37.035Z] #57 6.124 + '[' -z '' ']' [2021-02-18T08:46:37.035Z] #57 6.125 ++ mktemp -d [2021-02-18T08:46:37.035Z] #57 6.135 + export GOPATH=/tmp/tmp.STDOS9HCf6 [2021-02-18T08:46:37.035Z] #57 6.135 + GOPATH=/tmp/tmp.STDOS9HCf6 [2021-02-18T08:46:37.035Z] #57 6.135 + RM_GOPATH=1 [2021-02-18T08:46:37.035Z] #57 6.135 + case "$(go env GOARCH)" in [2021-02-18T08:46:37.035Z] #57 6.136 ++ go env GOARCH [2021-02-18T08:46:37.035Z] #57 6.153 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:37.035Z] #57 6.153 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:37.035Z] #57 6.154 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:37.035Z] #57 6.155 + dir=/tmp/install [2021-02-18T08:46:37.035Z] #57 6.156 + bin=rootlesskit [2021-02-18T08:46:37.035Z] #57 6.156 + shift [2021-02-18T08:46:37.035Z] #57 6.156 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T08:46:37.035Z] #57 6.156 + . /tmp/install/rootlesskit.installer [2021-02-18T08:46:37.035Z] #57 6.157 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:37.035Z] #57 6.157 + install_rootlesskit [2021-02-18T08:46:37.035Z] #57 6.157 + case "$1" in [2021-02-18T08:46:37.035Z] #57 6.157 + export CGO_ENABLED=0 [2021-02-18T08:46:37.035Z] #57 6.157 + CGO_ENABLED=0 [2021-02-18T08:46:37.035Z] #57 6.157 + _install_rootlesskit [2021-02-18T08:46:37.035Z] #57 6.157 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T08:46:37.035Z] #57 6.158 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:37.035Z] #57 6.158 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.STDOS9HCf6/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:46:37.035Z] #57 6.166 Cloning into '/tmp/tmp.STDOS9HCf6/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T08:46:37.035Z] #57 9.587 + cd /tmp/tmp.STDOS9HCf6/src/github.com/rootless-containers/rootlesskit [2021-02-18T08:46:37.035Z] #57 9.588 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T08:46:37.035Z] #57 10.57 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:46:37.035Z] #57 10.57 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T08:46:37.045Z] #48 46.80 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:37.045Z] #48 46.94 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:46:37.045Z] #48 47.01 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:37.117Z] #33 14.93 encoding [2021-02-18T08:46:37.231Z] #42 28.89 CC images/sk-unix.o [2021-02-18T08:46:37.256Z] #49 19.29 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:37.256Z] #49 19.38 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:37.298Z] #57 ... [2021-02-18T08:46:37.298Z] [2021-02-18T08:46:37.298Z] #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-18T08:46:37.298Z] #44 sha256:d6e8b45156f06380e13bb62e5cac1ef2d1b94959482b927f357c5eb4adddc83e [2021-02-18T08:46:37.298Z] #44 5.859 + RM_GOPATH=0 [2021-02-18T08:46:37.298Z] #44 5.859 + TMP_GOPATH= [2021-02-18T08:46:37.298Z] #44 5.861 + : /build [2021-02-18T08:46:37.298Z] #44 5.861 + '[' -z '' ']' [2021-02-18T08:46:37.298Z] #44 5.861 ++ mktemp -d [2021-02-18T08:46:37.298Z] #44 5.891 + export GOPATH=/tmp/tmp.IF8JAftHXF [2021-02-18T08:46:37.298Z] #44 5.891 + GOPATH=/tmp/tmp.IF8JAftHXF [2021-02-18T08:46:37.298Z] #44 5.891 + RM_GOPATH=1 [2021-02-18T08:46:37.298Z] #44 5.891 + case "$(go env GOARCH)" in [2021-02-18T08:46:37.298Z] #44 5.891 ++ go env GOARCH [2021-02-18T08:46:37.298Z] #44 5.893 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:37.298Z] #44 5.908 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:37.298Z] #44 5.908 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:37.298Z] #44 5.944 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:37.298Z] #44 5.944 + dir=/tmp/install [2021-02-18T08:46:37.298Z] #44 5.944 + bin=vndr [2021-02-18T08:46:37.298Z] #44 5.944 + shift [2021-02-18T08:46:37.298Z] #44 5.944 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T08:46:37.298Z] #44 5.944 + . /tmp/install/vndr.installer [2021-02-18T08:46:37.298Z] #44 5.944 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:37.298Z] #44 5.944 + install_vndr [2021-02-18T08:46:37.298Z] #44 5.944 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T08:46:37.298Z] #44 5.944 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.IF8JAftHXF/src/github.com/LK4D4/vndr [2021-02-18T08:46:37.298Z] #44 5.948 Cloning into '/tmp/tmp.IF8JAftHXF/src/github.com/LK4D4/vndr'... [2021-02-18T08:46:37.298Z] #44 6.375 + cd /tmp/tmp.IF8JAftHXF/src/github.com/LK4D4/vndr [2021-02-18T08:46:37.298Z] #44 6.375 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T08:46:37.298Z] #44 6.384 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T08:46:37.298Z] #44 7.285 runtime/internal/math [2021-02-18T08:46:37.298Z] #44 7.331 internal/race [2021-02-18T08:46:37.298Z] #44 7.346 internal/cpu [2021-02-18T08:46:37.298Z] #44 7.412 runtime/internal/atomic [2021-02-18T08:46:37.298Z] #44 7.458 sync/atomic [2021-02-18T08:46:37.298Z] #44 7.505 unicode [2021-02-18T08:46:37.298Z] #44 7.924 math [2021-02-18T08:46:37.298Z] #44 7.976 internal/testlog [2021-02-18T08:46:37.298Z] #44 8.125 internal/bytealg [2021-02-18T08:46:37.298Z] #44 8.521 encoding [2021-02-18T08:46:37.298Z] #44 8.745 unicode/utf16 [2021-02-18T08:46:37.298Z] #44 9.001 container/list [2021-02-18T08:46:37.298Z] #44 9.076 runtime [2021-02-18T08:46:37.298Z] #44 9.698 crypto/internal/subtle [2021-02-18T08:46:37.298Z] #44 9.873 crypto/subtle [2021-02-18T08:46:37.298Z] #44 10.28 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T08:46:37.298Z] #44 10.48 internal/nettrace [2021-02-18T08:46:37.298Z] #44 10.58 runtime/cgo [2021-02-18T08:46:37.298Z] #44 11.63 vendor/golang.org/x/crypto/internal/subtle [2021-02-18T08:46:37.298Z] #44 ... [2021-02-18T08:46:37.298Z] [2021-02-18T08:46:37.298Z] #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-18T08:46:37.298Z] #46 sha256:383d3dc5a8deeccd0660d46403fca0a8b3661a191d18eec830d263c79bf699e2 [2021-02-18T08:46:37.298Z] #46 11.77 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:37.312Z] #48 47.17 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:37.312Z] #48 47.21 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:37.312Z] #48 47.23 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:37.312Z] #48 47.26 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:37.312Z] #48 47.34 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T08:46:37.386Z] #33 15.22 runtime/cgo [2021-02-18T08:46:37.491Z] #42 29.19 CC images/sk-inet.o [2021-02-18T08:46:37.556Z] #49 19.48 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:37.557Z] #49 19.52 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:37.557Z] #49 19.55 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:37.585Z] #48 ... [2021-02-18T08:46:37.585Z] [2021-02-18T08:46:37.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-18T08:46:37.585Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:37.585Z] #41 44.98 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-18T08:46:37.585Z] #41 46.74 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:37.585Z] #41 47.23 Fetched 4095 kB in 1s (5394 kB/s) [2021-02-18T08:46:37.585Z] #41 47.35 Selecting previously unselected package libcap-dev:amd64. [2021-02-18T08:46:37.585Z] #41 47.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:46:37.585Z] #41 47.51 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-18T08:46:37.585Z] #41 47.52 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T08:46:37.865Z] #49 ... [2021-02-18T08:46:37.865Z] [2021-02-18T08:46:37.865Z] #29 [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-18T08:46:37.865Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:37.865Z] #29 15.56 #=#=# 0.0% 0.2% 0.7% # 1.9% ### 4.3% ###### 9.1% ######### 13.5% ############ 17.0% ############## 20.7% ################# 24.5% ####################### 32.1% ############################ 39.4% ############################### 44.0% ################################## 48.5% ###################################### 53.2% ######################################## 56.6% ############################################ 62.1% ################################################ 67.5% #################################################### 72.5% ###################################################### 76.1% ########################################################## 81.7% ############################################################## 87.1% ################################################################## 92.6% ###################################################################### 98.2% ######################################################################## 100.0% [2021-02-18T08:46:37.865Z] #29 19.68 [2021-02-18T08:46:37.875Z] #46 ... [2021-02-18T08:46:37.875Z] [2021-02-18T08:46:37.875Z] #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-18T08:46:37.875Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T08:46:37.875Z] #26 17.33 Updating certificates in /etc/ssl/certs... [2021-02-18T08:46:37.875Z] #26 23.23 137 added, 0 removed; done. [2021-02-18T08:46:37.875Z] #26 23.52 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-02-18T08:46:37.875Z] #26 23.56 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:46:37.875Z] #26 23.62 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-02-18T08:46:37.875Z] #26 23.65 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T08:46:37.875Z] #26 23.74 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:37.875Z] #26 24.13 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T08:46:37.875Z] #26 24.16 Updating certificates in /etc/ssl/certs... [2021-02-18T08:46:37.939Z] #41 ... [2021-02-18T08:46:37.939Z] [2021-02-18T08:46:37.939Z] #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-18T08:46:37.939Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:46:37.939Z] #54 33.02 Reading package lists... [2021-02-18T08:46:37.939Z] #54 39.87 Building dependency tree... [2021-02-18T08:46:37.939Z] #54 43.53 The following additional packages will be installed: [2021-02-18T08:46:37.939Z] #54 43.55 libbtrfs0 [2021-02-18T08:46:37.939Z] #54 43.79 The following NEW packages will be installed: [2021-02-18T08:46:37.939Z] #54 43.79 libbtrfs-dev libbtrfs0 [2021-02-18T08:46:37.939Z] #54 44.21 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:46:37.939Z] #54 44.21 Need to get 119 kB of archives. [2021-02-18T08:46:37.939Z] #54 44.21 After this operation, 387 kB of additional disk space will be used. [2021-02-18T08:46:37.939Z] #54 44.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T08:46:37.939Z] #54 44.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T08:46:37.939Z] #54 45.52 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:37.939Z] #54 45.70 Fetched 119 kB in 0s (452 kB/s) [2021-02-18T08:46:37.939Z] #54 45.92 Selecting previously unselected package libbtrfs0. [2021-02-18T08:46:37.939Z] #54 45.92 (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-18T08:46:37.939Z] #54 46.08 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T08:46:37.939Z] #54 46.08 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:46:37.939Z] #54 46.35 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:46:37.939Z] #54 46.35 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T08:46:37.939Z] #54 46.38 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:46:37.939Z] #54 46.89 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:46:37.939Z] #54 46.94 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:46:37.939Z] #54 46.96 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:37.939Z] #54 DONE 47.6s [2021-02-18T08:46:37.939Z] [2021-02-18T08:46:37.939Z] #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-18T08:46:37.939Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:46:37.939Z] #48 47.66 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:37.939Z] #48 47.75 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:37.939Z] #48 47.79 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:37.939Z] #48 47.89 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:46:38.060Z] #42 29.54 CC images/tun.o [2021-02-18T08:46:38.138Z] #26 ... [2021-02-18T08:46:38.138Z] [2021-02-18T08:46:38.138Z] #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-18T08:46:38.138Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:46:38.138Z] #48 12.65 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:38.138Z] #48 12.69 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:38.138Z] #48 12.70 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T08:46:38.138Z] #48 12.71 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T08:46:38.210Z] #48 48.02 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:38.320Z] #42 29.84 CC images/sk-netlink.o [2021-02-18T08:46:38.403Z] #48 12.79 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:38.403Z] #48 12.83 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:38.403Z] #48 12.84 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:38.403Z] #48 12.84 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:38.403Z] #48 12.90 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T08:46:38.403Z] #48 12.97 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:38.403Z] #48 12.98 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T08:46:38.403Z] #48 12.98 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T08:46:38.403Z] #48 13.00 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:38.580Z] #42 30.11 CC images/packet-sock.o [2021-02-18T08:46:38.764Z] #48 13.15 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:38.842Z] #42 30.51 CC images/ipc-var.o [2021-02-18T08:46:39.103Z] #42 30.71 CC images/ipc-desc.o [2021-02-18T08:46:39.103Z] #42 ... [2021-02-18T08:46:39.103Z] [2021-02-18T08:46:39.103Z] #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-18T08:46:39.103Z] #55 sha256:058273f5a3956e07f30cfc63590bb0e78017b66eb0ddf043399b28b5f047189c [2021-02-18T08:46:39.103Z] #55 47.03 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T08:46:39.103Z] #55 47.03 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T08:46:39.103Z] #55 47.03 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:46:39.103Z] #55 47.03 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:46:39.103Z] #55 47.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T08:46:39.103Z] #55 47.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T08:46:39.103Z] #55 47.03 + '[' '' = dynamic ']' [2021-02-18T08:46:39.103Z] #55 47.03 + make [2021-02-18T08:46:39.103Z] #55 48.14 + bin/ctr [2021-02-18T08:46:39.221Z] #48 13.37 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:39.221Z] #48 13.40 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:39.221Z] #48 13.43 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:39.221Z] #48 13.58 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:39.221Z] #48 13.60 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:39.221Z] #48 13.66 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:39.363Z] #55 ... [2021-02-18T08:46:39.363Z] [2021-02-18T08:46:39.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-18T08:46:39.363Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:39.363Z] #42 30.89 CC images/ipc-shm.o [2021-02-18T08:46:39.363Z] #42 31.07 CC images/ipc-msg.o [2021-02-18T08:46:39.424Z] #29 19.96 #=#=# 0.0% 0.1% 0.2% 0.6% # 1.4% ## 3.1% ### 4.7% #### [2021-02-18T08:46:39.425Z] #29 ... [2021-02-18T08:46:39.425Z] [2021-02-18T08:46:39.425Z] #51 [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-18T08:46:39.425Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:46:39.425Z] #51 11.48 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:39.425Z] #51 11.49 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:39.425Z] #51 11.57 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:39.425Z] #51 11.85 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:39.425Z] #51 11.86 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:39.425Z] #51 13.26 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:39.425Z] #51 14.16 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:39.425Z] #51 16.04 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:39.425Z] #51 17.79 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:39.425Z] #51 17.80 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:39.425Z] #51 18.08 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:39.425Z] #51 18.68 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:39.425Z] #51 20.14 runtime [2021-02-18T08:46:39.425Z] #51 ... [2021-02-18T08:46:39.425Z] [2021-02-18T08:46:39.425Z] #29 [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-18T08:46:39.425Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:39.484Z] #48 13.66 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:39.484Z] #48 13.77 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T08:46:39.484Z] #48 13.79 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T08:46:39.484Z] #48 13.88 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:39.484Z] #48 13.88 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:39.484Z] #48 13.99 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:39.484Z] #48 14.01 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:39.484Z] #48 14.03 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:39.614Z] #48 ... [2021-02-18T08:46:39.614Z] [2021-02-18T08:46:39.614Z] #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-18T08:46:39.614Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:39.614Z] #35 32.65 Reading package lists... [2021-02-18T08:46:39.614Z] #35 39.51 Building dependency tree... [2021-02-18T08:46:39.614Z] #35 43.36 The following additional packages will be installed: [2021-02-18T08:46:39.614Z] #35 43.36 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T08:46:39.614Z] #35 43.37 Suggested packages: [2021-02-18T08:46:39.614Z] #35 43.38 cmake-doc ninja-build lrzip [2021-02-18T08:46:39.614Z] #35 43.38 Recommended packages: [2021-02-18T08:46:39.614Z] #35 43.38 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T08:46:39.614Z] #35 44.42 The following NEW packages will be installed: [2021-02-18T08:46:39.614Z] #35 44.43 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T08:46:39.614Z] #35 44.46 vim-common xxd [2021-02-18T08:46:39.614Z] #35 44.83 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:46:39.614Z] #35 44.83 Need to get 14.9 MB of archives. [2021-02-18T08:46:39.614Z] #35 44.83 After this operation, 61.8 MB of additional disk space will be used. [2021-02-18T08:46:39.614Z] #35 44.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T08:46:39.614Z] #35 44.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:46:39.614Z] #35 44.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T08:46:39.614Z] #35 45.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T08:46:39.614Z] #35 46.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-18T08:46:39.614Z] #35 46.26 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-18T08:46:39.614Z] #35 46.27 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-18T08:46:39.614Z] #35 46.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-18T08:46:39.614Z] #35 46.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-18T08:46:39.614Z] #35 46.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-18T08:46:39.614Z] #35 48.76 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:39.614Z] #35 49.03 Fetched 14.9 MB in 2s (6135 kB/s) [2021-02-18T08:46:39.614Z] #35 49.17 Selecting previously unselected package xxd. [2021-02-18T08:46:39.614Z] #35 49.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:46:39.614Z] #35 49.30 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:46:39.614Z] #35 49.31 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:46:39.614Z] #35 ... [2021-02-18T08:46:39.614Z] [2021-02-18T08:46:39.614Z] #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-18T08:46:39.614Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:46:39.614Z] #44 39.32 sync [2021-02-18T08:46:39.614Z] #44 39.33 internal/reflectlite [2021-02-18T08:46:39.614Z] #44 40.77 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T08:46:39.614Z] #44 41.16 math/rand [2021-02-18T08:46:39.614Z] #44 42.20 internal/singleflight [2021-02-18T08:46:39.614Z] #44 42.61 io [2021-02-18T08:46:39.614Z] #44 42.67 strconv [2021-02-18T08:46:39.614Z] #44 43.44 bytes [2021-02-18T08:46:39.614Z] #44 46.39 bufio [2021-02-18T08:46:39.614Z] #44 47.28 reflect [2021-02-18T08:46:39.614Z] #44 ... [2021-02-18T08:46:39.614Z] [2021-02-18T08:46:39.614Z] #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-18T08:46:39.614Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:46:39.614Z] #31 47.87 Checking out files: 74% (1139/1521) Checking out files: 75% (1141/1521) Checking out files: 76% (1156/1521) Checking out files: 77% (1172/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 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: 98% (1501/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-18T08:46:39.614Z] #31 48.94 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T08:46:39.623Z] #42 31.34 CC images/ipc-sem.o [2021-02-18T08:46:39.748Z] #48 14.23 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:39.748Z] #48 14.27 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:39.877Z] #31 49.18 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T08:46:39.883Z] #42 31.61 CC images/utsns.o [2021-02-18T08:46:39.924Z] #33 ... [2021-02-18T08:46:39.924Z] [2021-02-18T08:46:39.924Z] #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-18T08:46:39.924Z] #23 sha256:9066275609a97b8cf7a1e889521d358b6525c327f0821b448b4843d185dcea8f [2021-02-18T08:46:39.924Z] #23 17.12 + mkdir -p /build [2021-02-18T08:46:39.924Z] #23 17.12 + mv docker/docker /build/ [2021-02-18T08:46:39.924Z] #23 17.13 + rmdir docker [2021-02-18T08:46:39.924Z] #23 DONE 17.5s [2021-02-18T08:46:39.924Z] [2021-02-18T08:46:39.924Z] #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-18T08:46:39.924Z] #50 sha256:b6b5ee154264652639dc872c1981bef502de26a8ad4e5a6691017469039a674c [2021-02-18T08:46:39.924Z] #50 16.13 + cd /tmp/tmp.6n7kh2RdC3/src/github.com/mvdan/sh [2021-02-18T08:46:39.924Z] #50 16.13 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:39.924Z] #50 16.36 + GO111MODULE=on [2021-02-18T08:46:39.924Z] #50 16.36 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T08:46:39.924Z] #50 17.77 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:40.011Z] #48 14.48 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T08:46:40.011Z] #48 14.49 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:40.143Z] #42 31.79 CC images/creds.o [2021-02-18T08:46:40.183Z] #50 17.85 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:40.183Z] #50 17.90 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:40.283Z] #48 14.73 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:40.283Z] #48 14.76 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:40.283Z] #48 14.83 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:40.283Z] #48 14.83 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:40.331Z] #29 19.96 #=#=# 0.0% 0.1% 0.2% 0.6% # 1.4% ## 3.1% ### 4.7% #### 5.9% ##### 7.3% ###### 8.5% ###### 9.6% ####### 10.7% ######## 11.9% ########## 14.1% ########### [2021-02-18T08:46:40.331Z] #29 ... [2021-02-18T08:46:40.331Z] [2021-02-18T08:46:40.331Z] #36 [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-18T08:46:40.331Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-18T08:46:40.331Z] #36 12.31 Fetched 8197 kB in 12s (695 kB/s) [2021-02-18T08:46:40.331Z] #36 12.31 Reading package lists... [2021-02-18T08:46:40.331Z] #36 19.96 Reading package lists... [2021-02-18T08:46:40.331Z] #36 ... [2021-02-18T08:46:40.331Z] [2021-02-18T08:46:40.331Z] #29 [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-18T08:46:40.331Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:40.408Z] #44 ... [2021-02-18T08:46:40.408Z] [2021-02-18T08:46:40.408Z] #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-18T08:46:40.408Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:40.408Z] #42 63.19 CC criu/pie/parasite.o [2021-02-18T08:46:40.408Z] #42 64.41 LINK criu/pie/parasite.built-in.o [2021-02-18T08:46:40.408Z] #42 64.42 GEN criu/pie/parasite-blob.h [2021-02-18T08:46:40.408Z] #42 64.43 CC criu/pie/parasite-vdso.o [2021-02-18T08:46:40.408Z] #42 65.17 CC criu/arch/x86/vdso-pie.o [2021-02-18T08:46:40.408Z] #42 65.50 CC criu/arch/x86/restorer.o [2021-02-18T08:46:40.408Z] #42 66.11 CC criu/arch/x86/restorer_unmap.o [2021-02-18T08:46:40.408Z] #42 66.17 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-18T08:46:40.408Z] #42 66.45 CC criu/pie/restorer.o [2021-02-18T08:46:40.408Z] #42 ... [2021-02-18T08:46:40.408Z] [2021-02-18T08:46:40.408Z] #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-18T08:46:40.408Z] #52 sha256:80271eb562e9a0041ce9535720ee4fa0d4d1e39dc714eb72e6c162ec041b932c [2021-02-18T08:46:40.408Z] #52 11.42 + cd /tmp/tmp.4e7Ih3ALQP/src/github.com/opencontainers/runc [2021-02-18T08:46:40.408Z] #52 11.42 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:46:40.408Z] #52 12.15 + '[' -z '' ']' [2021-02-18T08:46:40.408Z] #52 12.16 + target=static [2021-02-18T08:46:40.408Z] #52 12.16 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T08:46:40.408Z] #52 12.62 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-18T08:46:40.408Z] #52 ... [2021-02-18T08:46:40.408Z] [2021-02-18T08:46:40.408Z] #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-18T08:46:40.408Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:40.408Z] #42 69.41 LINK criu/pie/restorer.built-in.o [2021-02-18T08:46:40.408Z] #42 69.42 GEN criu/pie/restorer-blob.h [2021-02-18T08:46:40.545Z] #48 14.92 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:40.545Z] #48 15.01 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:40.545Z] #48 15.11 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:40.713Z] #42 32.09 CC images/vma.o [2021-02-18T08:46:40.713Z] #42 32.27 CC images/netdev.o [2021-02-18T08:46:40.719Z] #42 69.53 DEP criu/vdso.d [2021-02-18T08:46:40.756Z] #50 18.43 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:40.756Z] #50 18.46 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:40.812Z] #48 15.12 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:40.812Z] #48 ... [2021-02-18T08:46:40.812Z] [2021-02-18T08:46:40.812Z] #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-18T08:46:40.812Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T08:46:40.812Z] #26 27.71 0 added, 0 removed; done. [2021-02-18T08:46:40.812Z] #26 27.71 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T08:46:40.812Z] #26 27.71 done. [2021-02-18T08:46:40.812Z] #26 DONE 30.2s [2021-02-18T08:46:40.812Z] [2021-02-18T08:46:40.812Z] #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-18T08:46:40.812Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:46:40.812Z] #48 15.24 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:40.812Z] #48 15.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:40.973Z] #42 32.62 CC images/tty.o [2021-02-18T08:46:41.022Z] #42 69.69 DEP criu/vdso-compat.d [2021-02-18T08:46:41.022Z] #42 69.90 DEP criu/uts_ns.d [2021-02-18T08:46:41.097Z] #48 ... [2021-02-18T08:46:41.097Z] [2021-02-18T08:46:41.097Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T08:46:41.097Z] #27 sha256:ceefa6f133ac0ad9002ce34f930228a907292a29de8db00804f99b01486785f4 [2021-02-18T08:46:41.097Z] #27 DONE 0.3s [2021-02-18T08:46:41.097Z] [2021-02-18T08:46:41.097Z] #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-18T08:46:41.097Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:41.286Z] #42 70.04 DEP criu/util.d [2021-02-18T08:46:41.543Z] #42 33.12 CC images/file-lock.o [2021-02-18T08:46:41.567Z] #42 70.33 DEP criu/uffd.d [2021-02-18T08:46:41.698Z] #50 19.26 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:41.804Z] #42 33.35 CC images/rlimit.o [2021-02-18T08:46:41.828Z] #42 70.60 DEP criu/tun.d [2021-02-18T08:46:41.828Z] #42 70.81 DEP criu/tty.d [2021-02-18T08:46:42.064Z] #42 33.53 CC images/pagemap.o [2021-02-18T08:46:42.064Z] #42 33.76 CC images/siginfo.o [2021-02-18T08:46:42.084Z] #42 71.00 DEP criu/timerfd.d [2021-02-18T08:46:42.274Z] #50 20.13 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:42.325Z] #42 34.00 CC images/rpc.o [2021-02-18T08:46:42.342Z] #42 71.28 DEP criu/timens.d [2021-02-18T08:46:42.531Z] #29 19.96 #=#=# 0.0% 0.1% 0.2% 0.6% # 1.4% ## 3.1% ### 4.7% #### 5.9% ##### 7.3% ###### 8.5% ###### 9.6% ####### 10.7% ######## 11.9% ########## 14.1% ########### 15.6% ############ 17.1% ############# 18.5% ############## 19.7% ############### 21.4% ################ 22.4% ################# 24.0% ################## 25.5% ################### 26.8% #################### 27.9% ##################### 29.5% ###################### 31.0% ####################### 32.3% ######################## 33.6% ######################### 34.8% ######################### 36.1% ########################### 37.7% ########################### 38.9% ############################# 40.5% ############################# 41.5% ############################### [2021-02-18T08:46:42.531Z] #29 ... [2021-02-18T08:46:42.531Z] [2021-02-18T08:46:42.531Z] #55 [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-18T08:46:42.531Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-18T08:46:42.531Z] #55 14.66 Fetched 8197 kB in 14s (604 kB/s) [2021-02-18T08:46:42.531Z] #55 14.66 Reading package lists... [2021-02-18T08:46:42.598Z] #42 71.44 DEP criu/sysfs_parse.d [2021-02-18T08:46:42.836Z] #55 22.33 Reading package lists... [2021-02-18T08:46:42.836Z] #55 ... [2021-02-18T08:46:42.836Z] [2021-02-18T08:46:42.836Z] #40 [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-18T08:46:42.836Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-18T08:46:42.836Z] #40 23.44 Checking out files: 65% (1099/1681) Checking out files: 66% (1110/1681) Checking out files: 67% (1127/1681) Checking out files: 68% (1144/1681) Checking out files: 69% (1160/1681) Checking out files: 70% (1177/1681) Checking out files: 71% (1194/1681) Checking out files: 72% (1211/1681) Checking out files: 73% (1228/1681) Checking out files: 74% (1244/1681) Checking out files: 75% (1261/1681) Checking out files: 76% (1278/1681) Checking out files: 77% (1295/1681) Checking out files: 78% (1312/1681) Checking out files: 79% (1328/1681) Checking out files: 80% (1345/1681) Checking out files: 81% (1362/1681) Checking out files: 82% (1379/1681) Checking out files: 83% (1396/1681) Checking out files: 84% (1413/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-18T08:46:42.836Z] #40 23.96 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T08:46:42.854Z] #42 71.59 DEP criu/sysctl.d [2021-02-18T08:46:42.854Z] #42 71.80 DEP criu/string.d [2021-02-18T08:46:42.854Z] #42 71.85 DEP criu/stats.d [2021-02-18T08:46:43.110Z] #42 72.02 DEP criu/sockets.d [2021-02-18T08:46:43.366Z] #42 72.21 DEP criu/sk-unix.d [2021-02-18T08:46:43.622Z] #42 72.48 DEP criu/sk-tcp.d [2021-02-18T08:46:43.670Z] #28 2.506 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T08:46:43.708Z] #42 35.22 CC images/ext-file.o [2021-02-18T08:46:43.880Z] #42 72.64 DEP criu/sk-queue.d [2021-02-18T08:46:43.880Z] #42 72.80 DEP criu/sk-packet.d [2021-02-18T08:46:43.936Z] #28 2.865 [2021-02-18T08:46:43.970Z] #42 35.46 CC images/cgroup.o [2021-02-18T08:46:44.153Z] #42 73.02 DEP criu/sk-netlink.d [2021-02-18T08:46:44.197Z] #50 21.65 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:44.198Z] #50 ... [2021-02-18T08:46:44.198Z] [2021-02-18T08:46:44.198Z] #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-18T08:46:44.198Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:44.198Z] #35 11.66 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:44.198Z] #35 14.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:44.198Z] #35 ... [2021-02-18T08:46:44.198Z] [2021-02-18T08:46:44.198Z] #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-18T08:46:44.198Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:46:44.198Z] #39 21.15 Checking out files: 86% (1453/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-18T08:46:44.198Z] #39 21.15 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T08:46:44.198Z] #39 ... [2021-02-18T08:46:44.198Z] [2021-02-18T08:46:44.198Z] #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-18T08:46:44.198Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:46:44.198Z] #44 11.92 unicode/utf8 [2021-02-18T08:46:44.198Z] #44 12.78 math [2021-02-18T08:46:44.198Z] #44 17.08 unicode/utf16 [2021-02-18T08:46:44.198Z] #44 17.55 container/list [2021-02-18T08:46:44.198Z] #44 18.16 crypto/internal/subtle [2021-02-18T08:46:44.198Z] #44 18.29 crypto/subtle [2021-02-18T08:46:44.198Z] #44 18.43 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T08:46:44.198Z] #44 18.62 internal/nettrace [2021-02-18T08:46:44.198Z] #44 18.74 runtime/cgo [2021-02-18T08:46:44.410Z] #42 73.20 DEP criu/sk-inet.d [2021-02-18T08:46:44.410Z] #42 73.37 DEP criu/signalfd.d [2021-02-18T08:46:44.456Z] #44 ... [2021-02-18T08:46:44.456Z] [2021-02-18T08:46:44.456Z] #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-18T08:46:44.456Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:44.456Z] #48 19.42 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:44.456Z] #48 19.42 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:44.456Z] #48 19.54 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T08:46:44.456Z] #48 19.54 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T08:46:44.456Z] #48 19.54 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:44.456Z] #48 19.54 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:44.456Z] #48 19.54 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:44.456Z] #48 19.59 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:44.456Z] #48 19.73 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:46:44.456Z] #48 19.91 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:46:44.456Z] #48 19.91 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T08:46:44.456Z] #48 19.91 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:44.456Z] #48 19.94 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:44.456Z] #48 19.99 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T08:46:44.456Z] #48 20.13 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T08:46:44.456Z] #48 20.20 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T08:46:44.456Z] #48 20.27 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:44.456Z] #48 20.38 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:44.456Z] #48 20.45 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:44.456Z] #48 20.47 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:44.456Z] #48 20.63 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:46:44.456Z] #48 20.67 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:44.456Z] #48 20.80 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T08:46:44.456Z] #48 20.80 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:46:44.456Z] #48 21.03 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:44.456Z] #48 21.17 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:46:44.456Z] #48 21.17 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:44.456Z] #48 21.17 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:44.456Z] #48 21.29 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:44.456Z] #48 21.29 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:46:44.456Z] #48 21.29 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:44.456Z] #48 21.29 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:44.456Z] #48 21.49 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:44.456Z] #48 21.49 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T08:46:44.456Z] #48 21.49 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:44.456Z] #48 21.49 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:44.456Z] #48 21.49 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:44.456Z] #48 21.83 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:44.456Z] #48 21.83 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:44.456Z] #48 21.86 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:44.456Z] #48 21.95 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:44.456Z] #48 22.11 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:44.456Z] #48 22.29 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:44.540Z] #42 36.01 CC images/userns.o [2021-02-18T08:46:44.540Z] #42 36.27 CC images/google/protobuf/descriptor.o [2021-02-18T08:46:44.667Z] #42 ... [2021-02-18T08:46:44.667Z] [2021-02-18T08:46:44.667Z] #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-18T08:46:44.667Z] #44 sha256:b9a7ab494310a8b7ebd08e50038a0529e3080eed6f5ae5b8824d714384790d78 [2021-02-18T08:46:44.667Z] #44 DONE 142.9s [2021-02-18T08:46:44.667Z] [2021-02-18T08:46:44.667Z] #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-18T08:46:44.667Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:44.667Z] #42 73.49 DEP criu/sigframe.d [2021-02-18T08:46:44.667Z] #42 73.57 DEP criu/shmem.d [2021-02-18T08:46:44.667Z] #42 73.73 DEP criu/servicefd.d [2021-02-18T08:46:44.715Z] #48 22.36 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:44.715Z] #48 ... [2021-02-18T08:46:44.715Z] [2021-02-18T08:46:44.715Z] #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-18T08:46:44.715Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:46:44.715Z] #54 12.36 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:44.715Z] #54 13.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:44.970Z] #40 ... [2021-02-18T08:46:44.970Z] [2021-02-18T08:46:44.970Z] #47 [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-18T08:46:44.970Z] #47 sha256:fc5812e857dc17d2b9aae651f9cc292c51561f08557893387a90d4a5e72d341b [2021-02-18T08:46:44.970Z] #47 16.79 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:44.970Z] #47 17.05 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:44.970Z] #47 17.09 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:44.970Z] #47 17.23 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:44.970Z] #47 17.26 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:44.970Z] #47 17.26 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:44.970Z] #47 ... [2021-02-18T08:46:44.970Z] [2021-02-18T08:46:44.970Z] #29 [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-18T08:46:44.970Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:44.974Z] #54 ... [2021-02-18T08:46:44.974Z] [2021-02-18T08:46:44.974Z] #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-18T08:46:44.974Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:44.974Z] #48 22.54 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:44.974Z] #48 22.54 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:44.974Z] #48 22.69 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:44.974Z] #48 22.70 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:44.974Z] #48 22.75 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:44.974Z] #48 22.79 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:44.974Z] #48 22.79 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:45.178Z] #31 ... [2021-02-18T08:46:45.178Z] [2021-02-18T08:46:45.178Z] #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-18T08:46:45.178Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:45.178Z] #12 49.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-18T08:46:45.178Z] #12 52.19 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-18T08:46:45.178Z] #12 52.19 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-18T08:46:45.178Z] #12 52.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T08:46:45.178Z] #12 52.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T08:46:45.178Z] #12 52.20 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-18T08:46:45.178Z] #12 52.20 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-18T08:46:45.178Z] #12 52.21 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-18T08:46:45.178Z] #12 52.24 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-18T08:46:45.178Z] #12 52.28 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-18T08:46:45.178Z] #12 52.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-18T08:46:45.178Z] #12 52.31 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-18T08:46:45.178Z] #12 52.37 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-18T08:46:45.178Z] #12 52.38 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-18T08:46:45.178Z] #12 52.38 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-18T08:46:45.178Z] #12 52.39 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-18T08:46:45.178Z] #12 53.56 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:45.178Z] #12 53.67 Fetched 78.2 MB in 9s (8496 kB/s) [2021-02-18T08:46:45.178Z] #12 53.82 (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-18T08:46:45.178Z] #12 53.88 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-18T08:46:45.178Z] #12 53.91 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:46:45.178Z] #12 54.37 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:45.178Z] #12 54.51 (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-18T08:46:45.178Z] #12 54.62 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-18T08:46:45.178Z] #12 54.65 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:46:45.178Z] #12 54.88 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:45.178Z] #12 ... [2021-02-18T08:46:45.178Z] [2021-02-18T08:46:45.178Z] #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-18T08:46:45.178Z] #33 sha256:2ae7600ef3d12fa32783909ed6f115a836b8ea5c3c0c4e3149997f7adc46404e [2021-02-18T08:46:45.178Z] #33 44.90 reflect [2021-02-18T08:46:45.178Z] #33 52.68 time [2021-02-18T08:46:45.178Z] #33 ... [2021-02-18T08:46:45.178Z] [2021-02-18T08:46:45.178Z] #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-18T08:46:45.178Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:45.178Z] #12 55.04 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T08:46:45.231Z] #42 73.91 DEP criu/seize.d [2021-02-18T08:46:45.231Z] #42 74.17 DEP criu/seccomp.d [2021-02-18T08:46:45.232Z] #48 22.95 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:45.233Z] #48 23.03 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:45.233Z] #48 23.03 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:45.233Z] #48 ... [2021-02-18T08:46:45.233Z] [2021-02-18T08:46:45.233Z] #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-18T08:46:45.233Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:45.233Z] #12 13.03 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:46:45.233Z] #12 15.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:46:45.278Z] #29 19.96 #=#=# 0.0% 0.1% 0.2% 0.6% # 1.4% ## 3.1% ### 4.7% #### 5.9% ##### 7.3% ###### 8.5% ###### 9.6% ####### 10.7% ######## 11.9% ########## 14.1% ########### 15.6% ############ 17.1% ############# 18.5% ############## 19.7% ############### 21.4% ################ 22.4% ################# 24.0% ################## 25.5% ################### 26.8% #################### 27.9% ##################### 29.5% ###################### 31.0% ####################### 32.3% ######################## 33.6% ######################### 34.8% ######################### 36.1% ########################### 37.7% ########################### 38.9% ############################# 40.5% ############################# 41.5% ############################### 43.1% ############################### 44.2% ################################ 45.7% ################################# 46.8% ################################## 48.4% #################################### 50.5% ##################################### 51.5% ###################################### 53.1% ###################################### 54.2% ####################################### 55.2% ######################################## 56.8% ######################################### 57.9% ########################################## 59.3% ########################################### 60.6% ############################################ 61.8% ############################################# 62.7% ############################################# 63.8% ############################################### 66.0% ################################################ 67.6% ################################################# 69.2% ################################################### 70.8% #################################################### 72.5% ##################################################### 74.1% [2021-02-18T08:46:45.278Z] #29 ... [2021-02-18T08:46:45.278Z] [2021-02-18T08:46:45.278Z] #13 [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-18T08:46:45.278Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:46:45.278Z] #13 17.36 Fetched 8197 kB in 16s (504 kB/s) [2021-02-18T08:46:45.278Z] #13 17.36 Reading package lists... [2021-02-18T08:46:45.440Z] #12 55.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:46:45.440Z] #12 55.14 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-18T08:46:45.440Z] #12 55.15 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:46:45.488Z] #42 74.47 DEP criu/rst-malloc.d [2021-02-18T08:46:45.492Z] #12 ... [2021-02-18T08:46:45.492Z] [2021-02-18T08:46:45.492Z] #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-18T08:46:45.492Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:45.492Z] #48 23.16 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:45.492Z] #48 23.16 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:45.588Z] #13 24.44 Reading package lists... [2021-02-18T08:46:45.588Z] #13 ... [2021-02-18T08:46:45.588Z] [2021-02-18T08:46:45.588Z] #29 [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-18T08:46:45.588Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:45.750Z] #48 23.29 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:45.750Z] #48 23.30 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:45.750Z] #48 ... [2021-02-18T08:46:45.750Z] [2021-02-18T08:46:45.750Z] #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-18T08:46:45.750Z] #46 sha256:a81d6f82bbd6173b919256339a635547a693f971c6749376323e9abcd5f853cb [2021-02-18T08:46:45.750Z] #46 13.38 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:45.750Z] #46 17.35 go: finding github.com/fatih/color v1.9.0 [2021-02-18T08:46:45.750Z] #46 17.36 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:45.750Z] #46 17.42 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T08:46:45.750Z] #46 17.54 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:45.750Z] #46 17.81 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:45.750Z] #46 17.81 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:45.750Z] #46 18.00 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:45.750Z] #46 18.17 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:45.750Z] #46 18.35 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:45.750Z] #46 18.39 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:45.750Z] #46 18.39 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:45.750Z] #46 ... [2021-02-18T08:46:45.750Z] [2021-02-18T08:46:45.751Z] #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-18T08:46:45.751Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:45.751Z] #48 23.51 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:46:45.755Z] #42 74.60 DEP criu/rbtree.d [2021-02-18T08:46:45.755Z] #42 74.67 DEP criu/pstree.d [2021-02-18T08:46:46.010Z] #48 23.59 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:46.010Z] #48 23.59 go: downloading golang.org/x/text v0.3.2 [2021-02-18T08:46:46.010Z] #48 23.82 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:46.012Z] #42 74.93 DEP criu/protobuf.d [2021-02-18T08:46:46.269Z] #42 75.05 GEN criu/protobuf-desc-gen.h [2021-02-18T08:46:46.269Z] #48 23.85 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:46.269Z] #48 23.85 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:46.450Z] #42 38.00 CC images/opts.o [2021-02-18T08:46:46.710Z] #42 38.29 CC images/seccomp.o [2021-02-18T08:46:46.844Z] #48 24.53 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:46.844Z] #48 24.61 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:46.970Z] #42 38.53 CC images/binfmt-misc.o [2021-02-18T08:46:47.126Z] #28 3.225 #=#=# ### 4.4% ###### 9.0% ######### 13.9% ############ 16.7% ############### 21.5% ################### 26.8% ##################### 29.8% ####################### 32.6% ######################### 35.2% ############################ 39.0% ############################### 43.4% ################################# 46.9% #################################### 50.3% ###################################### 53.8% ######################################### 57.6% ############################################ 61.4% ############################################## 64.1% ################################################ 67.9% ################################################## 70.3% ##################################################### 74.2% ####################################################### 76.9% ########################################################## 81.3% ############################################################## 86.3% ############################################################### 88.3% ################################################################### 93.5% ######################################################################## 100.0% [2021-02-18T08:46:47.199Z] #42 ... [2021-02-18T08:46:47.199Z] [2021-02-18T08:46:47.199Z] #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-18T08:46:47.199Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:46:47.199Z] #19 10.55 Fetched 8422 kB in 9s (903 kB/s) [2021-02-18T08:46:47.199Z] #19 10.55 Reading package lists... [2021-02-18T08:46:47.199Z] #19 14.45 Reading package lists... [2021-02-18T08:46:47.199Z] #19 18.60 Building dependency tree... [2021-02-18T08:46:47.199Z] #19 20.39 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T08:46:47.199Z] #19 20.39 The following additional packages will be installed: [2021-02-18T08:46:47.199Z] #19 20.40 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T08:46:47.199Z] #19 20.40 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T08:46:47.199Z] #19 20.40 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T08:46:47.199Z] #19 20.40 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T08:46:47.199Z] #19 20.40 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T08:46:47.199Z] #19 20.40 Suggested packages: [2021-02-18T08:46:47.199Z] #19 20.40 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T08:46:47.199Z] #19 20.40 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T08:46:47.199Z] #19 20.40 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T08:46:47.199Z] #19 20.40 Recommended packages: [2021-02-18T08:46:47.199Z] #19 20.40 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T08:46:47.199Z] #19 20.40 python3-keyrings.alt python3-xdg unzip [2021-02-18T08:46:47.230Z] #42 38.70 CC images/time.o [2021-02-18T08:46:47.230Z] #42 ... [2021-02-18T08:46:47.230Z] [2021-02-18T08:46:47.230Z] #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-18T08:46:47.230Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:47.230Z] #12 102.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T08:46:47.230Z] #12 102.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:46:47.230Z] #12 102.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:47.230Z] #12 ... [2021-02-18T08:46:47.231Z] [2021-02-18T08:46:47.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-18T08:46:47.231Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:47.231Z] #42 38.96 CC images/sysctl.o [2021-02-18T08:46:47.491Z] #42 39.16 CC images/autofs.o [2021-02-18T08:46:47.689Z] #28 6.478 #=#=# [2021-02-18T08:46:47.750Z] #42 ... [2021-02-18T08:46:47.750Z] [2021-02-18T08:46:47.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-18T08:46:47.750Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:46:47.750Z] #44 103.3 vendor/golang.org/x/net/idna [2021-02-18T08:46:47.750Z] #44 105.5 vendor/golang.org/x/net/http2/hpack [2021-02-18T08:46:47.750Z] #44 106.8 mime [2021-02-18T08:46:47.750Z] #44 108.4 mime/quotedprintable [2021-02-18T08:46:47.750Z] #44 112.8 net/textproto [2021-02-18T08:46:47.750Z] #44 112.8 crypto/x509 [2021-02-18T08:46:47.761Z] #19 ... [2021-02-18T08:46:47.761Z] [2021-02-18T08:46:47.761Z] #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-18T08:46:47.761Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:47.761Z] #42 76.57 DEP criu/protobuf-desc.d [2021-02-18T08:46:47.761Z] #42 76.67 DEP criu/proc_parse.d [2021-02-18T08:46:47.761Z] #42 76.80 DEP criu/plugin.d [2021-02-18T08:46:47.775Z] #29 19.96 #=#=# 0.0% 0.1% 0.2% 0.6% # 1.4% ## 3.1% ### 4.7% #### 5.9% ##### 7.3% ###### 8.5% ###### 9.6% ####### 10.7% ######## 11.9% ########## 14.1% ########### 15.6% ############ 17.1% ############# 18.5% ############## 19.7% ############### 21.4% ################ 22.4% ################# 24.0% ################## 25.5% ################### 26.8% #################### 27.9% ##################### 29.5% ###################### 31.0% ####################### 32.3% ######################## 33.6% ######################### 34.8% ######################### 36.1% ########################### 37.7% ########################### 38.9% ############################# 40.5% ############################# 41.5% ############################### 43.1% ############################### 44.2% ################################ 45.7% ################################# 46.8% ################################## 48.4% #################################### 50.5% ##################################### 51.5% ###################################### 53.1% ###################################### 54.2% ####################################### 55.2% ######################################## 56.8% ######################################### 57.9% ########################################## 59.3% ########################################### 60.6% ############################################ 61.8% ############################################# 62.7% ############################################# 63.8% ############################################### 66.0% ################################################ 67.6% ################################################# 69.2% ################################################### 70.8% #################################################### 72.5% ##################################################### 74.1% ###################################################### 75.7% ####################################################### 76.8% ######################################################## 78.4% ######################################################### 80.1% ########################################################## 81.7% ########################################################### 83.3% ############################################################# 85.5% ############################################################## 87.1% ############################################################### 88.2% ################################################################ 89.8% ################################################################# 90.8% ################################################################## 92.4% ################################################################### 94.1% #################################################################### 95.2% ##################################################################### 96.2% ##################################################################### 96.8% ###################################################################### 98.4% ######################################################################## 100.0% [2021-02-18T08:46:47.775Z] #29 29.79 [2021-02-18T08:46:47.956Z] #28 6.738 ######## 11.1% ########################### 38.1% [2021-02-18T08:46:47.956Z] #28 ... [2021-02-18T08:46:47.956Z] [2021-02-18T08:46:47.956Z] #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-18T08:46:47.956Z] #50 sha256:32bbf6f870c5a434f1904e5679e896204ba930058db42441832d818444a016f3 [2021-02-18T08:46:47.956Z] #50 12.47 + cd /tmp/tmp.pvtywbMDGg/src/github.com/mvdan/sh [2021-02-18T08:46:47.956Z] #50 12.47 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T08:46:47.956Z] #50 12.58 + GO111MODULE=on [2021-02-18T08:46:47.956Z] #50 12.58 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T08:46:47.956Z] #50 14.73 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:47.956Z] #50 14.74 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:47.956Z] #50 14.74 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:47.956Z] #50 14.83 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:47.956Z] #50 15.22 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:47.956Z] #50 15.87 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:47.956Z] #50 17.01 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:47.956Z] #50 17.90 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:47.956Z] #50 19.05 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:47.956Z] #50 19.11 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:47.956Z] #50 19.40 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:47.956Z] #50 19.75 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:47.956Z] #50 20.75 runtime [2021-02-18T08:46:47.956Z] #50 ... [2021-02-18T08:46:47.956Z] [2021-02-18T08:46:47.956Z] #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-18T08:46:47.956Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:47.956Z] #28 6.738 ######## 11.1% ########################### 38.1% ######################################################### 80.5% ######################################################################## 100.0% [2021-02-18T08:46:47.991Z] #12 ... [2021-02-18T08:46:47.991Z] [2021-02-18T08:46:47.991Z] #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-18T08:46:47.991Z] #55 sha256:0f40cb00639973bc51696812a68fb23b6e2097e66e8c5253a7aced9b60bbfcb1 [2021-02-18T08:46:47.991Z] #55 1.422 + RM_GOPATH=0 [2021-02-18T08:46:47.991Z] #55 1.422 + TMP_GOPATH= [2021-02-18T08:46:47.991Z] #55 1.422 + : /build [2021-02-18T08:46:47.991Z] #55 1.422 + '[' -z '' ']' [2021-02-18T08:46:47.991Z] #55 1.422 ++ mktemp -d [2021-02-18T08:46:47.991Z] #55 1.429 + export GOPATH=/tmp/tmp.PGUZGzyj2K [2021-02-18T08:46:47.991Z] #55 1.429 + GOPATH=/tmp/tmp.PGUZGzyj2K [2021-02-18T08:46:47.991Z] #55 1.429 + RM_GOPATH=1 [2021-02-18T08:46:47.991Z] #55 1.429 + case "$(go env GOARCH)" in [2021-02-18T08:46:47.991Z] #55 1.435 ++ go env GOARCH [2021-02-18T08:46:47.991Z] #55 1.456 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:47.991Z] #55 1.456 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:47.991Z] #55 1.456 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:47.991Z] #55 1.461 + dir=/tmp/install [2021-02-18T08:46:47.991Z] #55 1.461 + bin=containerd [2021-02-18T08:46:47.991Z] #55 1.461 + shift [2021-02-18T08:46:47.991Z] #55 1.461 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T08:46:47.991Z] #55 1.462 + . /tmp/install/containerd.installer [2021-02-18T08:46:47.991Z] #55 1.462 ++ set -e [2021-02-18T08:46:47.991Z] #55 1.462 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:46:47.991Z] #55 1.468 + install_containerd [2021-02-18T08:46:47.991Z] #55 1.468 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T08:46:47.991Z] #55 1.469 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:46:47.991Z] #55 1.469 + git clone https://github.com/containerd/containerd.git /tmp/tmp.PGUZGzyj2K/src/github.com/containerd/containerd [2021-02-18T08:46:47.991Z] #55 1.477 Cloning into '/tmp/tmp.PGUZGzyj2K/src/github.com/containerd/containerd'... [2021-02-18T08:46:47.991Z] #55 ... [2021-02-18T08:46:47.991Z] [2021-02-18T08:46:47.991Z] #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-18T08:46:47.991Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:47.991Z] #12 57.72 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T08:46:47.991Z] #12 57.72 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-18T08:46:47.991Z] #12 57.73 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:46:48.010Z] #44 ... [2021-02-18T08:46:48.010Z] [2021-02-18T08:46:48.010Z] #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-18T08:46:48.010Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:48.010Z] #42 39.42 CC images/macvlan.o [2021-02-18T08:46:48.010Z] #42 39.63 CC images/sit.o [2021-02-18T08:46:48.018Z] #42 76.88 DEP criu/pipes.d [2021-02-18T08:46:48.018Z] #42 77.01 DEP criu/pie-util.d [2021-02-18T08:46:48.018Z] #42 77.07 DEP criu/pie-util-vdso.d [2021-02-18T08:46:48.078Z] #29 ... [2021-02-18T08:46:48.078Z] [2021-02-18T08:46:48.078Z] #49 [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-18T08:46:48.078Z] #49 sha256:65998cb32dd4be589f9ebfc7fd49fac956c872edbec9be7020fac64d1f0288d8 [2021-02-18T08:46:48.078Z] #49 20.06 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:48.078Z] #49 20.30 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:48.078Z] #49 21.88 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:48.078Z] #49 22.27 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:48.078Z] #49 22.51 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:48.078Z] #49 22.55 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:48.078Z] #49 22.62 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:48.078Z] #49 22.62 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:48.078Z] #49 22.75 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:48.078Z] #49 25.56 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:48.078Z] #49 25.56 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:48.078Z] #49 25.57 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:48.078Z] #49 25.57 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:48.078Z] #49 25.57 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:48.078Z] #49 25.58 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:48.078Z] #49 25.58 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:48.078Z] #49 25.60 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:48.078Z] #49 25.60 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:48.078Z] #49 25.75 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:48.078Z] #49 25.75 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T08:46:48.078Z] #49 25.81 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:48.078Z] #49 25.89 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:48.078Z] #49 25.91 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:48.078Z] #49 25.95 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:48.078Z] #49 26.13 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:48.078Z] #49 26.15 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:48.078Z] #49 26.21 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:48.078Z] #49 26.28 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:48.078Z] #49 26.33 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:48.078Z] #49 26.47 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:48.078Z] #49 26.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:48.078Z] #49 26.53 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T08:46:48.078Z] #49 26.66 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:48.078Z] #49 26.66 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T08:46:48.078Z] #49 26.66 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:48.078Z] #49 26.76 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:48.078Z] #49 26.84 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:48.078Z] #49 26.94 go: downloading golang.org/x/text v0.3.2 [2021-02-18T08:46:48.078Z] #49 26.95 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:48.078Z] #49 27.10 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:48.078Z] #49 27.16 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:48.078Z] #49 27.18 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:48.078Z] #49 27.20 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:48.078Z] #49 27.31 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:46:48.078Z] #49 27.32 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:48.078Z] #49 27.36 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:48.078Z] #49 27.50 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:48.078Z] #49 27.60 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T08:46:48.078Z] #49 27.64 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:46:48.078Z] #49 27.89 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:48.078Z] #49 27.91 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:48.078Z] #49 28.56 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:48.078Z] #49 28.59 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:48.078Z] #49 28.66 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:46:48.078Z] #49 28.78 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:48.078Z] #49 28.87 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:46:48.078Z] #49 28.88 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:48.078Z] #49 28.88 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:48.078Z] #49 28.88 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:48.078Z] #49 28.91 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:48.078Z] #49 28.91 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:48.078Z] #49 29.00 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:48.078Z] #49 29.04 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:48.078Z] #49 29.09 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:48.078Z] #49 29.32 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:48.078Z] #49 29.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:48.078Z] #49 29.32 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:46:48.078Z] #49 29.41 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:48.078Z] #49 29.52 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:46:48.078Z] #49 29.61 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T08:46:48.078Z] #49 29.65 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:48.078Z] #49 29.66 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:48.078Z] #49 29.67 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:48.078Z] #49 29.68 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:48.078Z] #49 29.73 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:48.078Z] #49 29.76 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:46:48.078Z] #49 29.79 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:48.078Z] #49 29.87 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:48.078Z] #49 29.88 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:48.078Z] #49 29.89 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:48.078Z] #49 30.03 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T08:46:48.078Z] #49 30.09 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:48.078Z] #49 30.16 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:48.078Z] #49 30.16 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:48.078Z] #49 30.16 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:48.078Z] #49 ... [2021-02-18T08:46:48.078Z] [2021-02-18T08:46:48.078Z] #64 [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-18T08:46:48.078Z] #64 sha256:9af9e307d79e17190e20c1ba93a9175b08a06be88bbbec05a5c15fa709bab954 [2021-02-18T08:46:48.078Z] #64 28.45 Checking out files: 50% (968/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 88% (1689/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-18T08:46:48.078Z] #64 29.74 + cd /tmp/tmp.Xh1sszA7pS/src/github.com/docker/libnetwork [2021-02-18T08:46:48.078Z] #64 29.74 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:48.078Z] #64 30.25 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T08:46:48.252Z] #12 ... [2021-02-18T08:46:48.252Z] [2021-02-18T08:46:48.252Z] #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-18T08:46:48.252Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:48.252Z] #41 48.04 Selecting previously unselected package libnet1:amd64. [2021-02-18T08:46:48.252Z] #41 48.04 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 48.06 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:46:48.252Z] #41 48.24 Selecting previously unselected package libnet1-dev. [2021-02-18T08:46:48.252Z] #41 48.25 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 48.25 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:46:48.252Z] #41 48.83 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T08:46:48.252Z] #41 48.83 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 48.84 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:46:48.252Z] #41 49.04 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-18T08:46:48.252Z] #41 49.06 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 49.09 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T08:46:48.252Z] #41 49.39 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T08:46:48.252Z] #41 49.39 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 49.41 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:46:48.252Z] #41 49.54 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-18T08:46:48.252Z] #41 49.55 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 49.58 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T08:46:48.252Z] #41 49.69 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-18T08:46:48.252Z] #41 49.69 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 49.71 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:46:48.252Z] #41 50.05 Selecting previously unselected package libprotobuf17:amd64. [2021-02-18T08:46:48.252Z] #41 50.05 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 50.06 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T08:46:48.252Z] #41 50.86 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-18T08:46:48.252Z] #41 50.86 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 50.88 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T08:46:48.252Z] #41 51.15 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-18T08:46:48.252Z] #41 51.15 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 51.19 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T08:46:48.252Z] #41 52.63 Selecting previously unselected package libprotoc17:amd64. [2021-02-18T08:46:48.252Z] #41 52.63 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 52.65 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T08:46:48.252Z] #41 53.31 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T08:46:48.252Z] #41 53.34 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 53.35 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:46:48.252Z] #41 53.53 Selecting previously unselected package protobuf-compiler. [2021-02-18T08:46:48.252Z] #41 53.54 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 53.55 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:46:48.252Z] #41 53.75 Selecting previously unselected package python-pkg-resources. [2021-02-18T08:46:48.252Z] #41 53.76 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:46:48.252Z] #41 53.76 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T08:46:48.252Z] #41 54.01 Selecting previously unselected package python-six. [2021-02-18T08:46:48.252Z] #41 54.04 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T08:46:48.252Z] #41 54.05 Unpacking python-six (1.12.0-1) ... [2021-02-18T08:46:48.252Z] #41 54.14 Selecting previously unselected package python-protobuf. [2021-02-18T08:46:48.252Z] #41 54.18 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-18T08:46:48.252Z] #41 54.18 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T08:46:48.252Z] #41 54.86 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T08:46:48.270Z] #42 39.90 CC images/memfd.o [2021-02-18T08:46:48.274Z] #42 77.16 DEP criu/pie-util-vdso-elf32.d [2021-02-18T08:46:48.274Z] #42 77.34 DEP criu/path.d [2021-02-18T08:46:48.530Z] #42 40.17 CC images/timens.o [2021-02-18T08:46:48.532Z] #28 7.421 [2021-02-18T08:46:48.790Z] #42 40.47 LINK images/built-in.o [2021-02-18T08:46:48.790Z] #42 40.58 GEN compel/include/asm [2021-02-18T08:46:48.824Z] #41 ... [2021-02-18T08:46:48.824Z] [2021-02-18T08:46:48.824Z] #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-18T08:46:48.824Z] #33 sha256:2ae7600ef3d12fa32783909ed6f115a836b8ea5c3c0c4e3149997f7adc46404e [2021-02-18T08:46:48.824Z] #33 58.63 internal/poll [2021-02-18T08:46:48.837Z] #42 77.55 DEP criu/parasite-syscall.d [2021-02-18T08:46:48.837Z] #42 77.75 DEP criu/pagemap.d [2021-02-18T08:46:48.837Z] #42 77.88 DEP criu/pagemap-cache.d [2021-02-18T08:46:49.050Z] #42 40.59 GEN compel/include/version.h [2021-02-18T08:46:49.050Z] #42 40.61 touch .config [2021-02-18T08:46:49.050Z] #42 40.66 GEN include/common/config.h [2021-02-18T08:46:49.050Z] #42 40.73 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-18T08:46:49.050Z] #42 40.75 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-18T08:46:49.050Z] #42 40.79 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-18T08:46:49.050Z] #42 40.81 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-18T08:46:49.050Z] #42 40.83 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-18T08:46:49.096Z] #42 77.97 DEP criu/page-xfer.d [2021-02-18T08:46:49.096Z] #42 78.10 DEP criu/page-pipe.d [2021-02-18T08:46:49.310Z] #42 40.85 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-18T08:46:49.310Z] #42 40.87 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T08:46:49.310Z] #42 40.90 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-18T08:46:49.310Z] #42 40.91 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T08:46:49.310Z] #42 40.94 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T08:46:49.310Z] #42 40.94 DEP compel/plugins/std/infect.d [2021-02-18T08:46:49.310Z] #42 41.07 DEP compel/plugins/std/string.d [2021-02-18T08:46:49.356Z] #42 78.20 DEP criu/netfilter.d [2021-02-18T08:46:49.380Z] #48 27.16 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:49.444Z] #28 7.689 0.2% ################## 25.1% ############################## 42.9% ############################################ 62.2% ############################################################# 85.2% ######################################################################## 100.0% [2021-02-18T08:46:49.570Z] #42 41.16 DEP compel/plugins/std/log.d [2021-02-18T08:46:49.570Z] #42 41.23 DEP compel/plugins/std/fds.d [2021-02-18T08:46:49.612Z] #42 78.38 DEP criu/net.d [2021-02-18T08:46:49.770Z] #33 ... [2021-02-18T08:46:49.770Z] [2021-02-18T08:46:49.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-18T08:46:49.770Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:49.770Z] #35 49.58 Selecting previously unselected package vim-common. [2021-02-18T08:46:49.770Z] #35 49.59 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:46:49.770Z] #35 49.63 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:46:49.770Z] #35 50.14 Selecting previously unselected package cmake-data. [2021-02-18T08:46:49.770Z] #35 50.14 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T08:46:49.770Z] #35 50.15 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T08:46:49.770Z] #35 53.35 Selecting previously unselected package libicu63:amd64. [2021-02-18T08:46:49.770Z] #35 53.36 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T08:46:49.770Z] #35 53.37 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:46:49.770Z] #35 ... [2021-02-18T08:46:49.770Z] [2021-02-18T08:46:49.770Z] #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-18T08:46:49.770Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:46:49.770Z] #44 49.54 syscall [2021-02-18T08:46:49.770Z] #44 56.82 time [2021-02-18T08:46:49.770Z] #44 ... [2021-02-18T08:46:49.770Z] [2021-02-18T08:46:49.770Z] #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-18T08:46:49.770Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:49.770Z] #41 59.72 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T08:46:49.770Z] #41 59.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:46:49.770Z] #41 59.75 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:46:49.770Z] #41 59.78 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T08:46:49.770Z] #41 59.82 Setting up python-six (1.12.0-1) ... [2021-02-18T08:46:49.834Z] #42 41.37 DEP compel/plugins/std/std.d [2021-02-18T08:46:49.834Z] #42 41.47 DEP compel/plugins/shmem/shmem.d [2021-02-18T08:46:49.834Z] #42 41.59 DEP compel/plugins/fds/fds.d [2021-02-18T08:46:49.868Z] #42 78.61 DEP criu/namespaces.d [2021-02-18T08:46:49.868Z] #42 78.74 DEP criu/mount.d [2021-02-18T08:46:50.025Z] #28 8.745 [2021-02-18T08:46:50.025Z] #28 9.013 0.0% [2021-02-18T08:46:50.025Z] #28 ... [2021-02-18T08:46:50.025Z] [2021-02-18T08:46:50.025Z] #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-18T08:46:50.025Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T08:46:50.026Z] #54 14.50 Fetched 8246 kB in 8s (972 kB/s) [2021-02-18T08:46:50.026Z] #54 14.50 Reading package lists... [2021-02-18T08:46:50.094Z] #42 41.72 CC compel/plugins/std/std.o [2021-02-18T08:46:50.124Z] #42 78.89 DEP criu/memfd.d [2021-02-18T08:46:50.124Z] #42 79.05 DEP criu/mem.d [2021-02-18T08:46:50.289Z] #54 19.85 Reading package lists... [2021-02-18T08:46:50.289Z] #54 ... [2021-02-18T08:46:50.289Z] [2021-02-18T08:46:50.289Z] #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-18T08:46:50.289Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:50.354Z] #42 42.02 CC compel/plugins/std/fds.o [2021-02-18T08:46:50.382Z] #42 79.28 DEP criu/lsm.d [2021-02-18T08:46:50.382Z] #42 79.42 DEP criu/log.d [2021-02-18T08:46:50.638Z] #42 79.59 DEP criu/libnetlink.d [2021-02-18T08:46:50.752Z] #41 ... [2021-02-18T08:46:50.752Z] [2021-02-18T08:46:50.752Z] #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-18T08:46:50.752Z] #50 sha256:c335799dfa887c70b50559315f8a31932b00b17642be535753be1d2bcd68181e [2021-02-18T08:46:50.752Z] #50 50.59 syscall [2021-02-18T08:46:50.752Z] #50 50.59 reflect [2021-02-18T08:46:50.752Z] #50 58.45 time [2021-02-18T08:46:50.895Z] #42 79.75 DEP criu/kerndat.d [2021-02-18T08:46:50.924Z] #42 42.41 CC compel/plugins/std/log.o [2021-02-18T08:46:51.014Z] #50 ... [2021-02-18T08:46:51.014Z] [2021-02-18T08:46:51.014Z] #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-18T08:46:51.014Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:51.014Z] #35 60.17 Selecting previously unselected package libxml2:amd64. [2021-02-18T08:46:51.014Z] #35 60.18 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-18T08:46:51.014Z] #35 60.22 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:46:51.152Z] #42 80.00 DEP criu/kcmp-ids.d [2021-02-18T08:46:51.152Z] #42 80.10 DEP criu/irmap.d [2021-02-18T08:46:51.341Z] #28 9.013 0.0% # 1.5% ## 3.0% #### 6.6% ###### 9.6% ####### 10.2% ########## 15.2% ############## 20.0% ################## 25.0% ##################### 30.4% ######################### 35.2% ############################ 39.0% [2021-02-18T08:46:51.342Z] #28 ... [2021-02-18T08:46:51.342Z] [2021-02-18T08:46:51.342Z] #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-18T08:46:51.342Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:46:51.342Z] #48 15.78 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:46:51.342Z] #48 16.43 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:46:51.342Z] #48 16.83 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:51.342Z] #48 16.86 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:46:51.342Z] #48 16.86 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:51.342Z] #48 16.94 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:46:51.342Z] #48 16.97 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:51.342Z] #48 17.05 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:51.342Z] #48 17.15 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:51.342Z] #48 17.19 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:51.342Z] #48 17.20 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:51.342Z] #48 17.28 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:51.342Z] #48 18.96 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:51.342Z] #48 19.00 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:51.342Z] #48 19.02 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:51.342Z] #48 19.02 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:51.342Z] #48 19.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:51.342Z] #48 19.02 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:51.342Z] #48 19.02 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T08:46:51.342Z] #48 19.05 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:51.342Z] #48 19.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:51.342Z] #48 19.10 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:46:51.342Z] #48 19.14 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:51.342Z] #48 19.15 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:51.342Z] #48 19.17 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:51.342Z] #48 19.17 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:51.342Z] #48 19.18 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:51.342Z] #48 19.19 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:51.342Z] #48 19.21 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:51.342Z] #48 19.26 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:51.342Z] #48 19.33 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:51.342Z] #48 19.34 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:46:51.342Z] #48 19.37 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:51.342Z] #48 19.38 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:51.342Z] #48 19.44 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:51.342Z] #48 19.44 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:51.342Z] #48 19.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:51.342Z] #48 19.49 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T08:46:51.342Z] #48 19.61 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:51.342Z] #48 19.76 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:51.342Z] #48 19.77 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:51.342Z] #48 19.91 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:51.342Z] #48 19.95 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:46:51.342Z] #48 19.99 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:51.342Z] #48 19.99 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:46:51.342Z] #48 19.99 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:51.342Z] #48 20.03 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:46:51.342Z] #48 20.04 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:51.342Z] #48 20.14 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:51.342Z] #48 20.23 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:51.342Z] #48 20.43 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:51.342Z] #48 20.49 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:51.342Z] #48 20.50 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:51.342Z] #48 20.54 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:51.342Z] #48 20.81 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:51.342Z] #48 20.84 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:51.342Z] #48 20.87 go: downloading golang.org/x/text v0.3.2 [2021-02-18T08:46:51.342Z] #48 20.87 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:51.342Z] #48 20.87 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:51.342Z] #48 20.87 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:46:51.342Z] #48 21.03 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:51.342Z] #48 21.10 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:51.342Z] #48 21.10 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:51.342Z] #48 21.12 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:46:51.342Z] #48 21.13 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:51.342Z] #48 21.15 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:51.342Z] #48 21.18 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:51.342Z] #48 21.18 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:51.342Z] #48 21.26 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:46:51.342Z] #48 21.48 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:51.342Z] #48 21.59 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:46:51.342Z] #48 21.74 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:46:51.342Z] #48 21.80 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:51.342Z] #48 21.80 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:51.342Z] #48 21.88 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:51.342Z] #48 21.89 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:51.342Z] #48 21.90 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:51.342Z] #48 21.94 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:51.342Z] #48 21.98 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:46:51.342Z] #48 22.06 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:51.342Z] #48 22.09 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:51.342Z] #48 22.26 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:51.342Z] #48 22.31 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:51.342Z] #48 22.31 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:51.342Z] #48 22.37 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:46:51.342Z] #48 22.37 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:46:51.342Z] #48 22.60 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:51.342Z] #48 22.67 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:51.342Z] #48 22.72 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:46:51.342Z] #48 22.89 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:51.342Z] #48 22.94 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:51.342Z] #48 23.14 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:51.342Z] #48 23.29 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:51.342Z] #48 23.42 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:46:51.342Z] #48 23.68 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:46:51.342Z] #48 23.73 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:46:51.342Z] #48 23.78 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:51.342Z] #48 23.84 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:46:51.342Z] #48 24.24 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:46:51.342Z] #48 24.30 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:51.342Z] #48 24.40 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:51.342Z] #48 24.50 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:51.342Z] #48 24.53 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:46:51.342Z] #48 24.80 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:51.342Z] #48 24.88 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T08:46:51.342Z] #48 24.98 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:51.342Z] #48 ... [2021-02-18T08:46:51.342Z] [2021-02-18T08:46:51.342Z] #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-18T08:46:51.342Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:51.408Z] #42 80.24 DEP criu/ipc_ns.d [2021-02-18T08:46:51.408Z] #42 80.43 DEP criu/image.d [2021-02-18T08:46:51.604Z] #28 9.013 0.0% # 1.5% ## 3.0% #### 6.6% ###### 9.6% ####### 10.2% ########## 15.2% ############## 20.0% ################## 25.0% ##################### 30.4% ######################### 35.2% ############################ 39.0% ############################### 43.1% ################################# 47.1% #################################### 50.7% ####################################### 55.5% [2021-02-18T08:46:51.604Z] #28 ... [2021-02-18T08:46:51.604Z] [2021-02-18T08:46:51.604Z] #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-18T08:46:51.604Z] #63 sha256:9cfc3e008344c31fc059fbe7b25699e495cd08eaea843026bbd15265be3dd4cb [2021-02-18T08:46:51.604Z] #63 16.13 Checking out files: 49% (947/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-18T08:46:51.604Z] #63 17.06 + cd /tmp/tmp.g9RyxOTTIp/src/github.com/docker/libnetwork [2021-02-18T08:46:51.604Z] #63 17.06 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:51.604Z] #63 17.40 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T08:46:51.664Z] #42 80.57 DEP criu/image-desc.d [2021-02-18T08:46:51.664Z] #42 80.69 DEP criu/fsnotify.d [2021-02-18T08:46:51.676Z] #64 ... [2021-02-18T08:46:51.676Z] [2021-02-18T08:46:51.676Z] #42 [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-18T08:46:51.676Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-18T08:46:51.676Z] #42 15.38 Reading package lists... [2021-02-18T08:46:51.676Z] #42 23.69 Reading package lists... [2021-02-18T08:46:51.676Z] #42 32.67 Building dependency tree... [2021-02-18T08:46:51.676Z] #42 ... [2021-02-18T08:46:51.676Z] [2021-02-18T08:46:51.676Z] #29 [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-18T08:46:51.676Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:51.676Z] #29 31.87 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T08:46:51.676Z] #29 32.40 [2021-02-18T08:46:51.676Z] #29 32.56 # 1.9% ############################################################ 83.9% ######################################################################## 100.0% [2021-02-18T08:46:51.676Z] #29 32.82 [2021-02-18T08:46:51.867Z] #42 43.25 CC compel/plugins/std/string.o [2021-02-18T08:46:51.869Z] #63 ... [2021-02-18T08:46:51.869Z] [2021-02-18T08:46:51.869Z] #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-18T08:46:51.869Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:51.915Z] #48 ... [2021-02-18T08:46:51.915Z] [2021-02-18T08:46:51.915Z] #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-18T08:46:51.915Z] #63 sha256:9935671f5ffca0ecf5112f32ca2ef367d7a28fb7b4b4297c830148b14231b781 [2021-02-18T08:46:51.915Z] #63 24.09 Checking out files: 57% (1103/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-18T08:46:51.915Z] #63 24.98 + cd /tmp/tmp.9CvWuvrHVv/src/github.com/docker/libnetwork [2021-02-18T08:46:51.915Z] #63 24.98 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T08:46:51.915Z] #63 25.14 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T08:46:51.919Z] #42 80.92 DEP criu/filesystems.d [2021-02-18T08:46:51.964Z] #35 61.77 Selecting previously unselected package libarchive13:amd64. [2021-02-18T08:46:51.964Z] #35 61.77 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-18T08:46:51.965Z] #35 61.90 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T08:46:52.128Z] #42 ... [2021-02-18T08:46:52.128Z] [2021-02-18T08:46:52.128Z] #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-18T08:46:52.128Z] #57 sha256:d000141f6e8856c7b4c5cd5b809af3f4d69b789c65295e2b53ef58a5f7d0ff8d [2021-02-18T08:46:52.128Z] #57 110.0 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:46:52.128Z] #57 110.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T08:46:52.128Z] #57 DONE 117.6s [2021-02-18T08:46:52.128Z] [2021-02-18T08:46:52.128Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T08:46:52.128Z] #58 sha256:79004e912a28b7a90717c57c3474940f45e9094e6c511ea66d9aff8d969f9d07 [2021-02-18T08:46:52.128Z] #58 DONE 0.1s [2021-02-18T08:46:52.128Z] [2021-02-18T08:46:52.128Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T08:46:52.128Z] #59 sha256:2f0e9a8e4a7d77b01982d9599a196a0a7472e43b2729dd3da1e08a2adf71f41c [2021-02-18T08:46:52.128Z] #59 DONE 0.1s [2021-02-18T08:46:52.128Z] [2021-02-18T08:46:52.128Z] #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-18T08:46:52.128Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:46:52.128Z] #44 113.9 vendor/golang.org/x/net/http/httpguts [2021-02-18T08:46:52.128Z] #44 114.2 vendor/golang.org/x/net/http/httpproxy [2021-02-18T08:46:52.129Z] #44 114.7 mime/multipart [2021-02-18T08:46:52.129Z] #44 116.7 crypto/tls [2021-02-18T08:46:52.142Z] #28 9.013 0.0% # 1.5% ## 3.0% #### 6.6% ###### 9.6% ####### 10.2% ########## 15.2% ############## 20.0% ################## 25.0% ##################### 30.4% ######################### 35.2% ############################ 39.0% ############################### 43.1% ################################# 47.1% #################################### 50.7% ####################################### 55.5% ############################################# 63.2% ################################################ 67.6% ################################################### 72.2% ###################################################### 75.8% [2021-02-18T08:46:52.142Z] #28 ... [2021-02-18T08:46:52.142Z] [2021-02-18T08:46:52.142Z] #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-18T08:46:52.142Z] #46 sha256:383d3dc5a8deeccd0660d46403fca0a8b3661a191d18eec830d263c79bf699e2 [2021-02-18T08:46:52.142Z] #46 16.65 go: finding github.com/fatih/color v1.9.0 [2021-02-18T08:46:52.142Z] #46 16.70 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:46:52.142Z] #46 16.70 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:46:52.142Z] #46 16.71 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:46:52.142Z] #46 16.73 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T08:46:52.142Z] #46 16.78 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T08:46:52.142Z] #46 16.86 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:46:52.142Z] #46 17.31 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:46:52.142Z] #46 17.36 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:46:52.142Z] #46 17.44 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:46:52.142Z] #46 17.51 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:46:52.142Z] #46 ... [2021-02-18T08:46:52.142Z] [2021-02-18T08:46:52.142Z] #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-18T08:46:52.142Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:52.176Z] #42 81.07 DEP criu/files.d [2021-02-18T08:46:52.225Z] #35 ... [2021-02-18T08:46:52.225Z] [2021-02-18T08:46:52.225Z] #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-18T08:46:52.225Z] #46 sha256:67cc74bffa663d3977217c13982eae71837579d8cc16ab18af57cb13acf7d56c [2021-02-18T08:46:52.225Z] #46 DONE 62.1s [2021-02-18T08:46:52.333Z] #29 34.09 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T08:46:52.333Z] #29 34.19 skipping existing 5cb8031fd95d [2021-02-18T08:46:52.409Z] #28 9.013 0.0% # 1.5% ## 3.0% #### 6.6% ###### 9.6% ####### 10.2% ########## 15.2% ############## 20.0% ################## 25.0% ##################### 30.4% ######################### 35.2% ############################ 39.0% ############################### 43.1% ################################# 47.1% #################################### 50.7% ####################################### 55.5% ############################################# 63.2% ################################################ 67.6% ################################################### 72.2% ###################################################### 75.8% ######################################################## 78.1% ######################################################### 80.0% ############################################################ 83.5% # [2021-02-18T08:46:52.409Z] #28 ... [2021-02-18T08:46:52.409Z] [2021-02-18T08:46:52.409Z] #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-18T08:46:52.409Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-18T08:46:52.409Z] #39 16.70 Checking out files: 87% (1471/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-18T08:46:52.409Z] #39 16.95 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T08:46:52.409Z] #39 18.52 + 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-18T08:46:52.409Z] #39 ... [2021-02-18T08:46:52.409Z] [2021-02-18T08:46:52.409Z] #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-18T08:46:52.409Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:46:52.409Z] #41 17.03 Fetched 8246 kB in 11s (741 kB/s) [2021-02-18T08:46:52.409Z] #41 17.03 Reading package lists... [2021-02-18T08:46:52.431Z] #42 81.32 DEP criu/files-reg.d [2021-02-18T08:46:52.518Z] [2021-02-18T08:46:52.518Z] #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-18T08:46:52.518Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:52.518Z] #35 62.28 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-18T08:46:52.518Z] #35 62.33 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-18T08:46:52.518Z] #35 62.34 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T08:46:52.635Z] #29 34.34 [2021-02-18T08:46:52.672Z] #41 22.46 Reading package lists... [2021-02-18T08:46:52.672Z] #41 ... [2021-02-18T08:46:52.672Z] [2021-02-18T08:46:52.672Z] #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-18T08:46:52.672Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:52.672Z] #28 9.013 0.0% # 1.5% ## 3.0% #### 6.6% ###### 9.6% ####### 10.2% ########## 15.2% ############## 20.0% ################## 25.0% ##################### 30.4% ######################### 35.2% ############################ 39.0% ############################### 43.1% ################################# 47.1% #################################### 50.7% ####################################### 55.5% ############################################# 63.2% ################################################ 67.6% ################################################### 72.2% ###################################################### 75.8% ######################################################## 78.1% ######################################################### 80.0% ############################################################ 83.5% ############################################################## 87.0% #################################################################### 95.7% ######################################################################## 100.0% [2021-02-18T08:46:52.692Z] #42 81.56 DEP criu/files-ext.d [2021-02-18T08:46:52.782Z] #35 62.53 Selecting previously unselected package librhash0:amd64. [2021-02-18T08:46:52.782Z] #35 62.54 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-18T08:46:52.782Z] #35 62.59 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-18T08:46:52.948Z] #42 81.72 DEP criu/file-lock.d [2021-02-18T08:46:52.948Z] #42 81.94 DEP criu/file-ids.d [2021-02-18T08:46:53.044Z] #35 62.82 Selecting previously unselected package libuv1:amd64. [2021-02-18T08:46:53.044Z] #35 62.82 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-18T08:46:53.044Z] #35 62.83 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-18T08:46:53.204Z] #42 82.06 DEP criu/fifo.d [2021-02-18T08:46:53.248Z] #28 12.10 [2021-02-18T08:46:53.248Z] #28 ... [2021-02-18T08:46:53.248Z] [2021-02-18T08:46:53.248Z] #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-18T08:46:53.248Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:46:53.248Z] #12 17.74 Fetched 8246 kB in 11s (722 kB/s) [2021-02-18T08:46:53.248Z] #12 17.74 Reading package lists... [2021-02-18T08:46:53.306Z] #35 63.19 Selecting previously unselected package cmake. [2021-02-18T08:46:53.307Z] #35 63.20 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-18T08:46:53.307Z] #35 63.20 Unpacking cmake (3.13.4-1) ... [2021-02-18T08:46:53.461Z] #42 ... [2021-02-18T08:46:53.461Z] [2021-02-18T08:46:53.461Z] #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-18T08:46:53.461Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:46:53.461Z] #31 DONE 151.4s [2021-02-18T08:46:53.461Z] [2021-02-18T08:46:53.461Z] #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-18T08:46:53.461Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:46:53.461Z] #42 82.23 DEP criu/fdstore.d [2021-02-18T08:46:53.461Z] #42 ... [2021-02-18T08:46:53.461Z] [2021-02-18T08:46:53.461Z] #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-18T08:46:53.461Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:46:53.461Z] #19 22.42 The following NEW packages will be installed: [2021-02-18T08:46:53.461Z] #19 22.43 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T08:46:53.461Z] #19 22.43 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T08:46:53.461Z] #19 22.43 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T08:46:53.461Z] #19 22.43 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T08:46:53.461Z] #19 22.43 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T08:46:53.461Z] #19 22.43 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T08:46:53.461Z] #19 22.43 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T08:46:53.461Z] #19 22.43 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T08:46:53.461Z] #19 22.43 xz-utils zip [2021-02-18T08:46:53.461Z] #19 22.75 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:46:53.461Z] #19 22.75 Need to get 28.5 MB of archives. [2021-02-18T08:46:53.461Z] #19 22.75 After this operation, 116 MB of additional disk space will be used. [2021-02-18T08:46:53.461Z] #19 22.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-18T08:46:53.461Z] #19 22.76 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-18T08:46:53.461Z] #19 22.82 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-18T08:46:53.461Z] #19 23.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-18T08:46:53.461Z] #19 23.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-18T08:46:53.461Z] #19 23.03 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-18T08:46:53.461Z] #19 23.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T08:46:53.461Z] #19 23.14 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-18T08:46:53.461Z] #19 23.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-18T08:46:53.461Z] #19 23.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-18T08:46:53.461Z] #19 23.15 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-18T08:46:53.461Z] #19 23.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-18T08:46:53.461Z] #19 23.17 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-18T08:46:53.461Z] #19 23.23 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-18T08:46:53.461Z] #19 23.23 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-18T08:46:53.461Z] #19 23.23 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-18T08:46:53.461Z] #19 23.27 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T08:46:53.461Z] #19 23.27 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:46:53.461Z] #19 23.30 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T08:46:53.461Z] #19 23.30 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-18T08:46:53.461Z] #19 23.32 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-18T08:46:53.461Z] #19 23.33 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-18T08:46:53.461Z] #19 23.36 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-18T08:46:53.461Z] #19 23.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T08:46:53.461Z] #19 23.40 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T08:46:53.461Z] #19 23.42 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T08:46:53.461Z] #19 23.43 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-18T08:46:53.461Z] #19 23.43 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-18T08:46:53.461Z] #19 23.43 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T08:46:53.461Z] #19 23.99 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-18T08:46:53.461Z] #19 23.99 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-18T08:46:53.461Z] #19 23.99 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-18T08:46:53.461Z] #19 23.99 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-18T08:46:53.461Z] #19 23.99 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-18T08:46:53.461Z] #19 24.01 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T08:46:53.461Z] #19 24.09 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T08:46:53.461Z] #19 24.11 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T08:46:53.461Z] #19 24.11 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-18T08:46:53.461Z] #19 24.12 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T08:46:53.461Z] #19 24.18 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T08:46:53.461Z] #19 24.20 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T08:46:53.461Z] #19 24.20 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-18T08:46:53.461Z] #19 24.30 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-18T08:46:53.461Z] #19 24.32 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-18T08:46:53.461Z] #19 24.34 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T08:46:53.461Z] #19 24.62 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-18T08:46:53.461Z] #19 24.66 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-18T08:46:53.461Z] #19 24.68 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-18T08:46:53.461Z] #19 25.35 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:53.461Z] #19 25.43 Fetched 28.5 MB in 2s (13.0 MB/s) [2021-02-18T08:46:53.461Z] #19 25.51 Selecting previously unselected package pigz. [2021-02-18T08:46:53.461Z] #19 25.51 (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-18T08:46:53.461Z] #19 25.58 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-18T08:46:53.461Z] #19 25.59 Unpacking pigz (2.4-1) ... [2021-02-18T08:46:53.461Z] #19 25.69 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-18T08:46:53.461Z] #19 25.70 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:46:53.461Z] #19 25.71 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:46:53.461Z] #19 26.20 Selecting previously unselected package python3.7-minimal. [2021-02-18T08:46:53.461Z] #19 26.21 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:46:53.461Z] #19 26.23 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:46:53.461Z] #19 27.24 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:46:53.512Z] #12 22.83 Reading package lists... [2021-02-18T08:46:53.512Z] #12 ... [2021-02-18T08:46:53.512Z] [2021-02-18T08:46:53.512Z] #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-18T08:46:53.512Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:53.512Z] #28 12.39 #=#=# [2021-02-18T08:46:53.512Z] #28 ... [2021-02-18T08:46:53.512Z] [2021-02-18T08:46:53.512Z] #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-18T08:46:53.512Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T08:46:53.512Z] #35 18.04 Fetched 8246 kB in 12s (704 kB/s) [2021-02-18T08:46:53.512Z] #35 18.04 Reading package lists... [2021-02-18T08:46:53.512Z] #35 24.19 Reading package lists... [2021-02-18T08:46:53.512Z] #35 ... [2021-02-18T08:46:53.512Z] [2021-02-18T08:46:53.512Z] #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-18T08:46:53.512Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:46:53.515Z] #44 ... [2021-02-18T08:46:53.515Z] [2021-02-18T08:46:53.515Z] #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-18T08:46:53.515Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:53.515Z] #12 119.2 Selecting previously unselected package libapparmor1:amd64. [2021-02-18T08:46:53.717Z] #19 27.26 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:46:53.774Z] #12 119.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-18T08:46:53.774Z] #12 119.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T08:46:53.774Z] #12 119.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-18T08:46:53.774Z] #12 119.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-18T08:46:53.774Z] #12 119.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T08:46:53.871Z] #63 ... [2021-02-18T08:46:53.871Z] [2021-02-18T08:46:53.871Z] #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-18T08:46:53.871Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:53.871Z] #48 31.77 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:54.034Z] #12 119.4 Selecting previously unselected package libbtrfs0. [2021-02-18T08:46:54.034Z] #12 119.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T08:46:54.034Z] #12 119.5 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:46:54.034Z] #12 119.5 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:46:54.034Z] #12 119.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T08:46:54.034Z] #12 119.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:46:54.034Z] #12 119.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-18T08:46:54.187Z] #48 31.86 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:54.294Z] #12 119.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:46:54.294Z] #12 119.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:54.294Z] #12 119.8 Selecting previously unselected package libudev-dev:amd64. [2021-02-18T08:46:54.294Z] #12 119.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T08:46:54.294Z] #12 119.8 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:54.458Z] #48 31.93 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:54.458Z] #48 31.93 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:54.458Z] #48 31.93 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:54.458Z] #48 31.93 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:54.458Z] #48 31.93 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:54.458Z] #48 31.93 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:54.458Z] #48 31.93 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:54.458Z] #48 32.22 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:54.458Z] #48 32.24 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:54.458Z] #48 32.34 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:46:54.555Z] #12 119.9 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-18T08:46:54.555Z] #12 119.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-18T08:46:54.555Z] #12 119.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T08:46:54.739Z] #48 32.63 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:46:54.740Z] #48 32.63 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:46:54.740Z] #48 32.63 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:54.740Z] #48 32.63 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:54.740Z] #48 32.63 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:46:54.751Z] #29 ... [2021-02-18T08:46:54.751Z] [2021-02-18T08:46:54.751Z] #55 [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-18T08:46:54.751Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-18T08:46:54.751Z] #55 22.33 Reading package lists... [2021-02-18T08:46:54.751Z] #55 30.13 Building dependency tree... [2021-02-18T08:46:54.751Z] #55 33.71 The following additional packages will be installed: [2021-02-18T08:46:54.751Z] #55 33.72 libbtrfs0 [2021-02-18T08:46:54.751Z] #55 33.87 The following NEW packages will be installed: [2021-02-18T08:46:54.751Z] #55 33.88 libbtrfs-dev libbtrfs0 [2021-02-18T08:46:54.751Z] #55 34.04 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:46:54.751Z] #55 34.04 Need to get 120 kB of archives. [2021-02-18T08:46:54.751Z] #55 34.04 After this operation, 423 kB of additional disk space will be used. [2021-02-18T08:46:54.751Z] #55 34.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-02-18T08:46:54.751Z] #55 34.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-02-18T08:46:54.751Z] #55 35.43 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:54.751Z] #55 35.65 Fetched 120 kB in 0s (2079 kB/s) [2021-02-18T08:46:54.751Z] #55 35.74 Selecting previously unselected package libbtrfs0. [2021-02-18T08:46:54.751Z] #55 35.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 ... 15339 files and directories currently installed.) [2021-02-18T08:46:54.751Z] #55 35.82 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-02-18T08:46:54.751Z] #55 35.82 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:46:54.751Z] #55 35.95 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:46:54.751Z] #55 35.96 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-02-18T08:46:54.752Z] #55 35.97 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:46:54.752Z] #55 36.26 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:46:54.752Z] #55 36.27 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:46:54.752Z] #55 36.28 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:54.752Z] #55 DONE 36.5s [2021-02-18T08:46:54.752Z] [2021-02-18T08:46:54.752Z] #56 [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-18T08:46:54.752Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:46:54.815Z] #12 120.2 Selecting previously unselected package libpcre16-3:amd64. [2021-02-18T08:46:54.815Z] #12 120.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-18T08:46:54.815Z] #12 120.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T08:46:55.034Z] #48 32.67 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:55.034Z] #48 32.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:55.034Z] #48 32.74 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T08:46:55.034Z] #48 32.77 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:55.034Z] #48 32.88 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:46:55.066Z] #56 0.348 + RM_GOPATH=0 [2021-02-18T08:46:55.066Z] #56 0.348 + TMP_GOPATH= [2021-02-18T08:46:55.066Z] #56 0.349 + : /build [2021-02-18T08:46:55.066Z] #56 0.349 + '[' -z '' ']' [2021-02-18T08:46:55.066Z] #56 0.350 ++ mktemp -d [2021-02-18T08:46:55.066Z] #56 0.352 + export GOPATH=/tmp/tmp.KDCJkA29L4 [2021-02-18T08:46:55.066Z] #56 0.355 + GOPATH=/tmp/tmp.KDCJkA29L4 [2021-02-18T08:46:55.066Z] #56 0.356 + RM_GOPATH=1 [2021-02-18T08:46:55.066Z] #56 0.356 + case "$(go env GOARCH)" in [2021-02-18T08:46:55.066Z] #56 0.357 ++ go env GOARCH [2021-02-18T08:46:55.066Z] #56 0.390 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:55.066Z] #56 0.393 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:55.066Z] #56 0.395 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:55.066Z] #56 0.397 + dir=/tmp/install [2021-02-18T08:46:55.066Z] #56 0.404 + bin=containerd [2021-02-18T08:46:55.066Z] #56 0.404 + shift [2021-02-18T08:46:55.066Z] #56 0.404 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T08:46:55.066Z] #56 0.405 + . /tmp/install/containerd.installer [2021-02-18T08:46:55.066Z] #56 0.405 ++ set -e [2021-02-18T08:46:55.066Z] #56 0.405 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:46:55.066Z] #56 0.406 + install_containerd [2021-02-18T08:46:55.066Z] #56 0.408 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T08:46:55.066Z] #56 0.408 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:46:55.066Z] #56 0.408 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KDCJkA29L4/src/github.com/containerd/containerd [2021-02-18T08:46:55.066Z] #56 0.420 Cloning into '/tmp/tmp.KDCJkA29L4/src/github.com/containerd/containerd'... [2021-02-18T08:46:55.075Z] #12 120.4 Selecting previously unselected package libpcre32-3:amd64. [2021-02-18T08:46:55.075Z] #12 120.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-18T08:46:55.075Z] #12 120.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T08:46:55.075Z] #12 120.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-18T08:46:55.075Z] #12 120.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-18T08:46:55.075Z] #12 120.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T08:46:55.294Z] #48 32.98 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:46:55.294Z] #48 32.98 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T08:46:55.294Z] #48 33.01 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:55.294Z] #48 33.01 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:55.294Z] #48 ... [2021-02-18T08:46:55.294Z] [2021-02-18T08:46:55.294Z] #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-18T08:46:55.294Z] #50 sha256:b6b5ee154264652639dc872c1981bef502de26a8ad4e5a6691017469039a674c [2021-02-18T08:46:55.294Z] #50 22.84 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T08:46:55.294Z] #50 23.03 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T08:46:55.294Z] #50 23.26 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T08:46:55.294Z] #50 23.35 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T08:46:55.294Z] #50 24.18 runtime/cgo [2021-02-18T08:46:55.294Z] #50 24.26 runtime [2021-02-18T08:46:55.294Z] #50 ... [2021-02-18T08:46:55.294Z] [2021-02-18T08:46:55.294Z] #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-18T08:46:55.294Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:55.294Z] #48 33.09 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:46:55.294Z] #48 33.09 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:55.336Z] #12 120.7 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-18T08:46:55.336Z] #12 120.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-18T08:46:55.336Z] #12 120.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T08:46:55.552Z] #48 33.23 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:46:55.552Z] #48 33.23 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:55.552Z] #48 33.33 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:46:55.552Z] #48 33.42 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T08:46:55.552Z] #48 33.42 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:55.811Z] #48 33.66 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:46:55.906Z] #12 121.2 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-18T08:46:55.906Z] #12 121.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-18T08:46:55.906Z] #12 121.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T08:46:56.069Z] #48 33.76 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:56.069Z] #48 33.76 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T08:46:56.144Z] #56 ... [2021-02-18T08:46:56.144Z] [2021-02-18T08:46:56.144Z] #40 [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-18T08:46:56.144Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-18T08:46:56.144Z] #40 27.97 + 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-18T08:46:56.144Z] #40 ... [2021-02-18T08:46:56.144Z] [2021-02-18T08:46:56.144Z] #42 [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-18T08:46:56.144Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-18T08:46:56.144Z] #42 32.67 Building dependency tree... [2021-02-18T08:46:56.144Z] #42 35.21 The following additional packages will be installed: [2021-02-18T08:46:56.144Z] #42 35.21 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T08:46:56.144Z] #42 35.22 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T08:46:56.144Z] #42 35.23 Suggested packages: [2021-02-18T08:46:56.144Z] #42 35.23 manpages-dev python-setuptools [2021-02-18T08:46:56.144Z] #42 36.40 The following NEW packages will be installed: [2021-02-18T08:46:56.144Z] #42 36.41 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T08:46:56.144Z] #42 36.41 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T08:46:56.144Z] #42 36.41 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T08:46:56.144Z] #42 36.42 python-six zlib1g-dev [2021-02-18T08:46:56.144Z] #42 36.69 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:46:56.144Z] #42 36.69 Need to get 4075 kB of archives. [2021-02-18T08:46:56.144Z] #42 36.69 After this operation, 24.5 MB of additional disk space will be used. [2021-02-18T08:46:56.144Z] #42 36.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-02-18T08:46:56.144Z] #42 36.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-02-18T08:46:56.144Z] #42 36.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2021-02-18T08:46:56.144Z] #42 36.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-02-18T08:46:56.144Z] #42 36.87 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-02-18T08:46:56.144Z] #42 36.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-02-18T08:46:56.144Z] #42 36.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2021-02-18T08:46:56.144Z] #42 36.90 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2021-02-18T08:46:56.144Z] #42 36.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-02-18T08:46:56.144Z] #42 37.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-02-18T08:46:56.144Z] #42 37.42 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-02-18T08:46:56.144Z] #42 37.70 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-02-18T08:46:56.144Z] #42 37.88 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2021-02-18T08:46:56.144Z] #42 37.90 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2021-02-18T08:46:56.144Z] #42 37.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T08:46:56.144Z] #42 37.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-02-18T08:46:56.144Z] #42 37.96 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-02-18T08:46:56.165Z] #12 121.5 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-18T08:46:56.165Z] #12 121.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:46:56.165Z] #12 121.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:56.165Z] #12 121.6 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-18T08:46:56.165Z] #12 121.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-18T08:46:56.165Z] #12 121.6 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T08:46:56.165Z] #12 121.8 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-18T08:46:56.235Z] #19 29.54 Selecting previously unselected package python3-minimal. [2021-02-18T08:46:56.235Z] #19 29.54 (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-18T08:46:56.235Z] #19 29.61 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-18T08:46:56.235Z] #19 29.62 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T08:46:56.235Z] #19 29.69 Selecting previously unselected package libmpdec2:amd64. [2021-02-18T08:46:56.235Z] #19 29.69 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-18T08:46:56.235Z] #19 29.71 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T08:46:56.235Z] #19 29.82 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-18T08:46:56.235Z] #19 29.83 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:46:56.235Z] #19 29.84 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:46:56.328Z] #48 33.90 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:46:56.328Z] #48 33.90 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:56.328Z] #48 34.00 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:56.328Z] #48 ... [2021-02-18T08:46:56.328Z] [2021-02-18T08:46:56.328Z] #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-18T08:46:56.328Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:46:56.328Z] #39 23.50 + 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-18T08:46:56.426Z] #12 121.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T08:46:56.426Z] #12 121.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:56.522Z] #42 ... [2021-02-18T08:46:56.522Z] [2021-02-18T08:46:56.522Z] #36 [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-18T08:46:56.522Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-18T08:46:56.522Z] #36 19.96 Reading package lists... [2021-02-18T08:46:56.522Z] #36 28.69 Building dependency tree... [2021-02-18T08:46:56.522Z] #36 31.82 The following additional packages will be installed: [2021-02-18T08:46:56.522Z] #36 31.84 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T08:46:56.522Z] #36 31.85 Suggested packages: [2021-02-18T08:46:56.522Z] #36 31.85 cmake-doc ninja-build lrzip [2021-02-18T08:46:56.522Z] #36 31.85 Recommended packages: [2021-02-18T08:46:56.522Z] #36 31.85 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T08:46:56.522Z] #36 32.84 The following NEW packages will be installed: [2021-02-18T08:46:56.522Z] #36 32.84 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T08:46:56.522Z] #36 32.84 vim-common xxd [2021-02-18T08:46:56.522Z] #36 32.92 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:46:56.522Z] #36 32.92 Need to get 14.9 MB of archives. [2021-02-18T08:46:56.522Z] #36 32.92 After this operation, 67.2 MB of additional disk space will be used. [2021-02-18T08:46:56.522Z] #36 32.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-02-18T08:46:56.522Z] #36 32.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:46:56.522Z] #36 32.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T08:46:56.522Z] #36 33.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-02-18T08:46:56.522Z] #36 35.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-02-18T08:46:56.522Z] #36 35.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-02-18T08:46:56.522Z] #36 35.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-02-18T08:46:56.522Z] #36 35.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-02-18T08:46:56.522Z] #36 35.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-02-18T08:46:56.522Z] #36 35.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-02-18T08:46:56.522Z] #36 38.47 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:46:56.522Z] #36 ... [2021-02-18T08:46:56.522Z] [2021-02-18T08:46:56.522Z] #34 [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-18T08:46:56.522Z] #34 sha256:1098fb4aece283f2375880578c3b4fc50756ec425d5b74bae23216eabea02b0e [2021-02-18T08:46:56.522Z] #34 38.49 internal/reflectlite [2021-02-18T08:46:56.522Z] #34 38.49 sync [2021-02-18T08:46:56.590Z] #39 ... [2021-02-18T08:46:56.590Z] [2021-02-18T08:46:56.590Z] #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-18T08:46:56.590Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:56.590Z] #48 34.15 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:56.590Z] #48 34.15 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:46:56.590Z] #48 34.35 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:46:56.685Z] #12 122.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T08:46:56.685Z] #12 122.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T08:46:56.685Z] #12 122.2 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T08:46:56.685Z] #12 122.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:46:56.685Z] #12 122.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T08:46:56.685Z] #12 122.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T08:46:56.685Z] #12 122.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:56.685Z] #12 122.3 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:46:56.849Z] #48 34.46 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T08:46:56.849Z] #48 34.51 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:56.849Z] #48 34.65 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T08:46:56.849Z] #48 34.65 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:46:56.849Z] #48 34.71 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:46:56.945Z] #12 122.3 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T08:46:56.945Z] #12 122.3 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:56.945Z] #12 122.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:46:56.945Z] #12 122.4 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:46:56.945Z] #12 122.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T08:46:56.945Z] #12 122.4 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T08:46:56.945Z] #12 122.5 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:46:56.945Z] #12 122.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:46:56.945Z] #12 122.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T08:46:56.945Z] #12 122.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:56.945Z] #12 122.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-18T08:46:56.945Z] #12 122.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-18T08:46:56.945Z] #12 122.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:46:56.945Z] #12 122.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T08:46:56.945Z] #12 122.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T08:46:56.945Z] #12 122.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:46:56.945Z] #12 122.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T08:46:56.945Z] #12 122.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:57.108Z] #48 34.75 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:46:57.108Z] #48 34.76 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T08:46:57.108Z] #48 34.79 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:57.108Z] #48 34.81 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:57.164Z] #19 30.66 Selecting previously unselected package python3.7. [2021-02-18T08:46:57.164Z] #19 30.67 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:46:57.164Z] #19 30.68 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:46:57.164Z] #19 30.80 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T08:46:57.164Z] #19 30.80 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-18T08:46:57.164Z] #19 30.81 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T08:46:57.205Z] #12 122.6 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T08:46:57.205Z] #12 122.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:57.205Z] #12 122.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T08:46:57.205Z] #12 122.7 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:57.368Z] #48 34.99 go: extracting golang.org/x/text v0.3.2 [2021-02-18T08:46:57.368Z] #48 35.01 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:57.368Z] #48 35.03 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T08:46:57.368Z] #48 35.08 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:46:57.368Z] #48 35.08 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:57.368Z] #48 35.19 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:57.421Z] #19 30.90 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T08:46:57.531Z] #35 66.94 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:46:57.531Z] #35 66.96 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:46:57.531Z] #35 66.98 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-18T08:46:57.531Z] #35 67.02 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:46:57.531Z] #35 67.09 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-18T08:46:57.531Z] #35 67.12 Setting up cmake-data (3.13.4-1) ... [2021-02-18T08:46:57.531Z] #35 67.14 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:46:57.531Z] #35 67.15 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T08:46:57.531Z] #35 67.17 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T08:46:57.531Z] #35 67.19 Setting up cmake (3.13.4-1) ... [2021-02-18T08:46:57.531Z] #35 67.20 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:46:57.531Z] #35 67.32 Processing triggers for mime-support (3.62) ... [2021-02-18T08:46:57.628Z] #48 35.34 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:57.628Z] #48 35.39 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T08:46:57.774Z] #12 DONE 123.1s [2021-02-18T08:46:57.774Z] [2021-02-18T08:46:57.774Z] #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-18T08:46:57.774Z] #52 sha256:a631099ee85f93f452de141782cb69c22b97a7801e47da2cbc6b444e7a40ac4d [2021-02-18T08:46:57.888Z] #48 35.65 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:57.888Z] #48 35.65 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T08:46:57.888Z] #48 35.68 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:46:57.888Z] #48 35.75 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:57.888Z] #48 35.75 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:57.985Z] #19 31.73 Selecting previously unselected package python3. [2021-02-18T08:46:58.151Z] #48 35.78 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:46:58.151Z] #48 35.79 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:46:58.151Z] #48 ... [2021-02-18T08:46:58.151Z] [2021-02-18T08:46:58.151Z] #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-18T08:46:58.151Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:46:58.151Z] #35 25.83 Fetched 8422 kB in 18s (466 kB/s) [2021-02-18T08:46:58.151Z] #35 25.83 Reading package lists... [2021-02-18T08:46:58.151Z] #35 33.58 Reading package lists... [2021-02-18T08:46:58.151Z] #35 ... [2021-02-18T08:46:58.151Z] [2021-02-18T08:46:58.151Z] #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-18T08:46:58.151Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:46:58.151Z] #41 25.83 Fetched 8422 kB in 17s (497 kB/s) [2021-02-18T08:46:58.151Z] #41 25.83 Reading package lists... [2021-02-18T08:46:58.241Z] #19 31.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-18T08:46:58.241Z] #19 31.78 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-18T08:46:58.241Z] #19 31.80 Unpacking python3 (3.7.3-1) ... [2021-02-18T08:46:58.241Z] #19 31.94 Selecting previously unselected package libip4tc0:amd64. [2021-02-18T08:46:58.241Z] #19 31.94 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-18T08:46:58.241Z] #19 31.95 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T08:46:58.241Z] #19 32.05 Selecting previously unselected package libip6tc0:amd64. [2021-02-18T08:46:58.411Z] #41 33.28 Reading package lists... [2021-02-18T08:46:58.411Z] #41 ... [2021-02-18T08:46:58.411Z] [2021-02-18T08:46:58.411Z] #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-18T08:46:58.411Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:58.411Z] #48 35.90 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:58.411Z] #48 36.10 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:46:58.411Z] #48 36.19 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:46:58.475Z] #35 DONE 68.3s [2021-02-18T08:46:58.475Z] [2021-02-18T08:46:58.475Z] #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-18T08:46:58.475Z] #36 sha256:23c76f34aacdc392f239db4d88bf3f6c01beb64d57fbc6a3ee2bfc73c94cebe2 [2021-02-18T08:46:58.497Z] #19 32.05 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-18T08:46:58.497Z] #19 32.06 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T08:46:58.497Z] #19 32.13 Selecting previously unselected package libiptc0:amd64. [2021-02-18T08:46:58.497Z] #19 32.15 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-18T08:46:58.497Z] #19 32.15 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-18T08:46:58.497Z] #19 32.22 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-18T08:46:58.497Z] #19 32.22 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-18T08:46:58.497Z] #19 32.23 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T08:46:58.654Z] #34 ... [2021-02-18T08:46:58.654Z] [2021-02-18T08:46:58.654Z] #49 [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-18T08:46:58.654Z] #49 sha256:65998cb32dd4be589f9ebfc7fd49fac956c872edbec9be7020fac64d1f0288d8 [2021-02-18T08:46:58.654Z] #49 30.30 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:58.654Z] #49 30.31 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:46:58.654Z] #49 30.33 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:58.654Z] #49 30.40 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:58.654Z] #49 30.58 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:46:58.654Z] #49 30.65 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:58.654Z] #49 30.78 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:46:58.654Z] #49 30.91 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T08:46:58.654Z] #49 30.94 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:46:58.654Z] #49 31.02 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:46:58.654Z] #49 31.21 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:58.654Z] #49 31.33 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:46:58.654Z] #49 31.34 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:58.654Z] #49 31.50 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:46:58.654Z] #49 31.66 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:58.654Z] #49 32.33 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:58.654Z] #49 32.34 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:58.654Z] #49 32.55 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:46:58.654Z] #49 32.64 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:46:58.654Z] #49 32.71 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:58.654Z] #49 32.75 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:58.654Z] #49 32.90 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T08:46:58.654Z] #49 33.11 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:46:58.654Z] #49 33.31 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:46:58.654Z] #49 35.28 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:46:58.654Z] #49 35.78 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:46:58.654Z] #49 39.32 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T08:46:58.654Z] #49 ... [2021-02-18T08:46:58.654Z] [2021-02-18T08:46:58.654Z] #29 [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-18T08:46:58.654Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:46:58.654Z] #29 37.05 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T08:46:58.654Z] #29 37.48 [2021-02-18T08:46:58.670Z] #48 36.34 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:46:58.670Z] #48 36.36 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:58.670Z] #48 36.37 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T08:46:58.670Z] #48 36.37 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:58.754Z] #19 32.30 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-18T08:46:58.754Z] #19 32.31 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-18T08:46:58.754Z] #19 32.32 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T08:46:58.754Z] #19 32.40 Selecting previously unselected package libnftnl11:amd64. [2021-02-18T08:46:58.754Z] #19 32.40 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-18T08:46:58.754Z] #19 32.41 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T08:46:58.930Z] #48 36.50 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:46:58.930Z] #48 36.54 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:46:58.930Z] #48 ... [2021-02-18T08:46:58.930Z] [2021-02-18T08:46:58.930Z] #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-18T08:46:58.930Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:46:58.930Z] #54 26.61 Fetched 8422 kB in 18s (474 kB/s) [2021-02-18T08:46:58.930Z] #54 26.61 Reading package lists... [2021-02-18T08:46:58.930Z] #54 34.34 Reading package lists... [2021-02-18T08:46:58.930Z] #54 ... [2021-02-18T08:46:58.930Z] [2021-02-18T08:46:58.930Z] #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-18T08:46:58.930Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:46:58.930Z] #12 27.03 Fetched 8422 kB in 18s (477 kB/s) [2021-02-18T08:46:58.930Z] #12 27.03 Reading package lists... [2021-02-18T08:46:59.010Z] #19 32.52 Selecting previously unselected package iptables. [2021-02-18T08:46:59.010Z] #19 32.54 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-18T08:46:59.010Z] #19 32.54 Unpacking iptables (1.8.2-4) ... [2021-02-18T08:46:59.156Z] #52 1.686 + RM_GOPATH=0 [2021-02-18T08:46:59.156Z] #52 1.686 + TMP_GOPATH= [2021-02-18T08:46:59.156Z] #52 1.686 + : /build [2021-02-18T08:46:59.156Z] #52 1.686 + '[' -z '' ']' [2021-02-18T08:46:59.189Z] #12 34.90 Reading package lists... [2021-02-18T08:46:59.189Z] #12 ... [2021-02-18T08:46:59.189Z] [2021-02-18T08:46:59.189Z] #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-18T08:46:59.189Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:46:59.189Z] #48 36.86 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:59.266Z] #19 32.88 Selecting previously unselected package xxd. [2021-02-18T08:46:59.267Z] #19 32.88 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:46:59.267Z] #19 32.89 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:46:59.421Z] #52 ... [2021-02-18T08:46:59.421Z] [2021-02-18T08:46:59.421Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T08:46:59.421Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T08:46:59.421Z] #13 DONE 1.8s [2021-02-18T08:46:59.421Z] [2021-02-18T08:46:59.421Z] #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-18T08:46:59.421Z] #52 sha256:a631099ee85f93f452de141782cb69c22b97a7801e47da2cbc6b444e7a40ac4d [2021-02-18T08:46:59.421Z] #52 1.689 ++ mktemp -d [2021-02-18T08:46:59.421Z] #52 1.691 + export GOPATH=/tmp/tmp.vk20Uq9nZ9 [2021-02-18T08:46:59.421Z] #52 1.691 + GOPATH=/tmp/tmp.vk20Uq9nZ9 [2021-02-18T08:46:59.421Z] #52 1.692 + RM_GOPATH=1 [2021-02-18T08:46:59.421Z] #52 1.697 + case "$(go env GOARCH)" in [2021-02-18T08:46:59.421Z] #52 1.697 ++ go env GOARCH [2021-02-18T08:46:59.421Z] #52 1.706 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:59.421Z] #52 1.707 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:59.421Z] #52 1.707 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:59.421Z] #52 1.721 + dir=/tmp/install [2021-02-18T08:46:59.421Z] #52 1.721 + bin=runc [2021-02-18T08:46:59.421Z] #52 1.721 + shift [2021-02-18T08:46:59.421Z] #52 1.722 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T08:46:59.421Z] #52 1.722 + . /tmp/install/runc.installer [2021-02-18T08:46:59.421Z] #52 1.722 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:46:59.421Z] #52 1.722 + install_runc [2021-02-18T08:46:59.421Z] #52 1.723 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T08:46:59.421Z] #52 1.724 + uname -r [2021-02-18T08:46:59.421Z] #52 1.745 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T08:46:59.421Z] #52 1.745 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T08:46:59.421Z] #52 1.745 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vk20Uq9nZ9/src/github.com/opencontainers/runc [2021-02-18T08:46:59.421Z] #52 1.745 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T08:46:59.421Z] #52 1.747 Cloning into '/tmp/tmp.vk20Uq9nZ9/src/github.com/opencontainers/runc'... [2021-02-18T08:46:59.448Z] #48 37.10 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T08:46:59.448Z] #48 37.15 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T08:46:59.448Z] #48 37.21 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:59.448Z] #48 37.21 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:46:59.448Z] #48 37.22 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:46:59.523Z] #19 33.00 Selecting previously unselected package vim-common. [2021-02-18T08:46:59.523Z] #19 33.01 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:46:59.523Z] #19 33.05 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:46:59.523Z] #19 33.24 Selecting previously unselected package bash-completion. [2021-02-18T08:46:59.708Z] #48 37.41 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:46:59.779Z] #19 33.25 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T08:46:59.871Z] #36 1.088 + RM_GOPATH=0 [2021-02-18T08:46:59.871Z] #36 1.088 + TMP_GOPATH= [2021-02-18T08:46:59.871Z] #36 1.088 + : /build [2021-02-18T08:46:59.871Z] #36 1.088 + '[' -z '' ']' [2021-02-18T08:46:59.871Z] #36 1.088 ++ mktemp -d [2021-02-18T08:46:59.871Z] #36 1.094 + export GOPATH=/tmp/tmp.1mdj9Im27Y [2021-02-18T08:46:59.871Z] #36 1.094 + GOPATH=/tmp/tmp.1mdj9Im27Y [2021-02-18T08:46:59.871Z] #36 1.094 + RM_GOPATH=1 [2021-02-18T08:46:59.871Z] #36 1.094 + case "$(go env GOARCH)" in [2021-02-18T08:46:59.871Z] #36 1.096 ++ go env GOARCH [2021-02-18T08:46:59.871Z] #36 1.120 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:59.871Z] #36 1.120 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:46:59.871Z] #36 1.122 ++ dirname /tmp/install/install.sh [2021-02-18T08:46:59.871Z] #36 1.127 + dir=/tmp/install [2021-02-18T08:46:59.871Z] #36 1.130 + bin=tini [2021-02-18T08:46:59.871Z] #36 1.130 + shift [2021-02-18T08:46:59.871Z] #36 1.130 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T08:46:59.871Z] #36 1.130 + . /tmp/install/tini.installer [2021-02-18T08:46:59.871Z] #36 1.131 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:46:59.871Z] #36 1.131 + install_tini [2021-02-18T08:46:59.871Z] #36 1.131 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T08:46:59.871Z] #36 1.131 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:46:59.871Z] #36 1.134 + git clone https://github.com/krallin/tini.git /tmp/tmp.1mdj9Im27Y/tini [2021-02-18T08:46:59.871Z] #36 1.137 Cloning into '/tmp/tmp.1mdj9Im27Y/tini'... [2021-02-18T08:47:00.298Z] #28 12.39 #=#=# 0.0% 1.1% # 1.7% # 2.7% ## 3.7% ### 4.6% #### 6.0% ##### 7.4% ##### 8.3% ###### 9.1% ####### 10.3% ######## 11.7% ######### 13.7% ########### 15.8% ############ 17.5% ############# 18.3% ############## 19.5% ############## 20.6% ############### 21.5% ################ 22.5% ################ 23.3% ################# 24.1% ################# 25.0% ################## 25.5% ################### 26.6% ################### 27.5% #################### 28.8% ##################### 29.7% ###################### 30.6% ###################### 31.4% ####################### 32.9% ######################## 33.8% ######################### 34.9% ######################### 35.7% ########################## 36.8% ########################### 38.6% ############################ 40.0% ############################# 41.3% ############################### 43.1% ################################ 44.5% ################################# 45.9% ################################## 48.2% #################################### 50.3% ###################################### 53.0% ###################################### 53.9% ######################################## 55.7% ######################################### 57.4% ########################################## 58.8% ########################################### 60.0% ############################################ 61.2% ############################################# 62.5% ############################################# 63.9% ############################################## 64.7% ############################################### 65.9% ################################################ 67.1% ################################################ 67.9% ################################################# 69.3% ################################################### 70.9% ################################################### 71.3% #################################################### 72.5% ##################################################### 73.8% ###################################################### 76.0% [2021-02-18T08:47:00.298Z] #28 ... [2021-02-18T08:47:00.298Z] [2021-02-18T08:47:00.298Z] #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-18T08:47:00.298Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T08:47:00.298Z] #54 19.85 Reading package lists... [2021-02-18T08:47:00.298Z] #54 25.17 Building dependency tree... [2021-02-18T08:47:00.298Z] #54 28.19 The following additional packages will be installed: [2021-02-18T08:47:00.298Z] #54 28.22 libbtrfs0 [2021-02-18T08:47:00.298Z] #54 28.38 The following NEW packages will be installed: [2021-02-18T08:47:00.298Z] #54 28.40 libbtrfs-dev libbtrfs0 [2021-02-18T08:47:00.298Z] #54 28.81 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:47:00.298Z] #54 28.81 Need to get 119 kB of archives. [2021-02-18T08:47:00.298Z] #54 28.81 After this operation, 387 kB of additional disk space will be used. [2021-02-18T08:47:00.298Z] #54 28.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-02-18T08:47:00.298Z] #54 28.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-02-18T08:47:00.298Z] #54 29.99 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:00.298Z] #54 30.31 Fetched 119 kB in 0s (427 kB/s) [2021-02-18T08:47:00.298Z] #54 30.42 Selecting previously unselected package libbtrfs0. [2021-02-18T08:47:00.298Z] #54 30.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-18T08:47:00.298Z] #54 30.63 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-02-18T08:47:00.298Z] #54 30.66 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:47:00.298Z] #54 30.77 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:47:00.298Z] #54 30.78 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-02-18T08:47:00.298Z] #54 30.78 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:47:00.298Z] #54 31.14 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:47:00.298Z] #54 31.16 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:47:00.298Z] #54 31.18 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:00.445Z] #36 1.851 + cd /tmp/tmp.1mdj9Im27Y/tini [2021-02-18T08:47:00.445Z] #36 1.851 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:00.445Z] #36 1.876 + cmake . [2021-02-18T08:47:00.445Z] #36 ... [2021-02-18T08:47:00.445Z] [2021-02-18T08:47:00.445Z] #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-18T08:47:00.445Z] #33 sha256:2ae7600ef3d12fa32783909ed6f115a836b8ea5c3c0c4e3149997f7adc46404e [2021-02-18T08:47:00.445Z] #33 60.34 internal/fmtsort [2021-02-18T08:47:00.445Z] #33 60.93 internal/syscall/execenv [2021-02-18T08:47:00.445Z] #33 60.95 internal/syscall/unix [2021-02-18T08:47:00.445Z] #33 61.15 strings [2021-02-18T08:47:00.445Z] #33 61.20 os [2021-02-18T08:47:00.445Z] #33 64.50 path [2021-02-18T08:47:00.445Z] #33 64.90 text/tabwriter [2021-02-18T08:47:00.445Z] #33 65.81 path/filepath [2021-02-18T08:47:00.445Z] #33 65.82 fmt [2021-02-18T08:47:00.445Z] #33 67.40 io/ioutil [2021-02-18T08:47:00.445Z] #33 69.91 github.com/BurntSushi/toml [2021-02-18T08:47:00.445Z] #33 69.92 flag [2021-02-18T08:47:00.617Z] #54 ... [2021-02-18T08:47:00.617Z] [2021-02-18T08:47:00.617Z] #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-18T08:47:00.617Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:47:00.707Z] #33 ... [2021-02-18T08:47:00.707Z] [2021-02-18T08:47:00.707Z] #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-18T08:47:00.707Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:47:00.707Z] #41 64.58 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:47:00.707Z] #41 64.60 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:47:00.707Z] #41 64.62 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:00.707Z] #41 64.65 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T08:47:00.707Z] #41 64.67 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:00.707Z] #41 64.68 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:47:00.707Z] #41 64.70 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:00.707Z] #41 64.72 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:00.707Z] #41 64.75 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:47:00.707Z] #41 64.80 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T08:47:00.807Z] #52 ... [2021-02-18T08:47:00.807Z] [2021-02-18T08:47:00.807Z] #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-18T08:47:00.807Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T08:47:00.807Z] #14 DONE 1.4s [2021-02-18T08:47:00.969Z] #41 ... [2021-02-18T08:47:00.969Z] [2021-02-18T08:47:00.969Z] #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-18T08:47:00.969Z] #36 sha256:23c76f34aacdc392f239db4d88bf3f6c01beb64d57fbc6a3ee2bfc73c94cebe2 [2021-02-18T08:47:00.969Z] #36 2.512 -- The C compiler identification is GNU 8.3.0 [2021-02-18T08:47:00.969Z] #36 2.562 -- Check for working C compiler: /usr/bin/cc [2021-02-18T08:47:01.067Z] [2021-02-18T08:47:01.067Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T08:47:01.067Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T08:47:01.151Z] #29 37.77 #=#=# ##O#- # ##O=# # 0.6% 1.3% ## 2.9% #### 6.3% ###### 9.2% ######### 13.0% ############# 18.2% ############### 21.5% ################## 25.1% ################### 27.7% ####################### 32.7% ########################## 36.7% ############################ 40.1% ############################### 43.7% ################################# 47.1% ################################### 49.9% ###################################### 53.6% ####################################### 54.4% ####################################### 55.1% ######################################### 57.0% ######################################### 58.3% ########################################## 58.8% ########################################## 59.7% ########################################### 61.0% ############################################ 62.1% ############################################# 63.3% ############################################## 64.4% ############################################### 65.6% ################################################ 67.4% ################################################## 69.8% #################################################### 72.9% ###################################################### 75.8% ####################################################### 77.7% ########################################################## 80.6% ########################################################### [2021-02-18T08:47:01.151Z] #29 ... [2021-02-18T08:47:01.151Z] [2021-02-18T08:47:01.151Z] #13 [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-18T08:47:01.151Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:47:01.151Z] #13 24.44 Reading package lists... [2021-02-18T08:47:01.151Z] #13 33.47 Building dependency tree... [2021-02-18T08:47:01.151Z] #13 35.60 The following additional packages will be installed: [2021-02-18T08:47:01.151Z] #13 35.60 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T08:47:01.151Z] #13 35.60 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T08:47:01.151Z] #13 35.60 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T08:47:01.151Z] #13 35.61 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T08:47:01.151Z] #13 35.61 mingw-w64-x86-64-dev [2021-02-18T08:47:01.151Z] #13 35.61 Suggested packages: [2021-02-18T08:47:01.151Z] #13 35.61 gcc-8-locales seccomp wine64 [2021-02-18T08:47:01.151Z] #13 37.28 The following NEW packages will be installed: [2021-02-18T08:47:01.151Z] #13 37.28 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T08:47:01.151Z] #13 37.28 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T08:47:01.151Z] #13 37.28 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T08:47:01.151Z] #13 37.28 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T08:47:01.152Z] #13 37.29 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T08:47:01.152Z] #13 37.29 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T08:47:01.152Z] #13 37.30 The following packages will be upgraded: [2021-02-18T08:47:01.152Z] #13 37.31 libsystemd0 libudev1 [2021-02-18T08:47:01.152Z] #13 37.63 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:47:01.152Z] #13 37.63 Need to get 79.4 MB of archives. [2021-02-18T08:47:01.152Z] #13 37.63 After this operation, 532 MB of additional disk space will be used. [2021-02-18T08:47:01.152Z] #13 37.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u6 [358 kB] [2021-02-18T08:47:01.152Z] #13 37.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u6 [158 kB] [2021-02-18T08:47:01.152Z] #13 37.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-02-18T08:47:01.152Z] #13 38.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2021-02-18T08:47:01.152Z] #13 39.73 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-18T08:47:01.152Z] #13 39.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-02-18T08:47:01.152Z] #13 39.82 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-02-18T08:47:01.152Z] #13 39.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T08:47:01.152Z] #13 42.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-18T08:47:01.152Z] #13 ... [2021-02-18T08:47:01.152Z] [2021-02-18T08:47:01.152Z] #42 [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-18T08:47:01.152Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-18T08:47:01.152Z] #42 39.47 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:01.152Z] #42 39.64 Fetched 4075 kB in 1s (2758 kB/s) [2021-02-18T08:47:01.152Z] #42 39.77 Selecting previously unselected package libcap-dev:ppc64el. [2021-02-18T08:47:01.152Z] #42 39.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-18T08:47:01.152Z] #42 39.88 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 39.91 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-02-18T08:47:01.152Z] #42 40.08 Selecting previously unselected package libnet1:ppc64el. [2021-02-18T08:47:01.152Z] #42 40.08 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 40.11 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:01.152Z] #42 40.23 Selecting previously unselected package libnet1-dev. [2021-02-18T08:47:01.152Z] #42 40.25 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 40.29 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:01.152Z] #42 40.53 Selecting previously unselected package libnl-3-200:ppc64el. [2021-02-18T08:47:01.152Z] #42 40.55 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 40.57 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-18T08:47:01.152Z] #42 40.76 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-02-18T08:47:01.152Z] #42 40.77 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 40.78 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-02-18T08:47:01.152Z] #42 41.24 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-02-18T08:47:01.152Z] #42 41.24 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 41.24 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-18T08:47:01.152Z] #42 41.46 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-02-18T08:47:01.152Z] #42 41.46 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 41.46 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-02-18T08:47:01.152Z] #42 41.60 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-02-18T08:47:01.152Z] #42 41.63 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 41.63 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-02-18T08:47:01.152Z] #42 42.01 Selecting previously unselected package libprotobuf17:ppc64el. [2021-02-18T08:47:01.152Z] #42 42.01 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 42.03 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-02-18T08:47:01.152Z] #42 43.01 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-02-18T08:47:01.152Z] #42 43.01 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 43.02 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-02-18T08:47:01.152Z] #42 43.33 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-02-18T08:47:01.152Z] #42 43.34 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-02-18T08:47:01.152Z] #42 43.35 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-02-18T08:47:01.543Z] #36 ... [2021-02-18T08:47:01.543Z] [2021-02-18T08:47:01.543Z] #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-18T08:47:01.543Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:01.543Z] #12 61.23 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T08:47:01.543Z] #12 61.23 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T08:47:01.543Z] #12 61.26 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:47:01.543Z] #12 61.97 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-18T08:47:01.543Z] #12 61.98 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:47:01.543Z] #12 62.06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:47:01.543Z] #12 62.34 Selecting previously unselected package dmsetup. [2021-02-18T08:47:01.543Z] #12 62.35 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:47:01.543Z] #12 62.35 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T08:47:01.543Z] #12 62.59 Selecting previously unselected package mingw-w64-common. [2021-02-18T08:47:01.543Z] #12 62.60 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T08:47:01.543Z] #12 62.61 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T08:47:01.543Z] #12 69.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T08:47:01.543Z] #12 69.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T08:47:01.543Z] #12 69.29 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:47:01.543Z] #12 ... [2021-02-18T08:47:01.543Z] [2021-02-18T08:47:01.543Z] #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-18T08:47:01.543Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:47:01.543Z] #41 71.37 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T08:47:01.543Z] #41 71.38 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:01.612Z] #48 39.00 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:47:01.810Z] #41 ... [2021-02-18T08:47:01.810Z] [2021-02-18T08:47:01.810Z] #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-18T08:47:01.810Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:47:01.810Z] #44 61.69 os [2021-02-18T08:47:01.810Z] #44 62.62 strings [2021-02-18T08:47:01.810Z] #44 65.73 regexp/syntax [2021-02-18T08:47:01.810Z] #44 66.47 fmt [2021-02-18T08:47:01.810Z] #44 70.85 regexp [2021-02-18T08:47:02.010Z] #15 1.049 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T08:47:02.011Z] #15 DONE 1.2s [2021-02-18T08:47:02.011Z] [2021-02-18T08:47:02.011Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T08:47:02.011Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T08:47:02.073Z] #44 ... [2021-02-18T08:47:02.073Z] [2021-02-18T08:47:02.073Z] #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-18T08:47:02.073Z] #36 sha256:23c76f34aacdc392f239db4d88bf3f6c01beb64d57fbc6a3ee2bfc73c94cebe2 [2021-02-18T08:47:02.073Z] #36 3.229 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T08:47:02.073Z] #36 3.233 -- Detecting C compiler ABI info [2021-02-18T08:47:02.073Z] #36 ... [2021-02-18T08:47:02.073Z] [2021-02-18T08:47:02.073Z] #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-18T08:47:02.073Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:47:02.073Z] #41 DONE 71.9s [2021-02-18T08:47:02.299Z] #19 36.04 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T08:47:02.335Z] [2021-02-18T08:47:02.335Z] #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-18T08:47:02.335Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:47:02.335Z] #44 72.17 go/token [2021-02-18T08:47:02.548Z] #48 40.23 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:47:02.581Z] #16 ... [2021-02-18T08:47:02.581Z] [2021-02-18T08:47:02.581Z] #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-18T08:47:02.581Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:02.581Z] #42 44.10 CC compel/plugins/std/infect.o [2021-02-18T08:47:02.581Z] #42 44.74 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-18T08:47:02.581Z] #42 44.87 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-18T08:47:02.581Z] #42 45.00 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-18T08:47:02.581Z] #42 45.11 AR compel/plugins/std.lib.a [2021-02-18T08:47:02.581Z] #42 45.20 CC compel/plugins/fds/fds.o [2021-02-18T08:47:02.581Z] #42 45.37 AR compel/plugins/fds.lib.a [2021-02-18T08:47:02.581Z] #42 45.42 HOSTDEP compel/src/lib/log-host.d [2021-02-18T08:47:02.581Z] #42 45.54 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T08:47:02.581Z] #42 45.64 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-18T08:47:02.581Z] #42 45.71 HOSTDEP compel/src/main-host.d [2021-02-18T08:47:02.581Z] #42 45.81 DEP compel/src/lib/ptrace.d [2021-02-18T08:47:02.581Z] #42 45.90 DEP compel/src/lib/infect.d [2021-02-18T08:47:02.581Z] #42 46.05 DEP compel/src/lib/infect-util.d [2021-02-18T08:47:02.581Z] #42 46.13 DEP compel/src/lib/infect-rpc.d [2021-02-18T08:47:02.581Z] #42 46.20 DEP compel/arch/x86/src/lib/infect.d [2021-02-18T08:47:02.581Z] #42 46.27 DEP compel/arch/x86/src/lib/cpu.d [2021-02-18T08:47:02.581Z] #42 46.33 DEP compel/src/lib/log.d [2021-02-18T08:47:02.581Z] #42 46.43 DEP compel/src/main.d [2021-02-18T08:47:02.581Z] #42 46.53 DEP compel/src/lib/handle-elf.d [2021-02-18T08:47:02.581Z] #42 46.62 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-18T08:47:02.581Z] #42 46.75 CC compel/src/lib/log.o [2021-02-18T08:47:02.581Z] #42 47.01 CC compel/arch/x86/src/lib/cpu.o [2021-02-18T08:47:02.581Z] #42 47.75 CC compel/arch/x86/src/lib/infect.o [2021-02-18T08:47:02.581Z] #42 48.56 CC compel/src/lib/infect-rpc.o [2021-02-18T08:47:02.581Z] #42 48.89 CC compel/src/lib/infect-util.o [2021-02-18T08:47:02.581Z] #42 49.15 CC compel/src/lib/infect.o [2021-02-18T08:47:02.581Z] #42 52.20 CC compel/src/lib/ptrace.o [2021-02-18T08:47:02.581Z] #42 52.70 AR compel/libcompel.a [2021-02-18T08:47:02.581Z] #42 52.82 HOSTCC compel/src/main-host.o [2021-02-18T08:47:02.581Z] #42 53.23 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-18T08:47:02.581Z] #42 53.50 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T08:47:02.581Z] #42 54.02 HOSTCC compel/src/lib/log-host.o [2021-02-18T08:47:02.677Z] #28 12.39 #=#=# 0.0% 1.1% # 1.7% # 2.7% ## 3.7% ### 4.6% #### 6.0% ##### 7.4% ##### 8.3% ###### 9.1% ####### 10.3% ######## 11.7% ######### 13.7% ########### 15.8% ############ 17.5% ############# 18.3% ############## 19.5% ############## 20.6% ############### 21.5% ################ 22.5% ################ 23.3% ################# 24.1% ################# 25.0% ################## 25.5% ################### 26.6% ################### 27.5% #################### 28.8% ##################### 29.7% ###################### 30.6% ###################### 31.4% ####################### 32.9% ######################## 33.8% ######################### 34.9% ######################### 35.7% ########################## 36.8% ########################### 38.6% ############################ 40.0% ############################# 41.3% ############################### 43.1% ################################ 44.5% ################################# 45.9% ################################## 48.2% #################################### 50.3% ###################################### 53.0% ###################################### 53.9% ######################################## 55.7% ######################################### 57.4% ########################################## 58.8% ########################################### 60.0% ############################################ 61.2% ############################################# 62.5% ############################################# 63.9% ############################################## 64.7% ############################################### 65.9% ################################################ 67.1% ################################################ 67.9% ################################################# 69.3% ################################################### 70.9% ################################################### 71.3% #################################################### 72.5% ##################################################### 73.8% ###################################################### 76.0% ######################################################## 78.7% ######################################################### 80.4% ########################################################### 82.2% ############################################################ 83.8% ############################################################# 85.7% ############################################################## 86.3% ############################################################### 87.8% ############################################################### 88.9% ################################################################ 89.4% ################################################################## 91.7% ################################################################### 93.5% ################################################################### 93.8% #################################################################### 94.6% ##################################################################### 96.1% ##################################################################### 96.8% ###################################################################### 97.6% ####################################################################### 98.9% ######################################################################## 100.0% [2021-02-18T08:47:02.677Z] #28 ... [2021-02-18T08:47:02.677Z] [2021-02-18T08:47:02.677Z] #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-18T08:47:02.677Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:47:02.677Z] #48 26.96 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:47:02.677Z] #48 27.21 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:47:02.677Z] #48 28.80 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T08:47:02.677Z] #48 29.51 go: extracting golang.org/x/text v0.3.2 [2021-02-18T08:47:02.677Z] #48 34.56 go: finding github.com/fatih/color v1.7.0 [2021-02-18T08:47:02.677Z] #48 34.58 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:47:02.677Z] #48 34.83 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:47:02.677Z] #48 34.84 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:47:02.677Z] #48 35.47 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T08:47:02.677Z] #48 35.47 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:47:02.677Z] #48 35.47 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:47:02.677Z] #48 35.96 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:47:02.677Z] #48 36.03 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:47:02.677Z] #48 36.03 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:47:02.677Z] #48 36.05 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:47:02.677Z] #48 36.11 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:47:02.677Z] #48 36.11 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:47:02.677Z] #48 36.13 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:47:02.677Z] #48 36.15 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:47:02.677Z] #48 36.18 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T08:47:02.677Z] #48 36.42 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:47:02.677Z] #48 36.52 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:47:02.677Z] #48 36.53 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T08:47:02.677Z] #48 36.67 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:47:02.677Z] #48 36.88 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:47:02.677Z] #48 36.88 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:47:02.677Z] #48 36.89 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:47:02.677Z] #48 36.94 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T08:47:02.677Z] #48 37.10 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T08:47:02.677Z] #48 ... [2021-02-18T08:47:02.677Z] [2021-02-18T08:47:02.677Z] #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-18T08:47:02.677Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:47:02.677Z] #28 21.63 [2021-02-18T08:47:02.750Z] #42 44.51 Selecting previously unselected package libprotoc17:ppc64el. [2021-02-18T08:47:02.750Z] #42 44.51 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-02-18T08:47:02.750Z] #42 44.53 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-02-18T08:47:02.750Z] #42 ... [2021-02-18T08:47:02.750Z] [2021-02-18T08:47:02.750Z] #29 [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-18T08:47:02.750Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:47:02.750Z] #29 37.77 #=#=# ##O#- # ##O=# # 0.6% 1.3% ## 2.9% #### 6.3% ###### 9.2% ######### 13.0% ############# 18.2% ############### 21.5% ################## 25.1% ################### 27.7% ####################### 32.7% ########################## 36.7% ############################ 40.1% ############################### 43.7% ################################# 47.1% ################################### 49.9% ###################################### 53.6% ####################################### 54.4% ####################################### 55.1% ######################################### 57.0% ######################################### 58.3% ########################################## 58.8% ########################################## 59.7% ########################################### 61.0% ############################################ 62.1% ############################################# 63.3% ############################################## 64.4% ############################################### 65.6% ################################################ 67.4% ################################################## 69.8% #################################################### 72.9% ###################################################### 75.8% ####################################################### 77.7% ########################################################## 80.6% ########################################################### 82.0% ############################################################ 84.2% ############################################################## 86.8% ################################################################ 89.5% ################################################################## 92.2% ################################################################### 94.3% ##################################################################### 96.4% ####################################################################### 98.7% ######################################################################## 100.0% [2021-02-18T08:47:02.750Z] #29 44.19 [2021-02-18T08:47:02.844Z] #42 54.35 HOSTLINK compel/compel-host-bin [2021-02-18T08:47:02.844Z] #42 54.62 DEP soccr/soccr.d [2021-02-18T08:47:02.862Z] #19 36.44 Selecting previously unselected package bzip2. [2021-02-18T08:47:02.862Z] #19 36.45 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-18T08:47:02.862Z] #19 36.45 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:47:02.862Z] #19 36.51 Selecting previously unselected package xz-utils. [2021-02-18T08:47:02.862Z] #19 36.51 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-18T08:47:02.862Z] #19 36.53 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T08:47:03.119Z] #19 36.70 Selecting previously unselected package apparmor. [2021-02-18T08:47:03.119Z] #19 36.71 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-18T08:47:03.119Z] #19 36.81 Unpacking apparmor (2.13.2-10) ... [2021-02-18T08:47:03.414Z] #42 54.82 CC soccr/soccr.o [2021-02-18T08:47:03.414Z] #42 ... [2021-02-18T08:47:03.414Z] [2021-02-18T08:47:03.414Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T08:47:03.414Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T08:47:03.414Z] #16 DONE 1.3s [2021-02-18T08:47:03.414Z] [2021-02-18T08:47:03.414Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T08:47:03.414Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T08:47:03.682Z] #19 37.17 Selecting previously unselected package aufs-tools. [2021-02-18T08:47:03.682Z] #19 37.18 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-18T08:47:03.682Z] #19 37.18 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:47:03.682Z] #19 ... [2021-02-18T08:47:03.682Z] [2021-02-18T08:47:03.682Z] #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-18T08:47:03.682Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:03.682Z] #42 82.36 DEP criu/fault-injection.d [2021-02-18T08:47:03.682Z] #42 82.43 DEP criu/external.d [2021-02-18T08:47:03.682Z] #42 82.50 DEP criu/eventpoll.d [2021-02-18T08:47:03.682Z] #42 82.79 DEP criu/eventfd.d [2021-02-18T08:47:03.682Z] #42 83.06 DEP criu/crtools.d [2021-02-18T08:47:03.682Z] #42 83.32 DEP criu/cr-service.d [2021-02-18T08:47:03.682Z] #42 83.55 DEP criu/cr-restore.d [2021-02-18T08:47:03.682Z] #42 83.73 DEP criu/cr-errno.d [2021-02-18T08:47:03.682Z] #42 83.75 DEP criu/cr-dump.d [2021-02-18T08:47:03.682Z] #42 84.00 DEP criu/cr-dedup.d [2021-02-18T08:47:03.682Z] #42 84.20 DEP criu/cr-check.d [2021-02-18T08:47:03.682Z] #42 84.41 DEP criu/config.d [2021-02-18T08:47:03.682Z] #42 84.54 DEP criu/clone-noasan.d [2021-02-18T08:47:03.682Z] #42 84.61 DEP criu/cgroup.d [2021-02-18T08:47:03.682Z] #42 84.71 DEP criu/cgroup-props.d [2021-02-18T08:47:03.682Z] #42 84.86 DEP criu/bitmap.d [2021-02-18T08:47:03.683Z] #42 84.88 DEP criu/bfd.d [2021-02-18T08:47:03.683Z] #42 84.97 DEP criu/autofs.d [2021-02-18T08:47:03.683Z] #42 85.10 DEP criu/aio.d [2021-02-18T08:47:03.683Z] #42 85.24 DEP criu/action-scripts.d [2021-02-18T08:47:03.683Z] #42 85.53 CC criu/action-scripts.o [2021-02-18T08:47:03.683Z] #42 85.99 CC criu/aio.o [2021-02-18T08:47:03.683Z] #42 86.49 CC criu/autofs.o [2021-02-18T08:47:03.683Z] #42 87.80 CC criu/bfd.o [2021-02-18T08:47:03.683Z] #42 88.26 CC criu/bitmap.o [2021-02-18T08:47:03.683Z] #42 88.39 CC criu/cgroup-props.o [2021-02-18T08:47:03.683Z] #42 89.10 CC criu/cgroup.o [2021-02-18T08:47:03.683Z] #42 91.77 CC criu/clone-noasan.o [2021-02-18T08:47:03.683Z] #42 91.97 CC criu/config.o [2021-02-18T08:47:03.683Z] #42 ... [2021-02-18T08:47:03.683Z] [2021-02-18T08:47:03.683Z] #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-18T08:47:03.683Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:03.683Z] #19 37.31 Selecting previously unselected package libonig5:amd64. [2021-02-18T08:47:03.683Z] #19 37.32 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T08:47:03.683Z] #19 37.33 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:47:03.724Z] #44 73.40 go/scanner [2021-02-18T08:47:03.793Z] #28 ... [2021-02-18T08:47:03.793Z] [2021-02-18T08:47:03.793Z] #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-18T08:47:03.793Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:03.793Z] #41 22.46 Reading package lists... [2021-02-18T08:47:03.793Z] #41 28.22 Building dependency tree... [2021-02-18T08:47:03.793Z] #41 30.86 The following additional packages will be installed: [2021-02-18T08:47:03.793Z] #41 30.87 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T08:47:03.793Z] #41 30.88 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T08:47:03.793Z] #41 30.92 Suggested packages: [2021-02-18T08:47:03.793Z] #41 30.92 manpages-dev python-setuptools [2021-02-18T08:47:03.793Z] #41 32.19 The following NEW packages will be installed: [2021-02-18T08:47:03.793Z] #41 32.19 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T08:47:03.793Z] #41 32.19 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T08:47:03.793Z] #41 32.20 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T08:47:03.793Z] #41 32.20 python-six zlib1g-dev [2021-02-18T08:47:03.793Z] #41 32.57 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:47:03.793Z] #41 32.57 Need to get 3798 kB of archives. [2021-02-18T08:47:03.793Z] #41 32.57 After this operation, 21.6 MB of additional disk space will be used. [2021-02-18T08:47:03.793Z] #41 32.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-02-18T08:47:03.793Z] #41 32.58 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-18T08:47:03.793Z] #41 32.63 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-18T08:47:03.793Z] #41 32.69 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-18T08:47:03.793Z] #41 32.70 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-18T08:47:03.793Z] #41 32.71 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-18T08:47:03.793Z] #41 32.93 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-18T08:47:03.793Z] #41 32.99 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-18T08:47:03.793Z] #41 33.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-02-18T08:47:03.793Z] #41 33.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-02-18T08:47:03.793Z] #41 33.06 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-02-18T08:47:03.793Z] #41 33.21 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-02-18T08:47:03.793Z] #41 33.29 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-18T08:47:03.793Z] #41 33.29 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-18T08:47:03.793Z] #41 33.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T08:47:03.793Z] #41 33.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-18T08:47:03.793Z] #41 33.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-18T08:47:03.793Z] #41 35.42 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:03.793Z] #41 36.28 Fetched 3798 kB in 1s (3614 kB/s) [2021-02-18T08:47:03.793Z] #41 37.88 Selecting previously unselected package libcap-dev:arm64. [2021-02-18T08:47:03.793Z] #41 37.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 ... 15383 files and directories currently installed.) [2021-02-18T08:47:03.793Z] #41 37.95 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-02-18T08:47:03.793Z] #41 ... [2021-02-18T08:47:03.793Z] [2021-02-18T08:47:03.793Z] #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-18T08:47:03.793Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:47:03.793Z] #48 37.26 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T08:47:03.793Z] #48 37.27 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:47:03.793Z] #48 37.31 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:47:03.793Z] #48 37.52 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:47:03.793Z] #48 37.88 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:47:03.793Z] #48 37.93 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:47:03.793Z] #48 37.94 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T08:47:03.939Z] #19 37.48 Selecting previously unselected package libjq1:amd64. [2021-02-18T08:47:03.939Z] #19 37.49 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:47:03.939Z] #19 37.49 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:47:03.939Z] #19 37.63 Selecting previously unselected package jq. [2021-02-18T08:47:03.939Z] #19 37.64 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:47:03.939Z] #19 37.65 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:47:04.069Z] #29 45.78 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T08:47:04.195Z] #19 37.74 Selecting previously unselected package libaio1:amd64. [2021-02-18T08:47:04.195Z] #19 37.74 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-18T08:47:04.195Z] #19 37.75 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-18T08:47:04.195Z] #19 37.81 Selecting previously unselected package libgpm2:amd64. [2021-02-18T08:47:04.195Z] #19 37.82 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-18T08:47:04.195Z] #19 37.83 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-18T08:47:04.298Z] #44 ... [2021-02-18T08:47:04.298Z] [2021-02-18T08:47:04.298Z] #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-18T08:47:04.298Z] #50 sha256:c335799dfa887c70b50559315f8a31932b00b17642be535753be1d2bcd68181e [2021-02-18T08:47:04.298Z] #50 64.20 encoding/binary [2021-02-18T08:47:04.298Z] #50 64.84 context [2021-02-18T08:47:04.298Z] #50 65.76 os [2021-02-18T08:47:04.298Z] #50 66.51 encoding/base64 [2021-02-18T08:47:04.298Z] #50 67.53 golang.org/x/sys/unix [2021-02-18T08:47:04.298Z] #50 69.92 encoding/json [2021-02-18T08:47:04.370Z] #48 ... [2021-02-18T08:47:04.370Z] [2021-02-18T08:47:04.370Z] #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-18T08:47:04.370Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:47:04.370Z] #12 22.83 Reading package lists... [2021-02-18T08:47:04.370Z] #12 29.22 Building dependency tree... [2021-02-18T08:47:04.370Z] #12 32.02 The following additional packages will be installed: [2021-02-18T08:47:04.370Z] #12 32.02 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T08:47:04.370Z] #12 32.02 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T08:47:04.370Z] #12 32.03 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T08:47:04.370Z] #12 32.03 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T08:47:04.370Z] #12 32.04 mingw-w64-x86-64-dev [2021-02-18T08:47:04.370Z] #12 32.04 Suggested packages: [2021-02-18T08:47:04.370Z] #12 32.05 gcc-8-locales seccomp wine64 [2021-02-18T08:47:04.370Z] #12 33.11 The following NEW packages will be installed: [2021-02-18T08:47:04.370Z] #12 33.12 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T08:47:04.370Z] #12 33.12 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T08:47:04.370Z] #12 33.12 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T08:47:04.370Z] #12 33.12 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T08:47:04.370Z] #12 33.12 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T08:47:04.370Z] #12 33.13 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T08:47:04.370Z] #12 33.13 The following packages will be upgraded: [2021-02-18T08:47:04.370Z] #12 33.14 libsystemd0 libudev1 [2021-02-18T08:47:04.370Z] #12 33.49 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:47:04.370Z] #12 33.49 Need to get 73.8 MB of archives. [2021-02-18T08:47:04.370Z] #12 33.49 After this operation, 472 MB of additional disk space will be used. [2021-02-18T08:47:04.370Z] #12 33.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u6 [314 kB] [2021-02-18T08:47:04.370Z] #12 33.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u6 [146 kB] [2021-02-18T08:47:04.370Z] #12 33.54 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-18T08:47:04.370Z] #12 33.83 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-18T08:47:04.370Z] #12 34.08 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-18T08:47:04.370Z] #12 34.10 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-18T08:47:04.370Z] #12 34.11 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-02-18T08:47:04.370Z] #12 34.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T08:47:04.370Z] #12 34.79 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-18T08:47:04.370Z] #12 35.09 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-18T08:47:04.370Z] #12 35.11 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-18T08:47:04.372Z] #29 46.33 [2021-02-18T08:47:04.452Z] #19 37.92 Selecting previously unselected package libicu63:amd64. [2021-02-18T08:47:04.452Z] #19 37.93 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T08:47:04.452Z] #19 37.93 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:47:04.454Z] #48 42.02 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T08:47:04.560Z] #50 ... [2021-02-18T08:47:04.560Z] [2021-02-18T08:47:04.560Z] #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-18T08:47:04.560Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:04.560Z] #42 2.351 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:47:04.560Z] #42 2.352 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:47:04.560Z] #42 2.368 Note: Building without GnuTLS support [2021-02-18T08:47:04.560Z] #42 2.377 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:47:04.560Z] #42 2.405 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:47:04.676Z] #29 46.49 ######################################################################## 100.0% [2021-02-18T08:47:04.676Z] #29 46.64 [2021-02-18T08:47:04.797Z] #17 DONE 1.2s [2021-02-18T08:47:04.797Z] [2021-02-18T08:47:04.797Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T08:47:04.797Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T08:47:04.947Z] #12 ... [2021-02-18T08:47:04.947Z] [2021-02-18T08:47:04.947Z] #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-18T08:47:04.947Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:47:04.947Z] #28 22.55 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T08:47:04.947Z] #28 22.94 [2021-02-18T08:47:04.947Z] #28 23.10 # 2.0% ######################################################################## 100.0% [2021-02-18T08:47:04.947Z] #28 23.19 [2021-02-18T08:47:05.023Z] #48 ... [2021-02-18T08:47:05.023Z] [2021-02-18T08:47:05.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-18T08:47:05.023Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:47:05.023Z] #44 40.61 sync [2021-02-18T08:47:05.023Z] #44 40.61 internal/reflectlite [2021-02-18T08:47:05.023Z] #44 42.23 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T08:47:05.023Z] #44 42.54 math/rand [2021-02-18T08:47:05.255Z] #28 ... [2021-02-18T08:47:05.255Z] [2021-02-18T08:47:05.255Z] #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-18T08:47:05.255Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T08:47:05.255Z] #35 24.19 Reading package lists... [2021-02-18T08:47:05.255Z] #35 30.08 Building dependency tree... [2021-02-18T08:47:05.255Z] #35 32.76 The following additional packages will be installed: [2021-02-18T08:47:05.255Z] #35 32.77 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T08:47:05.255Z] #35 32.77 Suggested packages: [2021-02-18T08:47:05.255Z] #35 32.77 cmake-doc ninja-build lrzip [2021-02-18T08:47:05.255Z] #35 32.77 Recommended packages: [2021-02-18T08:47:05.255Z] #35 32.77 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T08:47:05.255Z] #35 33.37 The following NEW packages will be installed: [2021-02-18T08:47:05.255Z] #35 33.39 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T08:47:05.255Z] #35 33.39 vim-common xxd [2021-02-18T08:47:05.255Z] #35 33.75 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:47:05.255Z] #35 33.75 Need to get 14.2 MB of archives. [2021-02-18T08:47:05.255Z] #35 33.75 After this operation, 60.0 MB of additional disk space will be used. [2021-02-18T08:47:05.255Z] #35 33.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-02-18T08:47:05.255Z] #35 33.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:47:05.255Z] #35 33.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T08:47:05.255Z] #35 33.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-02-18T08:47:05.255Z] #35 34.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-02-18T08:47:05.255Z] #35 34.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-02-18T08:47:05.255Z] #35 35.03 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-02-18T08:47:05.255Z] #35 35.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-02-18T08:47:05.255Z] #35 35.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-02-18T08:47:05.255Z] #35 35.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-02-18T08:47:05.255Z] #35 37.99 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:05.593Z] #44 ... [2021-02-18T08:47:05.593Z] [2021-02-18T08:47:05.593Z] #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-18T08:47:05.593Z] #63 sha256:9935671f5ffca0ecf5112f32ca2ef367d7a28fb7b4b4297c830148b14231b781 [2021-02-18T08:47:05.593Z] #63 DONE 43.3s [2021-02-18T08:47:05.593Z] [2021-02-18T08:47:05.593Z] #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-18T08:47:05.593Z] #33 sha256:4e4263e3229ac6bee92f6043ca542f942172462e84811b691260171570b3a012 [2021-02-18T08:47:05.593Z] #33 40.39 internal/reflectlite [2021-02-18T08:47:05.593Z] #33 40.40 sync [2021-02-18T08:47:05.593Z] #33 42.77 errors [2021-02-18T08:47:05.593Z] #33 42.78 sort [2021-02-18T08:47:05.593Z] #33 43.33 strconv [2021-02-18T08:47:05.618Z] #35 39.98 Fetched 14.2 MB in 2s (6702 kB/s) [2021-02-18T08:47:05.618Z] #35 ... [2021-02-18T08:47:05.618Z] [2021-02-18T08:47:05.618Z] #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-18T08:47:05.618Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:05.618Z] #41 39.77 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-02-18T08:47:05.736Z] #18 DONE 1.1s [2021-02-18T08:47:05.736Z] [2021-02-18T08:47:05.736Z] #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-18T08:47:05.736Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:05.786Z] #29 47.64 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T08:47:05.880Z] #41 ... [2021-02-18T08:47:05.881Z] [2021-02-18T08:47:05.881Z] #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-18T08:47:05.881Z] #33 sha256:384ada366ad9011ee173d4616a54a1c1a1664894fbd27e90dab07eff2a3af96b [2021-02-18T08:47:05.881Z] #33 30.16 sync [2021-02-18T08:47:05.881Z] #33 30.17 internal/reflectlite [2021-02-18T08:47:05.881Z] #33 32.20 errors [2021-02-18T08:47:05.881Z] #33 32.21 sort [2021-02-18T08:47:05.881Z] #33 32.52 io [2021-02-18T08:47:05.881Z] #33 32.52 internal/oserror [2021-02-18T08:47:05.881Z] #33 32.52 strconv [2021-02-18T08:47:05.881Z] #33 32.74 syscall [2021-02-18T08:47:05.881Z] #33 34.76 strings [2021-02-18T08:47:05.881Z] #33 34.77 bytes [2021-02-18T08:47:05.881Z] #33 37.36 path [2021-02-18T08:47:05.881Z] #33 37.38 reflect [2021-02-18T08:47:05.881Z] #33 37.58 text/tabwriter [2021-02-18T08:47:05.881Z] #33 37.99 bufio [2021-02-18T08:47:05.881Z] #33 40.03 internal/syscall/execenv [2021-02-18T08:47:05.881Z] #33 40.04 internal/syscall/unix [2021-02-18T08:47:05.881Z] #33 40.04 time [2021-02-18T08:47:05.881Z] #33 ... [2021-02-18T08:47:05.881Z] [2021-02-18T08:47:05.881Z] #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-18T08:47:05.881Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:47:05.881Z] #48 39.07 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:47:05.881Z] #48 39.42 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:47:05.881Z] #48 39.42 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T08:47:05.881Z] #48 39.44 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:47:05.881Z] #48 39.44 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:47:05.881Z] #48 39.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:47:05.881Z] #48 39.94 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:47:05.881Z] #48 40.03 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:47:05.881Z] #48 40.13 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T08:47:05.881Z] #48 40.15 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:47:05.881Z] #48 40.29 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:47:05.881Z] #48 40.29 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T08:47:06.149Z] #48 40.51 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:47:06.149Z] #48 40.56 go: finding golang.org/x/text v0.3.2 [2021-02-18T08:47:06.149Z] #48 ... [2021-02-18T08:47:06.149Z] [2021-02-18T08:47:06.149Z] #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-18T08:47:06.149Z] #44 sha256:d6e8b45156f06380e13bb62e5cac1ef2d1b94959482b927f357c5eb4adddc83e [2021-02-18T08:47:06.149Z] #44 30.65 internal/reflectlite [2021-02-18T08:47:06.149Z] #44 30.67 sync [2021-02-18T08:47:06.149Z] #44 32.12 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T08:47:06.149Z] #44 32.13 math/rand [2021-02-18T08:47:06.149Z] #44 32.14 internal/singleflight [2021-02-18T08:47:06.149Z] #44 33.76 sort [2021-02-18T08:47:06.150Z] #44 33.84 io [2021-02-18T08:47:06.150Z] #44 33.85 strconv [2021-02-18T08:47:06.150Z] #44 33.85 syscall [2021-02-18T08:47:06.150Z] #44 35.18 vendor/golang.org/x/net/dns/dnsmessage [2021-02-18T08:47:06.150Z] #44 35.39 bytes [2021-02-18T08:47:06.150Z] #44 37.87 bufio [2021-02-18T08:47:06.150Z] #44 38.48 reflect [2021-02-18T08:47:06.150Z] #44 38.70 regexp/syntax [2021-02-18T08:47:06.150Z] #44 39.48 hash/crc32 [2021-02-18T08:47:06.150Z] #44 40.51 vendor/golang.org/x/crypto/hkdf [2021-02-18T08:47:06.150Z] #44 ... [2021-02-18T08:47:06.150Z] [2021-02-18T08:47:06.150Z] #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-18T08:47:06.150Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:47:06.150Z] #28 24.61 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T08:47:06.150Z] #28 24.98 [2021-02-18T08:47:06.430Z] #28 25.17 0.8% ######################################################################## 100.0% [2021-02-18T08:47:06.430Z] #28 25.35 [2021-02-18T08:47:06.478Z] #42 4.475 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:47:06.478Z] #42 4.547 GEN .gitid [2021-02-18T08:47:06.478Z] #42 4.563 GEN criu/include/version.h [2021-02-18T08:47:06.489Z] #29 48.20 [2021-02-18T08:47:06.489Z] #29 ... [2021-02-18T08:47:06.489Z] [2021-02-18T08:47:06.489Z] #45 [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-18T08:47:06.489Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:47:06.489Z] #45 38.44 internal/reflectlite [2021-02-18T08:47:06.489Z] #45 38.45 sync [2021-02-18T08:47:06.489Z] #45 41.26 math/rand [2021-02-18T08:47:06.489Z] #45 41.26 internal/singleflight [2021-02-18T08:47:06.489Z] #45 41.29 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T08:47:06.489Z] #45 43.99 sort [2021-02-18T08:47:06.489Z] #45 44.01 io [2021-02-18T08:47:06.489Z] #45 44.02 syscall [2021-02-18T08:47:06.489Z] #45 44.09 strconv [2021-02-18T08:47:06.489Z] #45 48.06 vendor/golang.org/x/net/dns/dnsmessage [2021-02-18T08:47:06.530Z] #33 44.18 io [2021-02-18T08:47:06.740Z] #42 4.646 GEN include/common/asm [2021-02-18T08:47:06.814Z] #45 ... [2021-02-18T08:47:06.814Z] [2021-02-18T08:47:06.814Z] #36 [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-18T08:47:06.814Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-18T08:47:06.814Z] #36 38.69 Fetched 14.9 MB in 4s (4037 kB/s) [2021-02-18T08:47:06.814Z] #36 38.79 Selecting previously unselected package xxd. [2021-02-18T08:47:06.814Z] #36 38.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-18T08:47:06.814Z] #36 38.88 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-18T08:47:06.814Z] #36 38.88 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:47:06.814Z] #36 39.17 Selecting previously unselected package vim-common. [2021-02-18T08:47:06.814Z] #36 39.18 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:47:06.814Z] #36 39.23 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:06.814Z] #36 39.56 Selecting previously unselected package cmake-data. [2021-02-18T08:47:06.814Z] #36 39.56 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T08:47:06.814Z] #36 39.57 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T08:47:06.814Z] #36 43.42 Selecting previously unselected package libicu63:ppc64el. [2021-02-18T08:47:06.814Z] #36 43.43 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-02-18T08:47:06.814Z] #36 43.45 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-18T08:47:06.814Z] #36 ... [2021-02-18T08:47:06.814Z] [2021-02-18T08:47:06.814Z] #45 [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-18T08:47:06.814Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:47:06.814Z] #45 48.84 bytes [2021-02-18T08:47:07.148Z] #45 ... [2021-02-18T08:47:07.148Z] [2021-02-18T08:47:07.148Z] #29 [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-18T08:47:07.148Z] #29 sha256:8c9ad5d820b2cdc7373c6dbd910a96fe0ba1b2c54a5e1de5fa71cf7155949887 [2021-02-18T08:47:07.148Z] #29 48.51 #=#=# ######################################################################## 100.0% [2021-02-18T08:47:07.148Z] #29 48.86 [2021-02-18T08:47:07.148Z] #29 49.00 Download of images into '/build' complete. [2021-02-18T08:47:07.148Z] #29 49.00 Use something like the following to load the result into a Docker daemon: [2021-02-18T08:47:07.148Z] #29 49.01 tar -cC '/build' . | docker load [2021-02-18T08:47:07.148Z] #29 DONE 49.1s [2021-02-18T08:47:07.380Z] #28 26.28 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T08:47:07.449Z] [2021-02-18T08:47:07.449Z] #42 [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-18T08:47:07.449Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-18T08:47:07.449Z] #42 44.96 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T08:47:07.449Z] #42 44.96 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-02-18T08:47:07.449Z] #42 44.97 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:47:07.449Z] #42 45.07 Selecting previously unselected package protobuf-compiler. [2021-02-18T08:47:07.449Z] #42 45.07 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-02-18T08:47:07.449Z] #42 45.08 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:47:07.449Z] #42 45.21 Selecting previously unselected package python-pkg-resources. [2021-02-18T08:47:07.449Z] #42 45.22 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:47:07.449Z] #42 45.22 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:07.449Z] #42 45.52 Selecting previously unselected package python-six. [2021-02-18T08:47:07.449Z] #42 45.54 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T08:47:07.449Z] #42 45.54 Unpacking python-six (1.12.0-1) ... [2021-02-18T08:47:07.449Z] #42 45.69 Selecting previously unselected package python-protobuf. [2021-02-18T08:47:07.449Z] #42 45.72 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-02-18T08:47:07.449Z] #42 45.73 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T08:47:07.449Z] #42 46.40 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:07.644Z] #28 26.65 [2021-02-18T08:47:07.655Z] #19 1.505 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:47:07.655Z] #19 1.523 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:47:07.655Z] #19 1.524 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:47:07.655Z] #19 ... [2021-02-18T08:47:07.655Z] [2021-02-18T08:47:07.655Z] #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-18T08:47:07.655Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:47:07.655Z] #44 123.0 net/http/httptrace [2021-02-18T08:47:07.655Z] #44 123.3 net/http [2021-02-18T08:47:07.655Z] #44 ... [2021-02-18T08:47:07.655Z] [2021-02-18T08:47:07.655Z] #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-18T08:47:07.655Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:07.655Z] #42 56.84 AR soccr/libsoccr.a [2021-02-18T08:47:07.655Z] #42 56.92 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:47:07.655Z] #42 57.46 DEP criu/arch/x86/sigframe.d [2021-02-18T08:47:07.655Z] #42 57.59 DEP criu/arch/x86/sigaction_compat.d [2021-02-18T08:47:07.655Z] #42 57.84 DEP criu/arch/x86/kerndat.d [2021-02-18T08:47:07.655Z] #42 57.96 DEP criu/arch/x86/crtools.d [2021-02-18T08:47:07.655Z] #42 58.11 DEP criu/arch/x86/cpu.d [2021-02-18T08:47:07.655Z] #42 58.26 CC criu/arch/x86/cpu.o [2021-02-18T08:47:07.655Z] #42 58.88 CC criu/arch/x86/crtools.o [2021-02-18T08:47:07.687Z] #42 ... [2021-02-18T08:47:07.687Z] [2021-02-18T08:47:07.687Z] #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-18T08:47:07.687Z] #50 sha256:c335799dfa887c70b50559315f8a31932b00b17642be535753be1d2bcd68181e [2021-02-18T08:47:07.687Z] #50 77.44 github.com/pkg/diff [2021-02-18T08:47:07.687Z] #50 77.58 go/ast [2021-02-18T08:47:07.725Z] #19 41.42 Selecting previously unselected package libnet1:amd64. [2021-02-18T08:47:07.725Z] #19 41.44 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:47:07.910Z] #33 45.52 internal/oserror [2021-02-18T08:47:07.910Z] #33 45.64 syscall [2021-02-18T08:47:07.982Z] #19 41.44 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:07.982Z] #19 41.51 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T08:47:07.982Z] #19 41.51 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T08:47:07.982Z] #19 41.52 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:47:07.982Z] #19 41.59 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T08:47:07.982Z] #19 41.60 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:47:07.982Z] #19 41.61 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:47:07.982Z] #19 41.69 Selecting previously unselected package libreadline5:amd64. [2021-02-18T08:47:07.982Z] #19 41.69 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-18T08:47:07.982Z] #19 41.70 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T08:47:07.982Z] #19 41.80 Selecting previously unselected package net-tools. [2021-02-18T08:47:08.239Z] #19 41.81 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-18T08:47:08.239Z] #19 41.82 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:47:08.263Z] #50 ... [2021-02-18T08:47:08.263Z] [2021-02-18T08:47:08.263Z] #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-18T08:47:08.263Z] #36 sha256:23c76f34aacdc392f239db4d88bf3f6c01beb64d57fbc6a3ee2bfc73c94cebe2 [2021-02-18T08:47:08.263Z] #36 4.111 -- Detecting C compiler ABI info - done [2021-02-18T08:47:08.263Z] #36 4.203 -- Detecting C compile features [2021-02-18T08:47:08.263Z] #36 6.134 -- Detecting C compile features - done [2021-02-18T08:47:08.263Z] #36 6.207 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T08:47:08.263Z] #36 6.439 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T08:47:08.263Z] #36 6.574 -- Configuring done [2021-02-18T08:47:08.263Z] #36 6.593 -- Generating done [2021-02-18T08:47:08.263Z] #36 6.607 -- Build files have been written to: /tmp/tmp.1mdj9Im27Y/tini [2021-02-18T08:47:08.263Z] #36 6.614 + make tini-static [2021-02-18T08:47:08.263Z] #36 7.018 Scanning dependencies of target tini-static [2021-02-18T08:47:08.263Z] #36 7.127 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T08:47:08.263Z] #36 8.662 [100%] Linking C executable tini-static [2021-02-18T08:47:08.263Z] #36 9.325 [100%] Built target tini-static [2021-02-18T08:47:08.263Z] #36 9.413 + mkdir -p /build [2021-02-18T08:47:08.263Z] #36 9.415 + cp tini-static /build/docker-init [2021-02-18T08:47:08.263Z] #36 DONE 9.9s [2021-02-18T08:47:08.475Z] #28 26.85 #=#=# 1.1% ### 5.1% ####### 10.1% ########### 15.5% ############## 19.7% [2021-02-18T08:47:08.475Z] #28 ... [2021-02-18T08:47:08.475Z] [2021-02-18T08:47:08.475Z] #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-18T08:47:08.475Z] #63 sha256:9cfc3e008344c31fc059fbe7b25699e495cd08eaea843026bbd15265be3dd4cb [2021-02-18T08:47:08.475Z] #63 DONE 43.1s [2021-02-18T08:47:08.475Z] [2021-02-18T08:47:08.475Z] #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-18T08:47:08.475Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T08:47:08.475Z] #54 DONE 43.1s [2021-02-18T08:47:08.475Z] [2021-02-18T08:47:08.475Z] #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-18T08:47:08.475Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:47:08.480Z] #33 ... [2021-02-18T08:47:08.480Z] [2021-02-18T08:47:08.480Z] #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-18T08:47:08.480Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:08.480Z] #12 34.90 Reading package lists... [2021-02-18T08:47:08.480Z] #12 41.69 Building dependency tree... [2021-02-18T08:47:08.480Z] #12 45.11 The following additional packages will be installed: [2021-02-18T08:47:08.480Z] #12 45.12 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T08:47:08.480Z] #12 45.12 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T08:47:08.480Z] #12 45.13 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T08:47:08.480Z] #12 45.13 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T08:47:08.480Z] #12 45.13 mingw-w64-x86-64-dev [2021-02-18T08:47:08.480Z] #12 45.14 Suggested packages: [2021-02-18T08:47:08.480Z] #12 45.15 gcc-8-locales seccomp wine64 [2021-02-18T08:47:08.495Z] #19 41.98 Selecting previously unselected package python-pip-whl. [2021-02-18T08:47:08.495Z] #19 41.99 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T08:47:08.495Z] #19 42.00 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T08:47:08.524Z] [2021-02-18T08:47:08.524Z] #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-18T08:47:08.524Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:08.524Z] #12 75.82 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T08:47:08.524Z] #12 75.84 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:47:08.524Z] #12 75.85 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:08.524Z] #12 76.00 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T08:47:08.524Z] #12 76.00 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:47:08.524Z] #12 76.01 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:08.555Z] #42 ... [2021-02-18T08:47:08.555Z] [2021-02-18T08:47:08.555Z] #36 [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-18T08:47:08.555Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-18T08:47:08.555Z] #36 50.40 Selecting previously unselected package libxml2:ppc64el. [2021-02-18T08:47:08.555Z] #36 50.41 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-02-18T08:47:08.555Z] #36 50.42 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:47:08.595Z] #42 60.11 CC criu/arch/x86/kerndat.o [2021-02-18T08:47:08.855Z] #42 60.55 CC criu/arch/x86/sigaction_compat.o [2021-02-18T08:47:09.059Z] #19 42.57 Selecting previously unselected package python3-lib2to3. [2021-02-18T08:47:09.059Z] #19 42.58 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T08:47:09.059Z] #19 42.58 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:47:09.059Z] #19 42.72 Selecting previously unselected package python3-distutils. [2021-02-18T08:47:09.059Z] #19 42.72 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T08:47:09.059Z] #19 42.73 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T08:47:09.065Z] #12 46.64 The following NEW packages will be installed: [2021-02-18T08:47:09.065Z] #12 46.71 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T08:47:09.065Z] #12 46.71 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T08:47:09.065Z] #12 46.71 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T08:47:09.065Z] #12 46.71 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T08:47:09.065Z] #12 46.71 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T08:47:09.065Z] #12 46.71 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T08:47:09.065Z] #12 46.71 The following packages will be upgraded: [2021-02-18T08:47:09.065Z] #12 46.71 libsystemd0 libudev1 [2021-02-18T08:47:09.098Z] #12 ... [2021-02-18T08:47:09.098Z] [2021-02-18T08:47:09.098Z] #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-18T08:47:09.098Z] #33 sha256:2ae7600ef3d12fa32783909ed6f115a836b8ea5c3c0c4e3149997f7adc46404e [2021-02-18T08:47:09.098Z] #33 71.30 log [2021-02-18T08:47:09.098Z] #33 74.56 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:47:09.098Z] #33 DONE 79.1s [2021-02-18T08:47:09.115Z] #42 60.84 CC criu/arch/x86/sigframe.o [2021-02-18T08:47:09.315Z] #19 42.88 Selecting previously unselected package python3-pip. [2021-02-18T08:47:09.315Z] #19 42.89 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T08:47:09.315Z] #19 42.90 Unpacking python3-pip (18.1-5) ... [2021-02-18T08:47:09.315Z] #19 43.06 Selecting previously unselected package python3-pkg-resources. [2021-02-18T08:47:09.315Z] #19 43.07 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:47:09.325Z] #12 47.11 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:47:09.325Z] #12 47.11 Need to get 78.2 MB of archives. [2021-02-18T08:47:09.325Z] #12 47.11 After this operation, 487 MB of additional disk space will be used. [2021-02-18T08:47:09.325Z] #12 47.11 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-18T08:47:09.360Z] [2021-02-18T08:47:09.360Z] #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-18T08:47:09.360Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:09.360Z] #42 6.617 PBCC images/timens.pb-c.c [2021-02-18T08:47:09.360Z] #42 6.658 DEP images/timens.pb-c.d [2021-02-18T08:47:09.360Z] #42 6.756 PBCC images/fown.pb-c.c [2021-02-18T08:47:09.360Z] #42 6.784 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T08:47:09.360Z] #42 6.929 PBCC images/opts.pb-c.c [2021-02-18T08:47:09.360Z] #42 7.006 PBCC images/memfd.pb-c.c [2021-02-18T08:47:09.360Z] #42 7.091 DEP images/fown.pb-c.d [2021-02-18T08:47:09.360Z] #42 7.209 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T08:47:09.360Z] #42 7.353 DEP images/opts.pb-c.d [2021-02-18T08:47:09.360Z] #42 7.470 DEP images/memfd.pb-c.d [2021-02-18T08:47:09.517Z] #36 51.40 Selecting previously unselected package libarchive13:ppc64el. [2021-02-18T08:47:09.517Z] #36 51.42 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-02-18T08:47:09.517Z] #36 51.43 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-02-18T08:47:09.572Z] #19 43.08 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:09.572Z] #19 43.23 Selecting previously unselected package python3-setuptools. [2021-02-18T08:47:09.572Z] #19 43.23 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T08:47:09.572Z] #19 43.24 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T08:47:09.587Z] #12 47.12 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-18T08:47:09.587Z] #12 47.14 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-18T08:47:09.587Z] #12 47.39 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-18T08:47:09.587Z] #12 ... [2021-02-18T08:47:09.587Z] [2021-02-18T08:47:09.587Z] #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-18T08:47:09.587Z] #33 sha256:4e4263e3229ac6bee92f6043ca542f942172462e84811b691260171570b3a012 [2021-02-18T08:47:09.587Z] #33 47.31 reflect [2021-02-18T08:47:09.623Z] #42 7.563 PBCC images/sit.pb-c.c [2021-02-18T08:47:09.685Z] #42 61.17 LINK criu/arch/x86/crtools.built-in.o [2021-02-18T08:47:09.685Z] #42 61.24 DEP criu/pie/util-vdso-elf32.d [2021-02-18T08:47:09.685Z] #42 61.38 DEP criu/pie/util-vdso.d [2021-02-18T08:47:09.829Z] #19 43.43 Selecting previously unselected package python3-wheel. [2021-02-18T08:47:09.829Z] #19 43.43 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T08:47:09.829Z] #19 43.44 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T08:47:09.885Z] #42 7.670 DEP images/sit.pb-c.d [2021-02-18T08:47:09.885Z] #42 7.819 PBCC images/macvlan.pb-c.c [2021-02-18T08:47:09.885Z] #42 7.863 DEP images/macvlan.pb-c.d [2021-02-18T08:47:09.945Z] #42 61.54 DEP criu/pie/util.d [2021-02-18T08:47:09.945Z] #42 61.64 CC criu/pie/util.o [2021-02-18T08:47:10.086Z] #19 43.52 Selecting previously unselected package sudo. [2021-02-18T08:47:10.086Z] #19 43.53 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-18T08:47:10.086Z] #19 43.54 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:47:10.146Z] #42 7.959 PBCC images/autofs.pb-c.c [2021-02-18T08:47:10.146Z] #42 8.029 DEP images/autofs.pb-c.d [2021-02-18T08:47:10.146Z] #42 8.179 PBCC images/sysctl.pb-c.c [2021-02-18T08:47:10.146Z] #42 8.227 DEP images/sysctl.pb-c.d [2021-02-18T08:47:10.179Z] #36 52.04 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-02-18T08:47:10.179Z] #36 52.05 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-02-18T08:47:10.179Z] #36 52.06 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-02-18T08:47:10.179Z] #36 ... [2021-02-18T08:47:10.179Z] [2021-02-18T08:47:10.179Z] #34 [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-18T08:47:10.179Z] #34 sha256:1098fb4aece283f2375880578c3b4fc50756ec425d5b74bae23216eabea02b0e [2021-02-18T08:47:10.179Z] #34 42.15 errors [2021-02-18T08:47:10.179Z] #34 42.15 sort [2021-02-18T08:47:10.179Z] #34 43.02 internal/oserror [2021-02-18T08:47:10.179Z] #34 43.02 io [2021-02-18T08:47:10.179Z] #34 43.13 strconv [2021-02-18T08:47:10.179Z] #34 43.33 syscall [2021-02-18T08:47:10.179Z] #34 46.30 bytes [2021-02-18T08:47:10.179Z] #34 46.33 strings [2021-02-18T08:47:10.328Z] #28 26.85 #=#=# 1.1% ### 5.1% ####### 10.1% ########### 15.5% ############## 19.7% ################# 24.2% ################### 27.6% ##################### 29.4% ######################## 34.5% ############################# 41.2% ################################ 44.8% ################################### 49.6% ###################################### 52.9% ########################################## 58.8% ############################################ 62.3% ################################################ 67.7% #################################################### 73.3% ###################################################### 75.7% ######################################################## 79.0% ############################################################ 83.9% ################################################################ 89.6% #################################################################### 94.6% ######################################################################## 100.0% [2021-02-18T08:47:10.342Z] #19 44.08 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T08:47:10.408Z] #42 8.327 PBCC images/time.pb-c.c [2021-02-18T08:47:10.408Z] #42 8.402 DEP images/time.pb-c.d [2021-02-18T08:47:10.479Z] #34 ... [2021-02-18T08:47:10.479Z] [2021-02-18T08:47:10.479Z] #36 [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-18T08:47:10.479Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-18T08:47:10.479Z] #36 52.31 Selecting previously unselected package librhash0:ppc64el. [2021-02-18T08:47:10.479Z] #36 52.31 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-02-18T08:47:10.479Z] #36 52.32 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-02-18T08:47:10.515Z] #42 62.06 CC criu/pie/util-vdso.o [2021-02-18T08:47:10.598Z] #28 29.58 [2021-02-18T08:47:10.599Z] #19 44.09 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-18T08:47:10.599Z] #19 44.11 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:47:10.599Z] #19 44.36 Selecting previously unselected package uidmap. [2021-02-18T08:47:10.674Z] #42 8.559 PBCC images/binfmt-misc.pb-c.c [2021-02-18T08:47:10.674Z] #42 8.619 DEP images/binfmt-misc.pb-c.d [2021-02-18T08:47:10.674Z] #42 8.762 PBCC images/seccomp.pb-c.c [2021-02-18T08:47:10.780Z] #36 52.64 Selecting previously unselected package libuv1:ppc64el. [2021-02-18T08:47:10.781Z] #36 52.64 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-02-18T08:47:10.781Z] #36 52.66 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-02-18T08:47:10.781Z] #36 52.94 Selecting previously unselected package cmake. [2021-02-18T08:47:10.781Z] #36 52.97 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-02-18T08:47:10.856Z] #19 44.38 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-18T08:47:10.856Z] #19 44.39 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T08:47:10.856Z] #19 44.51 Selecting previously unselected package vim-runtime. [2021-02-18T08:47:10.856Z] #19 44.51 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:47:10.856Z] #19 44.57 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-18T08:47:10.856Z] #19 44.59 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T08:47:10.856Z] #19 44.61 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:47:10.862Z] #28 ... [2021-02-18T08:47:10.862Z] [2021-02-18T08:47:10.862Z] #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-18T08:47:10.862Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-18T08:47:10.862Z] #31 34.94 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T08:47:10.862Z] #31 35.61 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T08:47:10.862Z] #31 ... [2021-02-18T08:47:10.862Z] [2021-02-18T08:47:10.862Z] #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-18T08:47:10.862Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:10.862Z] #41 41.79 Selecting previously unselected package libnet1:arm64. [2021-02-18T08:47:10.862Z] #41 41.80 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-18T08:47:10.862Z] #41 42.76 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:10.862Z] #41 43.27 Selecting previously unselected package libnet1-dev. [2021-02-18T08:47:10.862Z] #41 43.28 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-18T08:47:10.862Z] #41 43.30 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:10.862Z] #41 43.69 Selecting previously unselected package libnl-3-200:arm64. [2021-02-18T08:47:10.862Z] #41 43.70 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-02-18T08:47:10.862Z] #41 43.71 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-02-18T08:47:10.862Z] #41 43.95 Selecting previously unselected package libnl-3-dev:arm64. [2021-02-18T08:47:10.862Z] #41 43.95 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-02-18T08:47:10.862Z] #41 43.97 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-02-18T08:47:10.862Z] #41 44.52 Selecting previously unselected package libprotobuf-c1:arm64. [2021-02-18T08:47:10.862Z] #41 44.52 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-02-18T08:47:10.862Z] #41 44.56 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-18T08:47:10.862Z] #41 44.71 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-02-18T08:47:10.862Z] #41 44.80 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-02-18T08:47:10.862Z] #41 44.80 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-02-18T08:47:10.862Z] #41 45.07 Selecting previously unselected package zlib1g-dev:arm64. [2021-02-18T08:47:10.862Z] #41 45.07 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-02-18T08:47:10.862Z] #41 45.14 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:47:10.862Z] #41 45.44 Selecting previously unselected package libprotobuf17:arm64. [2021-02-18T08:47:10.936Z] #42 8.771 DEP images/seccomp.pb-c.d [2021-02-18T08:47:10.936Z] #42 8.816 PBCC images/userns.pb-c.c [2021-02-18T08:47:10.936Z] #42 8.843 DEP images/userns.pb-c.d [2021-02-18T08:47:10.936Z] #42 8.888 PBCC images/cgroup.pb-c.c [2021-02-18T08:47:10.936Z] #42 8.932 DEP images/cgroup.pb-c.d [2021-02-18T08:47:10.936Z] #42 8.973 PBCC images/ext-file.pb-c.c [2021-02-18T08:47:10.936Z] #42 9.001 DEP images/ext-file.pb-c.d [2021-02-18T08:47:10.972Z] #33 ... [2021-02-18T08:47:10.972Z] [2021-02-18T08:47:10.972Z] #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-18T08:47:10.972Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T08:47:10.972Z] #54 34.34 Reading package lists... [2021-02-18T08:47:10.972Z] #54 41.52 Building dependency tree... [2021-02-18T08:47:10.972Z] #54 45.25 The following additional packages will be installed: [2021-02-18T08:47:10.972Z] #54 45.31 libbtrfs0 [2021-02-18T08:47:10.972Z] #54 45.46 The following NEW packages will be installed: [2021-02-18T08:47:10.972Z] #54 45.48 libbtrfs-dev libbtrfs0 [2021-02-18T08:47:10.972Z] #54 45.98 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:47:10.972Z] #54 45.98 Need to get 119 kB of archives. [2021-02-18T08:47:10.972Z] #54 45.98 After this operation, 387 kB of additional disk space will be used. [2021-02-18T08:47:10.972Z] #54 45.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T08:47:10.972Z] #54 45.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T08:47:10.972Z] #54 47.11 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:10.972Z] #54 47.31 Fetched 119 kB in 0s (357 kB/s) [2021-02-18T08:47:10.972Z] #54 47.51 Selecting previously unselected package libbtrfs0. [2021-02-18T08:47:10.972Z] #54 47.51 (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-18T08:47:10.972Z] #54 47.58 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T08:47:10.972Z] #54 47.60 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:47:10.972Z] #54 47.80 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:47:10.972Z] #54 47.80 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T08:47:10.972Z] #54 47.83 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:47:10.972Z] #54 48.03 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:47:10.972Z] #54 48.03 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:47:10.972Z] #54 48.05 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:10.972Z] #54 DONE 48.7s [2021-02-18T08:47:11.081Z] #36 52.97 Unpacking cmake (3.13.4-1) ... [2021-02-18T08:47:11.085Z] #42 62.76 CC criu/pie/util-vdso-elf32.o [2021-02-18T08:47:11.126Z] #41 45.46 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-02-18T08:47:11.126Z] #41 45.47 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-02-18T08:47:11.209Z] #42 9.053 PBCC images/rpc.pb-c.c [2021-02-18T08:47:11.209Z] #42 9.093 DEP images/rpc.pb-c.d [2021-02-18T08:47:11.209Z] #42 9.141 PBCC images/siginfo.pb-c.c [2021-02-18T08:47:11.209Z] #42 9.197 DEP images/siginfo.pb-c.d [2021-02-18T08:47:11.209Z] #42 9.268 PBCC images/pagemap.pb-c.c [2021-02-18T08:47:11.233Z] [2021-02-18T08:47:11.233Z] #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-18T08:47:11.233Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:47:11.233Z] #48 47.92 go: finding github.com/fatih/color v1.7.0 [2021-02-18T08:47:11.233Z] #48 48.14 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:47:11.233Z] #48 48.16 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:47:11.233Z] #48 48.19 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:47:11.233Z] #48 48.35 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:47:11.233Z] #48 48.36 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:47:11.233Z] #48 48.41 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:47:11.233Z] #48 48.45 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:47:11.233Z] #48 48.47 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T08:47:11.233Z] #48 48.50 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:47:11.233Z] #48 48.55 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:47:11.233Z] #48 48.55 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:47:11.233Z] #48 48.55 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:47:11.233Z] #48 48.62 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T08:47:11.233Z] #48 48.62 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:47:11.233Z] #48 48.62 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:47:11.233Z] #48 48.62 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:47:11.233Z] #48 48.62 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T08:47:11.233Z] #48 48.62 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:47:11.233Z] #48 48.70 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:47:11.233Z] #48 48.70 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:47:11.233Z] #48 48.77 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T08:47:11.233Z] #48 48.82 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:47:11.233Z] #48 48.94 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:47:11.233Z] #48 48.97 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:47:11.471Z] #42 9.340 DEP images/pagemap.pb-c.d [2021-02-18T08:47:11.471Z] #42 9.412 PBCC images/rlimit.pb-c.c [2021-02-18T08:47:11.471Z] #42 9.440 DEP images/rlimit.pb-c.d [2021-02-18T08:47:11.471Z] #42 9.459 PBCC images/file-lock.pb-c.c [2021-02-18T08:47:11.471Z] #42 9.480 DEP images/file-lock.pb-c.d [2021-02-18T08:47:11.471Z] #42 9.505 PBCC images/tty.pb-c.c [2021-02-18T08:47:11.492Z] #48 49.07 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T08:47:11.492Z] #48 49.11 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:47:11.492Z] #48 49.16 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T08:47:11.492Z] #48 49.19 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:47:11.492Z] #48 49.19 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:47:11.492Z] #48 49.21 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T08:47:11.492Z] #48 49.23 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:47:11.492Z] #48 49.24 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T08:47:11.492Z] #48 49.24 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:47:11.492Z] #48 49.24 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:47:11.492Z] #48 49.30 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T08:47:11.492Z] #48 49.34 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:47:11.731Z] #36 ... [2021-02-18T08:47:11.731Z] [2021-02-18T08:47:11.731Z] #64 [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-18T08:47:11.731Z] #64 sha256:9af9e307d79e17190e20c1ba93a9175b08a06be88bbbec05a5c15fa709bab954 [2021-02-18T08:47:11.731Z] #64 DONE 53.7s [2021-02-18T08:47:11.731Z] [2021-02-18T08:47:11.731Z] #13 [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-18T08:47:11.731Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:47:11.731Z] #13 43.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-18T08:47:11.731Z] #13 43.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2021-02-18T08:47:11.731Z] #13 53.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2021-02-18T08:47:11.740Z] #42 9.565 DEP images/tty.pb-c.d [2021-02-18T08:47:11.740Z] #42 9.664 PBCC images/tun.pb-c.c [2021-02-18T08:47:11.740Z] #42 9.697 PBCC images/netdev.pb-c.c [2021-02-18T08:47:11.740Z] #42 9.759 DEP images/tun.pb-c.d [2021-02-18T08:47:11.752Z] #48 49.41 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T08:47:11.752Z] #48 49.48 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:47:11.752Z] #48 49.48 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:47:11.752Z] #48 49.56 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:47:12.001Z] #42 9.823 DEP images/netdev.pb-c.d [2021-02-18T08:47:12.001Z] #42 9.867 PBCC images/vma.pb-c.c [2021-02-18T08:47:12.001Z] #42 9.901 DEP images/vma.pb-c.d [2021-02-18T08:47:12.001Z] #42 9.952 PBCC images/creds.pb-c.c [2021-02-18T08:47:12.001Z] #42 10.01 DEP images/creds.pb-c.d [2021-02-18T08:47:12.001Z] #42 10.07 PBCC images/utsns.pb-c.c [2021-02-18T08:47:12.024Z] #42 63.42 AR criu/pie/pie.lib.a [2021-02-18T08:47:12.024Z] #42 63.50 DEP criu/pie/restorer.d [2021-02-18T08:47:12.024Z] #42 63.72 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-18T08:47:12.031Z] #48 49.59 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:47:12.031Z] #48 49.59 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T08:47:12.031Z] #48 49.61 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:47:12.031Z] #48 49.63 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:47:12.031Z] #48 49.69 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:47:12.031Z] #48 49.77 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:47:12.031Z] #48 49.80 go: finding golang.org/x/text v0.3.2 [2021-02-18T08:47:12.031Z] #48 49.88 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:47:12.037Z] #13 ... [2021-02-18T08:47:12.037Z] [2021-02-18T08:47:12.037Z] #49 [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-18T08:47:12.037Z] #49 sha256:65998cb32dd4be589f9ebfc7fd49fac956c872edbec9be7020fac64d1f0288d8 [2021-02-18T08:47:12.037Z] #49 43.96 go: extracting golang.org/x/text v0.3.2 [2021-02-18T08:47:12.037Z] #49 50.10 go: finding github.com/fatih/color v1.7.0 [2021-02-18T08:47:12.037Z] #49 50.19 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T08:47:12.037Z] #49 50.62 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T08:47:12.037Z] #49 50.77 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T08:47:12.037Z] #49 50.86 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T08:47:12.037Z] #49 50.88 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T08:47:12.037Z] #49 50.90 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T08:47:12.037Z] #49 50.92 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T08:47:12.037Z] #49 51.01 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.05 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T08:47:12.037Z] #49 51.09 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T08:47:12.037Z] #49 51.14 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T08:47:12.037Z] #49 51.28 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T08:47:12.037Z] #49 51.30 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.33 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T08:47:12.037Z] #49 51.44 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.48 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:47:12.037Z] #49 51.49 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.50 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.58 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.65 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.67 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T08:47:12.037Z] #49 51.73 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T08:47:12.037Z] #49 51.77 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T08:47:12.037Z] #49 51.77 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T08:47:12.037Z] #49 51.82 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T08:47:12.037Z] #49 51.85 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T08:47:12.037Z] #49 51.87 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T08:47:12.037Z] #49 51.91 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.92 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T08:47:12.037Z] #49 51.94 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T08:47:12.037Z] #49 51.95 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T08:47:12.037Z] #49 52.03 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T08:47:12.037Z] #49 52.06 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T08:47:12.037Z] #49 52.06 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T08:47:12.037Z] #49 52.09 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:47:12.037Z] #49 52.15 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T08:47:12.037Z] #49 52.17 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T08:47:12.037Z] #49 52.20 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:47:12.037Z] #49 52.30 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T08:47:12.037Z] #49 52.34 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T08:47:12.037Z] #49 52.36 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T08:47:12.037Z] #49 52.45 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T08:47:12.037Z] #49 52.47 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T08:47:12.037Z] #49 52.49 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T08:47:12.037Z] #49 52.62 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T08:47:12.037Z] #49 52.65 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:47:12.037Z] #49 52.75 go: finding golang.org/x/text v0.3.2 [2021-02-18T08:47:12.037Z] #49 52.82 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:47:12.037Z] #49 52.83 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:47:12.037Z] #49 52.84 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:47:12.037Z] #49 52.85 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:47:12.037Z] #49 52.94 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:47:12.037Z] #49 52.94 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:47:12.037Z] #49 52.99 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:47:12.037Z] #49 53.00 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:47:12.037Z] #49 53.04 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:47:12.037Z] #49 53.09 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:47:12.037Z] #49 53.20 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T08:47:12.037Z] #49 53.20 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:47:12.037Z] #49 53.20 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:47:12.037Z] #49 53.21 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:47:12.037Z] #49 53.29 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:47:12.037Z] #49 53.30 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T08:47:12.037Z] #49 53.31 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:47:12.037Z] #49 53.31 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:47:12.037Z] #49 53.43 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:47:12.037Z] #49 53.63 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:47:12.037Z] #49 54.11 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:47:12.037Z] #49 54.14 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T08:47:12.037Z] #49 ... [2021-02-18T08:47:12.037Z] [2021-02-18T08:47:12.037Z] #42 [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-18T08:47:12.037Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-18T08:47:12.037Z] #42 53.05 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-02-18T08:47:12.037Z] #42 53.05 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:12.037Z] #42 53.06 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-18T08:47:12.037Z] #42 53.07 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-02-18T08:47:12.037Z] #42 53.07 Setting up python-six (1.12.0-1) ... [2021-02-18T08:47:12.078Z] #41 ... [2021-02-18T08:47:12.078Z] [2021-02-18T08:47:12.078Z] #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-18T08:47:12.078Z] #50 sha256:32bbf6f870c5a434f1904e5679e896204ba930058db42441832d818444a016f3 [2021-02-18T08:47:12.078Z] #50 36.65 syscall [2021-02-18T08:47:12.078Z] #50 36.67 bytes [2021-02-18T08:47:12.078Z] #50 36.67 strconv [2021-02-18T08:47:12.078Z] #50 36.72 strings [2021-02-18T08:47:12.078Z] #50 38.59 bufio [2021-02-18T08:47:12.078Z] #50 39.79 reflect [2021-02-18T08:47:12.078Z] #50 39.79 regexp/syntax [2021-02-18T08:47:12.078Z] #50 41.83 time [2021-02-18T08:47:12.078Z] #50 42.72 regexp [2021-02-18T08:47:12.078Z] #50 46.40 context [2021-02-18T08:47:12.078Z] #50 46.47 internal/poll [2021-02-18T08:47:12.262Z] #42 10.11 DEP images/utsns.pb-c.d [2021-02-18T08:47:12.262Z] #42 10.18 PBCC images/ipc-desc.pb-c.c [2021-02-18T08:47:12.262Z] #42 10.21 PBCC images/ipc-sem.pb-c.c [2021-02-18T08:47:12.262Z] #42 10.23 DEP images/ipc-desc.pb-c.d [2021-02-18T08:47:12.262Z] #42 10.27 DEP images/ipc-sem.pb-c.d [2021-02-18T08:47:12.262Z] #42 10.32 PBCC images/ipc-msg.pb-c.c [2021-02-18T08:47:12.284Z] #42 63.89 DEP criu/arch/x86/restorer_unmap.d [2021-02-18T08:47:12.284Z] #42 63.93 DEP criu/arch/x86/restorer.d [2021-02-18T08:47:12.291Z] #48 50.00 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:47:12.291Z] #48 50.01 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:47:12.291Z] #48 50.02 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:47:12.291Z] #48 50.02 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:47:12.291Z] #48 50.06 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:47:12.291Z] #48 50.06 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:47:12.291Z] #48 50.08 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:47:12.291Z] #48 50.09 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:47:12.341Z] #50 ... [2021-02-18T08:47:12.341Z] [2021-02-18T08:47:12.341Z] #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-18T08:47:12.341Z] #46 sha256:383d3dc5a8deeccd0660d46403fca0a8b3661a191d18eec830d263c79bf699e2 [2021-02-18T08:47:12.341Z] #46 DONE 46.7s [2021-02-18T08:47:12.341Z] [2021-02-18T08:47:12.341Z] #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-18T08:47:12.341Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:47:12.341Z] #12 39.46 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-18T08:47:12.341Z] #12 42.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-02-18T08:47:12.341Z] #12 42.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-02-18T08:47:12.341Z] #12 42.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-02-18T08:47:12.341Z] #12 42.23 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-02-18T08:47:12.341Z] #12 42.23 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-18T08:47:12.341Z] #12 42.24 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u6 [110 kB] [2021-02-18T08:47:12.341Z] #12 42.24 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-02-18T08:47:12.341Z] #12 42.25 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-02-18T08:47:12.341Z] #12 42.27 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-02-18T08:47:12.341Z] #12 42.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-02-18T08:47:12.341Z] #12 42.31 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-02-18T08:47:12.341Z] #12 42.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-02-18T08:47:12.341Z] #12 42.53 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-18T08:47:12.341Z] #12 42.62 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2021-02-18T08:47:12.341Z] #12 42.63 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u6 [322 kB] [2021-02-18T08:47:12.341Z] #12 44.24 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:12.341Z] #12 44.49 Fetched 73.8 MB in 9s (7821 kB/s) [2021-02-18T08:47:12.341Z] #12 44.62 (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-18T08:47:12.341Z] #12 44.74 Preparing to unpack .../libsystemd0_241-7~deb10u6_arm64.deb ... [2021-02-18T08:47:12.341Z] #12 44.79 Unpacking libsystemd0:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:47:12.341Z] #12 45.20 Setting up libsystemd0:arm64 (241-7~deb10u6) ... [2021-02-18T08:47:12.341Z] #12 45.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-18T08:47:12.341Z] #12 45.55 Preparing to unpack .../libudev1_241-7~deb10u6_arm64.deb ... [2021-02-18T08:47:12.341Z] #12 45.56 Unpacking libudev1:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:47:12.341Z] #12 46.89 Setting up libudev1:arm64 (241-7~deb10u6) ... [2021-02-18T08:47:12.341Z] #12 ... [2021-02-18T08:47:12.341Z] [2021-02-18T08:47:12.341Z] #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-18T08:47:12.341Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:12.341Z] #41 46.82 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-02-18T08:47:12.341Z] #41 46.83 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-02-18T08:47:12.341Z] #41 46.91 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-18T08:47:12.523Z] #42 10.34 DEP images/ipc-msg.pb-c.d [2021-02-18T08:47:12.523Z] #42 10.40 PBCC images/ipc-shm.pb-c.c [2021-02-18T08:47:12.523Z] #42 10.47 DEP images/ipc-shm.pb-c.d [2021-02-18T08:47:12.523Z] #42 10.55 PBCC images/ipc-var.pb-c.c [2021-02-18T08:47:12.523Z] #42 10.59 DEP images/ipc-var.pb-c.d [2021-02-18T08:47:12.544Z] #42 64.12 DEP criu/arch/x86/vdso-pie.d [2021-02-18T08:47:12.551Z] #48 50.10 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:47:12.551Z] #48 50.13 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:47:12.551Z] #48 50.16 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T08:47:12.551Z] #48 50.16 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:47:12.551Z] #48 50.18 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:47:12.551Z] #48 50.19 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:47:12.551Z] #48 50.21 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:47:12.551Z] #48 50.21 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T08:47:12.551Z] #48 50.21 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:47:12.551Z] #48 50.23 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:47:12.551Z] #48 50.26 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:47:12.551Z] #48 ... [2021-02-18T08:47:12.551Z] [2021-02-18T08:47:12.551Z] #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-18T08:47:12.551Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:47:12.551Z] #35 33.58 Reading package lists... [2021-02-18T08:47:12.551Z] #35 40.59 Building dependency tree... [2021-02-18T08:47:12.551Z] #35 44.23 The following additional packages will be installed: [2021-02-18T08:47:12.551Z] #35 44.23 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T08:47:12.551Z] #35 44.23 Suggested packages: [2021-02-18T08:47:12.551Z] #35 44.23 cmake-doc ninja-build lrzip [2021-02-18T08:47:12.551Z] #35 44.23 Recommended packages: [2021-02-18T08:47:12.551Z] #35 44.23 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T08:47:12.551Z] #35 45.31 The following NEW packages will be installed: [2021-02-18T08:47:12.551Z] #35 45.33 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T08:47:12.551Z] #35 45.33 vim-common xxd [2021-02-18T08:47:12.551Z] #35 46.04 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:47:12.551Z] #35 46.04 Need to get 14.9 MB of archives. [2021-02-18T08:47:12.551Z] #35 46.04 After this operation, 61.8 MB of additional disk space will be used. [2021-02-18T08:47:12.551Z] #35 46.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T08:47:12.551Z] #35 46.04 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:47:12.551Z] #35 46.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T08:47:12.551Z] #35 46.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T08:47:12.551Z] #35 47.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-18T08:47:12.551Z] #35 47.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-18T08:47:12.551Z] #35 47.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-18T08:47:12.551Z] #35 47.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-18T08:47:12.551Z] #35 47.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-18T08:47:12.551Z] #35 47.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-18T08:47:12.551Z] #35 48.82 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:12.551Z] #35 49.04 Fetched 14.9 MB in 2s (7224 kB/s) [2021-02-18T08:47:12.551Z] #35 49.15 Selecting previously unselected package xxd. [2021-02-18T08:47:12.551Z] #35 49.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:47:12.551Z] #35 49.26 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:47:12.551Z] #35 49.28 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:47:12.551Z] #35 49.59 Selecting previously unselected package vim-common. [2021-02-18T08:47:12.551Z] #35 49.59 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:47:12.551Z] #35 49.59 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:12.551Z] #35 50.02 Selecting previously unselected package cmake-data. [2021-02-18T08:47:12.551Z] #35 50.02 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T08:47:12.551Z] #35 50.03 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T08:47:12.785Z] #42 10.64 PBCC images/sk-opts.pb-c.c [2021-02-18T08:47:12.785Z] #42 10.67 PBCC images/packet-sock.pb-c.c [2021-02-18T08:47:12.785Z] #42 10.75 DEP images/sk-opts.pb-c.d [2021-02-18T08:47:12.785Z] #42 10.80 DEP images/packet-sock.pb-c.d [2021-02-18T08:47:12.785Z] #42 10.84 PBCC images/sk-netlink.pb-c.c [2021-02-18T08:47:12.807Z] #42 64.26 DEP criu/pie/parasite-vdso.d [2021-02-18T08:47:12.807Z] #42 64.48 DEP criu/pie/parasite.d [2021-02-18T08:47:12.812Z] #35 ... [2021-02-18T08:47:12.812Z] [2021-02-18T08:47:12.812Z] #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-18T08:47:12.812Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:47:12.812Z] #41 33.28 Reading package lists... [2021-02-18T08:47:12.812Z] #41 40.70 Building dependency tree... [2021-02-18T08:47:12.812Z] #41 44.21 The following additional packages will be installed: [2021-02-18T08:47:12.812Z] #41 44.21 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T08:47:12.812Z] #41 44.21 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T08:47:12.812Z] #41 44.21 Suggested packages: [2021-02-18T08:47:12.812Z] #41 44.21 manpages-dev python-setuptools [2021-02-18T08:47:12.812Z] #41 45.55 The following NEW packages will be installed: [2021-02-18T08:47:12.812Z] #41 45.55 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T08:47:12.813Z] #41 45.56 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T08:47:12.813Z] #41 45.56 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T08:47:12.813Z] #41 45.56 python-six zlib1g-dev [2021-02-18T08:47:12.813Z] #41 46.29 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T08:47:12.813Z] #41 46.29 Need to get 4095 kB of archives. [2021-02-18T08:47:12.813Z] #41 46.29 After this operation, 22.5 MB of additional disk space will be used. [2021-02-18T08:47:12.813Z] #41 46.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-18T08:47:12.813Z] #41 46.29 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-18T08:47:12.813Z] #41 46.29 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-18T08:47:12.813Z] #41 46.29 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-18T08:47:12.813Z] #41 46.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-18T08:47:12.813Z] #41 46.29 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-18T08:47:12.813Z] #41 46.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-18T08:47:12.813Z] #41 46.29 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-18T08:47:12.813Z] #41 46.34 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-18T08:47:12.813Z] #41 46.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-18T08:47:12.813Z] #41 46.44 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-18T08:47:12.813Z] #41 46.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-18T08:47:12.813Z] #41 46.64 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-18T08:47:12.813Z] #41 46.71 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-18T08:47:12.813Z] #41 46.71 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T08:47:12.813Z] #41 46.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T08:47:12.813Z] #41 46.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-18T08:47:12.813Z] #41 47.90 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:12.813Z] #41 48.13 Fetched 4095 kB in 1s (4101 kB/s) [2021-02-18T08:47:12.813Z] #41 48.38 Selecting previously unselected package libcap-dev:amd64. [2021-02-18T08:47:12.813Z] #41 48.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:47:12.813Z] #41 48.50 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 48.50 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T08:47:12.813Z] #41 48.72 Selecting previously unselected package libnet1:amd64. [2021-02-18T08:47:12.813Z] #41 48.72 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 48.76 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:12.813Z] #41 48.94 Selecting previously unselected package libnet1-dev. [2021-02-18T08:47:12.813Z] #41 48.94 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 48.97 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:12.813Z] #41 49.20 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T08:47:12.813Z] #41 49.20 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 49.20 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:47:12.813Z] #41 49.38 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-18T08:47:12.813Z] #41 49.41 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 49.41 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T08:47:12.813Z] #41 49.75 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T08:47:12.813Z] #41 49.76 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 49.76 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:47:12.813Z] #41 49.90 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-18T08:47:12.813Z] #41 49.90 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 49.90 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T08:47:12.813Z] #41 50.02 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-18T08:47:12.813Z] #41 50.02 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 50.03 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:47:12.813Z] #41 50.36 Selecting previously unselected package libprotobuf17:amd64. [2021-02-18T08:47:12.813Z] #41 50.36 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:47:12.813Z] #41 50.36 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:12.813Z] #41 ... [2021-02-18T08:47:12.813Z] [2021-02-18T08:47:12.813Z] #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-18T08:47:12.813Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:47:12.813Z] #48 50.41 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T08:47:12.813Z] #48 50.62 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:47:12.922Z] #41 47.21 Selecting previously unselected package libprotobuf-dev:arm64. [2021-02-18T08:47:12.922Z] #41 47.21 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-02-18T08:47:12.922Z] #41 47.24 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-02-18T08:47:13.046Z] #42 10.91 DEP images/sk-netlink.pb-c.d [2021-02-18T08:47:13.047Z] #42 10.97 PBCC images/sk-inet.pb-c.c [2021-02-18T08:47:13.047Z] #42 11.02 DEP images/sk-inet.pb-c.d [2021-02-18T08:47:13.047Z] #42 11.08 PBCC images/sk-unix.pb-c.c [2021-02-18T08:47:13.068Z] #42 ... [2021-02-18T08:47:13.068Z] [2021-02-18T08:47:13.068Z] #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-18T08:47:13.068Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:47:13.068Z] #44 138.4 github.com/LK4D4/vndr/godl [2021-02-18T08:47:13.072Z] #48 50.65 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:47:13.072Z] #48 50.68 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:47:13.072Z] #48 50.75 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:47:13.072Z] #48 50.75 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:47:13.309Z] #42 11.12 DEP images/sk-unix.pb-c.d [2021-02-18T08:47:13.309Z] #42 11.17 PBCC images/mm.pb-c.c [2021-02-18T08:47:13.309Z] #42 11.25 DEP images/mm.pb-c.d [2021-02-18T08:47:13.309Z] #42 11.29 PBCC images/timerfd.pb-c.c [2021-02-18T08:47:13.309Z] #42 11.32 DEP images/timerfd.pb-c.d [2021-02-18T08:47:13.309Z] #42 11.37 PBCC images/timer.pb-c.c [2021-02-18T08:47:13.571Z] #42 11.38 DEP images/timer.pb-c.d [2021-02-18T08:47:13.571Z] #42 11.43 PBCC images/sa.pb-c.c [2021-02-18T08:47:13.571Z] #42 11.52 DEP images/sa.pb-c.d [2021-02-18T08:47:13.571Z] #42 11.57 PBCC images/pipe-data.pb-c.c [2021-02-18T08:47:13.571Z] #42 11.59 DEP images/pipe-data.pb-c.d [2021-02-18T08:47:13.571Z] #42 11.66 PBCC images/mnt.pb-c.c [2021-02-18T08:47:13.833Z] #42 11.72 DEP images/mnt.pb-c.d [2021-02-18T08:47:13.833Z] #42 11.77 PBCC images/sk-packet.pb-c.c [2021-02-18T08:47:13.833Z] #42 11.82 DEP images/sk-packet.pb-c.d [2021-02-18T08:47:13.833Z] #42 11.89 PBCC images/tcp-stream.pb-c.c [2021-02-18T08:47:14.016Z] #44 139.3 github.com/LK4D4/vndr [2021-02-18T08:47:14.096Z] #42 11.95 DEP images/tcp-stream.pb-c.d [2021-02-18T08:47:14.096Z] #42 12.01 PBCC images/pipe.pb-c.c [2021-02-18T08:47:14.096Z] #42 12.07 DEP images/pipe.pb-c.d [2021-02-18T08:47:14.096Z] #42 12.11 PBCC images/pstree.pb-c.c [2021-02-18T08:47:14.096Z] #42 12.13 DEP images/pstree.pb-c.d [2021-02-18T08:47:14.128Z] #19 47.73 Selecting previously unselected package vim. [2021-02-18T08:47:14.128Z] #19 47.74 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:47:14.128Z] #19 47.76 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T08:47:14.357Z] #42 12.19 PBCC images/fs.pb-c.c [2021-02-18T08:47:14.357Z] #42 12.22 DEP images/fs.pb-c.d [2021-02-18T08:47:14.357Z] #42 12.26 PBCC images/signalfd.pb-c.c [2021-02-18T08:47:14.357Z] #42 12.35 DEP images/signalfd.pb-c.d [2021-02-18T08:47:14.385Z] #19 ... [2021-02-18T08:47:14.385Z] [2021-02-18T08:47:14.385Z] #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-18T08:47:14.385Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:14.385Z] #42 93.19 CC criu/cr-check.o [2021-02-18T08:47:14.385Z] #42 94.77 CC criu/cr-dedup.o [2021-02-18T08:47:14.385Z] #42 95.14 CC criu/cr-dump.o [2021-02-18T08:47:14.385Z] #42 97.45 CC criu/cr-errno.o [2021-02-18T08:47:14.385Z] #42 97.52 CC criu/cr-restore.o [2021-02-18T08:47:14.385Z] #42 101.8 CC criu/cr-service.o [2021-02-18T08:47:14.385Z] #42 103.4 CC criu/crtools.o [2021-02-18T08:47:14.619Z] #42 12.42 PBCC images/fh.pb-c.c [2021-02-18T08:47:14.619Z] #42 12.49 PBCC images/fsnotify.pb-c.c [2021-02-18T08:47:14.619Z] #42 12.55 DEP images/fh.pb-c.d [2021-02-18T08:47:14.619Z] #42 12.64 DEP images/fsnotify.pb-c.d [2021-02-18T08:47:14.619Z] #42 12.68 PBCC images/eventpoll.pb-c.c [2021-02-18T08:47:14.641Z] #42 ... [2021-02-18T08:47:14.641Z] [2021-02-18T08:47:14.641Z] #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-18T08:47:14.641Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:14.641Z] #19 48.28 Selecting previously unselected package xfsprogs. [2021-02-18T08:47:14.641Z] #19 48.29 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-18T08:47:14.641Z] #19 48.31 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T08:47:14.852Z] #41 ... [2021-02-18T08:47:14.852Z] [2021-02-18T08:47:14.852Z] #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-18T08:47:14.852Z] #28 sha256:e08043ea536e91cb1f74796f2c4f335730daef656b3eeadb4feedefe542cbe12 [2021-02-18T08:47:14.852Z] #28 30.85 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T08:47:14.852Z] #28 31.34 #=#=# [2021-02-18T08:47:14.852Z] #28 31.53 ######################################################################## 100.0% [2021-02-18T08:47:14.852Z] #28 31.62 [2021-02-18T08:47:14.852Z] #28 32.20 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T08:47:14.852Z] #28 32.76 [2021-02-18T08:47:14.852Z] #28 32.94 #=#=# ######################################################################## 100.0% [2021-02-18T08:47:14.852Z] #28 33.07 [2021-02-18T08:47:14.852Z] #28 33.16 Download of images into '/build' complete. [2021-02-18T08:47:14.852Z] #28 33.16 Use something like the following to load the result into a Docker daemon: [2021-02-18T08:47:14.852Z] #28 33.16 tar -cC '/build' . | docker load [2021-02-18T08:47:14.852Z] #28 DONE 33.6s [2021-02-18T08:47:14.852Z] [2021-02-18T08:47:14.852Z] #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-18T08:47:14.852Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:14.852Z] #41 49.27 Selecting previously unselected package libprotoc17:arm64. [2021-02-18T08:47:14.852Z] #41 49.27 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-02-18T08:47:14.852Z] #41 49.28 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-02-18T08:47:14.881Z] #42 12.70 DEP images/eventpoll.pb-c.d [2021-02-18T08:47:14.882Z] #42 12.78 PBCC images/eventfd.pb-c.c [2021-02-18T08:47:14.882Z] #42 12.81 DEP images/eventfd.pb-c.d [2021-02-18T08:47:14.882Z] #42 12.86 PBCC images/remap-file-path.pb-c.c [2021-02-18T08:47:14.882Z] #42 12.87 DEP images/remap-file-path.pb-c.d [2021-02-18T08:47:14.882Z] #42 12.91 PBCC images/fifo.pb-c.c [2021-02-18T08:47:14.882Z] #42 12.95 DEP images/fifo.pb-c.d [2021-02-18T08:47:14.882Z] #42 12.99 PBCC images/ghost-file.pb-c.c [2021-02-18T08:47:14.882Z] #42 13.03 DEP images/ghost-file.pb-c.d [2021-02-18T08:47:14.882Z] #42 ... [2021-02-18T08:47:14.882Z] [2021-02-18T08:47:14.882Z] #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-18T08:47:14.882Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:47:14.882Z] #44 74.89 go/ast [2021-02-18T08:47:14.882Z] #44 75.59 internal/lazyregexp [2021-02-18T08:47:14.882Z] #44 75.96 net/url [2021-02-18T08:47:14.882Z] #44 77.74 text/template/parse [2021-02-18T08:47:14.882Z] #44 81.60 go/parser [2021-02-18T08:47:14.882Z] #44 83.07 text/template [2021-02-18T08:47:14.882Z] #44 84.72 encoding/xml [2021-02-18T08:47:14.884Z] #42 ... [2021-02-18T08:47:14.884Z] [2021-02-18T08:47:14.884Z] #36 [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-18T08:47:14.884Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-18T08:47:14.884Z] #36 56.26 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-18T08:47:14.884Z] #36 56.28 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:47:14.884Z] #36 56.28 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-02-18T08:47:14.884Z] #36 56.29 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:14.884Z] #36 56.32 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-02-18T08:47:14.884Z] #36 56.34 Setting up cmake-data (3.13.4-1) ... [2021-02-18T08:47:14.884Z] #36 56.35 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:47:14.884Z] #36 56.36 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-02-18T08:47:14.884Z] #36 56.36 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-02-18T08:47:14.884Z] #36 56.40 Setting up cmake (3.13.4-1) ... [2021-02-18T08:47:14.884Z] #36 56.41 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:14.884Z] #36 56.51 Processing triggers for mime-support (3.62) ... [2021-02-18T08:47:14.884Z] #36 DONE 57.0s [2021-02-18T08:47:14.884Z] [2021-02-18T08:47:14.884Z] #32 [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-18T08:47:14.884Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-18T08:47:14.884Z] #32 55.64 Checking out files: 77% (1183/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-18T08:47:14.884Z] #32 56.49 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T08:47:14.884Z] #32 56.90 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T08:47:15.121Z] #41 49.72 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T08:47:15.121Z] #41 49.72 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-02-18T08:47:15.121Z] #41 49.74 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:47:15.143Z] #44 ... [2021-02-18T08:47:15.143Z] [2021-02-18T08:47:15.143Z] #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-18T08:47:15.143Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:15.143Z] #42 13.08 PBCC images/regfile.pb-c.c [2021-02-18T08:47:15.143Z] #42 13.12 DEP images/regfile.pb-c.d [2021-02-18T08:47:15.190Z] #32 ... [2021-02-18T08:47:15.190Z] [2021-02-18T08:47:15.190Z] #51 [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-18T08:47:15.190Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:47:15.190Z] #51 47.26 strconv [2021-02-18T08:47:15.190Z] #51 47.29 bytes [2021-02-18T08:47:15.190Z] #51 47.30 strings [2021-02-18T08:47:15.190Z] #51 47.38 syscall [2021-02-18T08:47:15.190Z] #51 ... [2021-02-18T08:47:15.190Z] [2021-02-18T08:47:15.190Z] #37 [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-18T08:47:15.190Z] #37 sha256:6814fb51a5b14a26f7842b464f3c58d5e422d02313afbed5c6f303d4179b6636 [2021-02-18T08:47:15.190Z] #37 0.351 + RM_GOPATH=0 [2021-02-18T08:47:15.190Z] #37 0.352 + TMP_GOPATH= [2021-02-18T08:47:15.190Z] #37 0.352 + : /build [2021-02-18T08:47:15.190Z] #37 0.352 + '[' -z '' ']' [2021-02-18T08:47:15.190Z] #37 0.353 ++ mktemp -d [2021-02-18T08:47:15.190Z] #37 0.358 + export GOPATH=/tmp/tmp.Sw5mUnnk7H [2021-02-18T08:47:15.190Z] #37 0.359 + GOPATH=/tmp/tmp.Sw5mUnnk7H [2021-02-18T08:47:15.190Z] #37 0.359 + RM_GOPATH=1 [2021-02-18T08:47:15.190Z] #37 0.359 + case "$(go env GOARCH)" in [2021-02-18T08:47:15.190Z] #37 0.359 ++ go env GOARCH [2021-02-18T08:47:15.190Z] #37 0.374 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:15.190Z] #37 0.374 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:15.190Z] #37 0.376 ++ dirname /tmp/install/install.sh [2021-02-18T08:47:15.190Z] #37 0.380 + dir=/tmp/install [2021-02-18T08:47:15.190Z] #37 0.381 + bin=tini [2021-02-18T08:47:15.190Z] #37 0.381 + shift [2021-02-18T08:47:15.190Z] #37 0.381 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T08:47:15.190Z] #37 0.383 + . /tmp/install/tini.installer [2021-02-18T08:47:15.190Z] #37 0.387 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:15.190Z] #37 0.388 + install_tini [2021-02-18T08:47:15.190Z] #37 0.389 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T08:47:15.190Z] #37 0.389 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:15.190Z] #37 0.390 + git clone https://github.com/krallin/tini.git /tmp/tmp.Sw5mUnnk7H/tini [2021-02-18T08:47:15.190Z] #37 0.399 Cloning into '/tmp/tmp.Sw5mUnnk7H/tini'... [2021-02-18T08:47:15.205Z] #19 48.83 Selecting previously unselected package zip. [2021-02-18T08:47:15.205Z] #19 48.84 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-18T08:47:15.205Z] #19 48.85 Unpacking zip (3.0-11+b1) ... [2021-02-18T08:47:15.406Z] #42 13.20 PBCC images/ns.pb-c.c [2021-02-18T08:47:15.406Z] #42 13.26 DEP images/ns.pb-c.d [2021-02-18T08:47:15.406Z] #42 13.30 PBCC images/fdinfo.pb-c.c [2021-02-18T08:47:15.406Z] #42 13.38 DEP images/fdinfo.pb-c.d [2021-02-18T08:47:15.462Z] #19 49.03 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:47:15.462Z] #19 49.06 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:47:15.462Z] #19 49.07 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T08:47:15.462Z] #19 49.08 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T08:47:15.462Z] #19 49.09 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-18T08:47:15.462Z] #19 49.11 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T08:47:15.462Z] #19 49.12 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T08:47:15.462Z] #19 49.14 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T08:47:15.462Z] #19 49.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:15.462Z] #19 49.18 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:47:15.462Z] #19 49.19 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:47:15.462Z] #19 49.21 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:47:15.462Z] #19 49.22 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:47:15.462Z] #19 49.23 Setting up zip (3.0-11+b1) ... [2021-02-18T08:47:15.462Z] #19 49.24 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:15.668Z] #42 13.47 PBCC images/core-aarch64.pb-c.c [2021-02-18T08:47:15.668Z] #42 13.53 PBCC images/core-arm.pb-c.c [2021-02-18T08:47:15.668Z] #42 13.60 PBCC images/core-ppc64.pb-c.c [2021-02-18T08:47:15.668Z] #42 13.65 PBCC images/core-s390.pb-c.c [2021-02-18T08:47:15.668Z] #42 13.69 PBCC images/core-x86.pb-c.c [2021-02-18T08:47:15.668Z] #42 13.74 PBCC images/core.pb-c.c [2021-02-18T08:47:15.699Z] #41 49.97 Selecting previously unselected package protobuf-compiler. [2021-02-18T08:47:15.699Z] #41 49.97 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-02-18T08:47:15.699Z] #41 49.98 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:47:15.720Z] #19 49.29 Setting up bash-completion (1:2.8-6) ... [2021-02-18T08:47:15.930Z] #42 13.81 PBCC images/inventory.pb-c.c [2021-02-18T08:47:15.930Z] #42 13.89 DEP images/core-aarch64.pb-c.d [2021-02-18T08:47:15.930Z] #42 13.95 DEP images/core-arm.pb-c.d [2021-02-18T08:47:15.930Z] #42 13.99 DEP images/core-ppc64.pb-c.d [2021-02-18T08:47:16.192Z] #42 14.05 DEP images/core-s390.pb-c.d [2021-02-18T08:47:16.192Z] #42 14.09 DEP images/core-x86.pb-c.d [2021-02-18T08:47:16.192Z] #42 14.13 DEP images/core.pb-c.d [2021-02-18T08:47:16.192Z] #42 14.17 DEP images/inventory.pb-c.d [2021-02-18T08:47:16.272Z] #37 1.433 + cd /tmp/tmp.Sw5mUnnk7H/tini [2021-02-18T08:47:16.276Z] #41 50.62 Selecting previously unselected package python-pkg-resources. [2021-02-18T08:47:16.276Z] #41 50.64 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:47:16.276Z] #41 50.77 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:16.276Z] #41 ... [2021-02-18T08:47:16.276Z] [2021-02-18T08:47:16.277Z] #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-18T08:47:16.277Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:47:16.277Z] #48 40.71 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T08:47:16.277Z] #48 40.74 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T08:47:16.277Z] #48 40.84 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T08:47:16.277Z] #48 40.85 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T08:47:16.277Z] #48 40.92 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T08:47:16.277Z] #48 40.92 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T08:47:16.277Z] #48 40.93 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T08:47:16.277Z] #48 40.99 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T08:47:16.277Z] #48 41.03 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T08:47:16.277Z] #48 41.10 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T08:47:16.277Z] #48 41.28 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T08:47:16.277Z] #48 41.53 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T08:47:16.277Z] #48 41.53 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T08:47:16.277Z] #48 41.54 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T08:47:16.277Z] #48 41.80 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T08:47:16.277Z] #48 42.02 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T08:47:16.277Z] #48 42.03 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T08:47:16.277Z] #48 42.03 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T08:47:16.277Z] #48 42.17 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T08:47:16.277Z] #48 42.28 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T08:47:16.277Z] #48 42.29 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T08:47:16.277Z] #48 42.38 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T08:47:16.277Z] #48 42.42 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T08:47:16.277Z] #48 42.54 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T08:47:16.277Z] #48 42.90 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:47:16.277Z] #48 42.90 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:47:16.277Z] #48 42.93 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:47:16.277Z] #48 43.09 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:47:16.277Z] #48 ... [2021-02-18T08:47:16.277Z] [2021-02-18T08:47:16.277Z] #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-18T08:47:16.277Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T08:47:16.277Z] #35 40.83 Selecting previously unselected package xxd. [2021-02-18T08:47:16.277Z] #35 40.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-18T08:47:16.277Z] #35 40.98 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-02-18T08:47:16.277Z] #35 41.03 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:47:16.277Z] #35 43.11 Selecting previously unselected package vim-common. [2021-02-18T08:47:16.277Z] #35 43.12 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:47:16.277Z] #35 43.16 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:16.277Z] #35 43.56 Selecting previously unselected package cmake-data. [2021-02-18T08:47:16.277Z] #35 43.56 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T08:47:16.277Z] #35 43.61 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T08:47:16.277Z] #35 49.78 Selecting previously unselected package libicu63:arm64. [2021-02-18T08:47:16.277Z] #35 49.79 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-02-18T08:47:16.277Z] #35 49.80 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-18T08:47:16.368Z] #48 ... [2021-02-18T08:47:16.368Z] [2021-02-18T08:47:16.368Z] #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-18T08:47:16.368Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:47:16.368Z] #44 43.74 internal/singleflight [2021-02-18T08:47:16.368Z] #44 43.86 io [2021-02-18T08:47:16.368Z] #44 44.05 strconv [2021-02-18T08:47:16.368Z] #44 45.22 bytes [2021-02-18T08:47:16.368Z] #44 47.31 reflect [2021-02-18T08:47:16.368Z] #44 47.79 bufio [2021-02-18T08:47:16.368Z] #44 49.98 syscall [2021-02-18T08:47:16.368Z] #44 ... [2021-02-18T08:47:16.368Z] [2021-02-18T08:47:16.368Z] #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-18T08:47:16.368Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:47:16.368Z] #31 52.86 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-18T08:47:16.368Z] #31 53.44 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T08:47:16.454Z] #42 14.25 PBCC images/cpuinfo.pb-c.c [2021-02-18T08:47:16.454Z] #42 14.27 DEP images/cpuinfo.pb-c.d [2021-02-18T08:47:16.454Z] #42 14.32 PBCC images/stats.pb-c.c [2021-02-18T08:47:16.454Z] #42 14.36 DEP images/stats.pb-c.d [2021-02-18T08:47:16.540Z] #35 ... [2021-02-18T08:47:16.540Z] [2021-02-18T08:47:16.540Z] #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-18T08:47:16.540Z] #44 sha256:d6e8b45156f06380e13bb62e5cac1ef2d1b94959482b927f357c5eb4adddc83e [2021-02-18T08:47:16.540Z] #44 40.77 time [2021-02-18T08:47:16.540Z] #44 41.12 vendor/golang.org/x/text/transform [2021-02-18T08:47:16.540Z] #44 42.84 regexp [2021-02-18T08:47:16.540Z] #44 48.26 path/filepath [2021-02-18T08:47:16.540Z] #44 48.34 net [2021-02-18T08:47:16.540Z] #44 48.83 internal/lazyregexp [2021-02-18T08:47:16.540Z] #44 49.37 github.com/LK4D4/vndr/versioned [2021-02-18T08:47:16.540Z] #44 50.30 os/exec [2021-02-18T08:47:16.540Z] #44 ... [2021-02-18T08:47:16.540Z] [2021-02-18T08:47:16.541Z] #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-18T08:47:16.541Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:47:16.541Z] #12 47.07 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T08:47:16.541Z] #12 47.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 ... 15383 files and directories currently installed.) [2021-02-18T08:47:16.541Z] #12 47.25 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-02-18T08:47:16.541Z] #12 47.26 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:47:16.541Z] #12 49.54 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T08:47:16.541Z] #12 49.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-02-18T08:47:16.541Z] #12 49.58 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:47:16.577Z] #37 1.444 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:16.577Z] #37 1.472 + cmake . [2021-02-18T08:47:16.628Z] #31 53.70 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T08:47:17.118Z] #12 51.61 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T08:47:17.118Z] #12 51.61 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T08:47:17.118Z] #12 51.63 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:47:17.231Z] #37 2.227 -- The C compiler identification is GNU 8.3.0 [2021-02-18T08:47:17.231Z] #37 2.305 -- Check for working C compiler: /usr/bin/cc [2021-02-18T08:47:17.381Z] #12 51.86 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-02-18T08:47:17.381Z] #12 51.87 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-02-18T08:47:17.381Z] #12 51.88 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-02-18T08:47:17.646Z] #12 52.22 Selecting previously unselected package dmsetup. [2021-02-18T08:47:17.646Z] #12 52.23 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-02-18T08:47:17.844Z] #42 15.64 make[1]: Nothing to be done for 'all'. [2021-02-18T08:47:17.890Z] #37 2.880 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T08:47:17.890Z] #37 2.884 -- Detecting C compiler ABI info [2021-02-18T08:47:17.910Z] #12 52.26 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T08:47:17.910Z] #12 52.46 Selecting previously unselected package mingw-w64-common. [2021-02-18T08:47:17.910Z] #12 52.47 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T08:47:17.910Z] #12 52.48 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T08:47:18.258Z] #44 ... [2021-02-18T08:47:18.258Z] [2021-02-18T08:47:18.258Z] #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-18T08:47:18.258Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:18.258Z] #19 2.182 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:47:18.258Z] #19 3.457 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:47:18.258Z] #19 4.854 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:47:18.258Z] #19 10.88 Fetched 8422 kB in 10s (875 kB/s) [2021-02-18T08:47:18.258Z] #19 10.88 Reading package lists... [2021-02-18T08:47:18.258Z] #19 ... [2021-02-18T08:47:18.258Z] [2021-02-18T08:47:18.258Z] #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-18T08:47:18.258Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:18.258Z] #42 64.82 CC criu/pie/parasite.o [2021-02-18T08:47:18.258Z] #42 66.22 LINK criu/pie/parasite.built-in.o [2021-02-18T08:47:18.258Z] #42 66.24 GEN criu/pie/parasite-blob.h [2021-02-18T08:47:18.258Z] #42 66.29 CC criu/pie/parasite-vdso.o [2021-02-18T08:47:18.258Z] #42 67.04 CC criu/arch/x86/vdso-pie.o [2021-02-18T08:47:18.258Z] #42 67.48 CC criu/arch/x86/restorer.o [2021-02-18T08:47:18.258Z] #42 68.01 CC criu/arch/x86/restorer_unmap.o [2021-02-18T08:47:18.258Z] #42 68.07 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-18T08:47:18.258Z] #42 68.35 CC criu/pie/restorer.o [2021-02-18T08:47:18.541Z] #37 3.596 -- Detecting C compiler ABI info - done [2021-02-18T08:47:18.541Z] #37 3.665 -- Detecting C compile features [2021-02-18T08:47:18.863Z] #12 ... [2021-02-18T08:47:18.863Z] [2021-02-18T08:47:18.863Z] #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-18T08:47:18.863Z] #55 sha256:b138bf67cd09f71c1a8cbf669dc95234f80bd4f9f1c7da837eaee66794f1c69d [2021-02-18T08:47:18.863Z] #55 1.719 + RM_GOPATH=0 [2021-02-18T08:47:18.863Z] #55 1.719 + TMP_GOPATH= [2021-02-18T08:47:18.863Z] #55 1.719 + : /build [2021-02-18T08:47:18.863Z] #55 1.719 + '[' -z '' ']' [2021-02-18T08:47:18.863Z] #55 1.719 ++ mktemp -d [2021-02-18T08:47:18.863Z] #55 1.719 + export GOPATH=/tmp/tmp.juw8Amslr6 [2021-02-18T08:47:18.863Z] #55 1.719 + GOPATH=/tmp/tmp.juw8Amslr6 [2021-02-18T08:47:18.863Z] #55 1.719 + RM_GOPATH=1 [2021-02-18T08:47:18.863Z] #55 1.719 + case "$(go env GOARCH)" in [2021-02-18T08:47:18.863Z] #55 1.720 ++ go env GOARCH [2021-02-18T08:47:18.863Z] #55 1.735 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:18.863Z] #55 1.735 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:18.863Z] #55 1.735 ++ dirname /tmp/install/install.sh [2021-02-18T08:47:18.863Z] #55 1.737 + dir=/tmp/install [2021-02-18T08:47:18.863Z] #55 1.752 + bin=containerd [2021-02-18T08:47:18.863Z] #55 1.755 + shift [2021-02-18T08:47:18.863Z] #55 1.758 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T08:47:18.863Z] #55 1.758 + . /tmp/install/containerd.installer [2021-02-18T08:47:18.863Z] #55 1.759 ++ set -e [2021-02-18T08:47:18.863Z] #55 1.763 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:47:18.863Z] #55 1.764 + install_containerd [2021-02-18T08:47:18.863Z] #55 1.768 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T08:47:18.863Z] #55 1.768 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:47:18.863Z] #55 1.768 + git clone https://github.com/containerd/containerd.git /tmp/tmp.juw8Amslr6/src/github.com/containerd/containerd [2021-02-18T08:47:18.863Z] #55 1.777 Cloning into '/tmp/tmp.juw8Amslr6/src/github.com/containerd/containerd'... [2021-02-18T08:47:18.863Z] #55 ... [2021-02-18T08:47:18.863Z] [2021-02-18T08:47:18.863Z] #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-18T08:47:18.863Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:18.863Z] #41 51.44 Selecting previously unselected package python-six. [2021-02-18T08:47:18.863Z] #41 51.44 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T08:47:18.863Z] #41 51.51 Unpacking python-six (1.12.0-1) ... [2021-02-18T08:47:18.863Z] #41 51.63 Selecting previously unselected package python-protobuf. [2021-02-18T08:47:18.863Z] #41 51.65 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-02-18T08:47:18.863Z] #41 51.66 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T08:47:18.863Z] #41 52.31 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:19.035Z] #19 52.12 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-18T08:47:19.035Z] #19 52.15 Setting up xz-utils (5.2.4-1) ... [2021-02-18T08:47:19.035Z] #19 52.16 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T08:47:19.035Z] #19 52.17 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:47:19.035Z] #19 52.23 invoke-rc.d: could not determine current runlevel [2021-02-18T08:47:19.035Z] #19 52.23 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T08:47:19.035Z] #19 52.24 Setting up pigz (2.4-1) ... [2021-02-18T08:47:19.035Z] #19 52.26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T08:47:19.035Z] #19 52.27 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:47:19.035Z] #19 52.29 Setting up python-pip-whl (18.1-5) ... [2021-02-18T08:47:19.035Z] #19 52.30 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T08:47:19.035Z] #19 52.31 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:47:19.212Z] #42 ... [2021-02-18T08:47:19.212Z] [2021-02-18T08:47:19.212Z] #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-18T08:47:19.212Z] #52 sha256:a631099ee85f93f452de141782cb69c22b97a7801e47da2cbc6b444e7a40ac4d [2021-02-18T08:47:19.212Z] #52 11.58 + cd /tmp/tmp.vk20Uq9nZ9/src/github.com/opencontainers/runc [2021-02-18T08:47:19.212Z] #52 11.59 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:47:19.212Z] #52 12.30 + '[' -z '' ']' [2021-02-18T08:47:19.212Z] #52 12.30 + target=static [2021-02-18T08:47:19.212Z] #52 12.30 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T08:47:19.212Z] #52 12.73 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2021-02-18T08:47:19.235Z] #42 17.15 CC images/stats.o [2021-02-18T08:47:19.305Z] #19 52.78 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-18T08:47:19.305Z] #19 52.79 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:47:19.305Z] #19 52.81 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:47:19.305Z] #19 52.82 Setting up vim (2:8.1.0875-5) ... [2021-02-18T08:47:19.305Z] #19 52.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T08:47:19.305Z] #19 52.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T08:47:19.305Z] #19 52.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T08:47:19.305Z] #19 52.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T08:47:19.305Z] #19 52.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T08:47:19.305Z] #19 52.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T08:47:19.305Z] #19 52.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T08:47:19.305Z] #19 52.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T08:47:19.305Z] #19 52.91 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:47:19.305Z] #19 52.93 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:47:19.305Z] #19 52.94 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T08:47:19.305Z] #19 52.96 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:47:19.305Z] #19 52.97 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T08:47:19.305Z] #19 52.98 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:47:19.497Z] #42 17.48 CC images/core.o [2021-02-18T08:47:19.767Z] #42 ... [2021-02-18T08:47:19.767Z] [2021-02-18T08:47:19.767Z] #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-18T08:47:19.767Z] #50 sha256:c335799dfa887c70b50559315f8a31932b00b17642be535753be1d2bcd68181e [2021-02-18T08:47:19.767Z] #50 79.56 golang.org/x/crypto/ssh/terminal [2021-02-18T08:47:19.767Z] #50 81.35 mvdan.cc/editorconfig [2021-02-18T08:47:19.767Z] #50 82.26 mvdan.cc/sh/v3/fileutil [2021-02-18T08:47:19.767Z] #50 82.47 mvdan.cc/sh/v3/syntax [2021-02-18T08:47:19.767Z] #50 89.30 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T08:47:19.835Z] #41 54.49 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-18T08:47:19.929Z] #31 ... [2021-02-18T08:47:19.929Z] [2021-02-18T08:47:19.929Z] #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-18T08:47:19.929Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:19.929Z] #12 47.64 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-18T08:47:19.929Z] #12 47.67 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-18T08:47:19.929Z] #12 47.71 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-18T08:47:19.929Z] #12 47.71 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T08:47:19.929Z] #12 48.23 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-18T08:47:19.929Z] #12 48.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-18T08:47:19.929Z] #12 48.70 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-18T08:47:19.929Z] #12 52.17 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-18T08:47:19.929Z] #12 54.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-18T08:47:19.929Z] #12 54.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-18T08:47:19.929Z] #12 54.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T08:47:19.929Z] #12 54.76 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T08:47:19.929Z] #12 54.77 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-18T08:47:19.929Z] #12 54.78 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-18T08:47:19.929Z] #12 54.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-18T08:47:19.929Z] #12 54.83 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-18T08:47:19.929Z] #12 54.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-18T08:47:19.929Z] #12 54.89 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-18T08:47:19.929Z] #12 54.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-18T08:47:19.929Z] #12 54.98 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-18T08:47:19.929Z] #12 54.99 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-18T08:47:19.929Z] #12 54.99 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-18T08:47:19.929Z] #12 55.00 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-18T08:47:19.929Z] #12 56.26 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:19.929Z] #12 56.49 Fetched 78.2 MB in 8s (9516 kB/s) [2021-02-18T08:47:19.929Z] #12 56.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:47:19.929Z] #12 56.77 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-18T08:47:19.929Z] #12 56.80 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:47:19.929Z] #12 57.22 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-18T08:47:20.029Z] #50 ... [2021-02-18T08:47:20.029Z] [2021-02-18T08:47:20.029Z] #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-18T08:47:20.029Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:47:20.029Z] #44 88.83 go/doc [2021-02-18T08:47:20.029Z] #44 89.86 github.com/LK4D4/vndr/versioned [2021-02-18T08:47:20.029Z] #44 89.94 compress/flate [2021-02-18T08:47:20.107Z] #41 54.51 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:20.108Z] #41 54.60 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-18T08:47:20.108Z] #41 54.61 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-02-18T08:47:20.108Z] #41 54.63 Setting up python-six (1.12.0-1) ... [2021-02-18T08:47:20.151Z] #52 ... [2021-02-18T08:47:20.151Z] [2021-02-18T08:47:20.151Z] #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-18T08:47:20.151Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:20.151Z] #42 71.70 LINK criu/pie/restorer.built-in.o [2021-02-18T08:47:20.151Z] #42 71.73 GEN criu/pie/restorer-blob.h [2021-02-18T08:47:20.189Z] [2021-02-18T08:47:20.189Z] #12 ... [2021-02-18T08:47:20.189Z] [2021-02-18T08:47:20.189Z] #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-18T08:47:20.189Z] #46 sha256:a81d6f82bbd6173b919256339a635547a693f971c6749376323e9abcd5f853cb [2021-02-18T08:47:20.189Z] #46 DONE 57.9s [2021-02-18T08:47:20.189Z] [2021-02-18T08:47:20.189Z] #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-18T08:47:20.189Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:20.189Z] #12 57.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% [2021-02-18T08:47:20.189Z] #12 ... [2021-02-18T08:47:20.189Z] [2021-02-18T08:47:20.189Z] #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-18T08:47:20.189Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:47:20.189Z] #41 51.16 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-18T08:47:20.189Z] #41 51.18 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:47:20.189Z] #41 51.18 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:20.189Z] #41 51.44 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-18T08:47:20.189Z] #41 51.44 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-18T08:47:20.189Z] #41 51.45 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:20.189Z] #41 52.91 Selecting previously unselected package libprotoc17:amd64. [2021-02-18T08:47:20.189Z] #41 52.91 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-18T08:47:20.189Z] #41 52.92 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:20.189Z] #41 53.58 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T08:47:20.189Z] #41 53.61 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:47:20.189Z] #41 53.62 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:47:20.189Z] #41 53.78 Selecting previously unselected package protobuf-compiler. [2021-02-18T08:47:20.189Z] #41 53.78 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-18T08:47:20.189Z] #41 53.81 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:47:20.189Z] #41 53.95 Selecting previously unselected package python-pkg-resources. [2021-02-18T08:47:20.189Z] #41 53.95 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:47:20.189Z] #41 53.96 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:20.189Z] #41 54.19 Selecting previously unselected package python-six. [2021-02-18T08:47:20.189Z] #41 54.19 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T08:47:20.189Z] #41 54.20 Unpacking python-six (1.12.0-1) ... [2021-02-18T08:47:20.189Z] #41 54.32 Selecting previously unselected package python-protobuf. [2021-02-18T08:47:20.189Z] #41 54.32 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-18T08:47:20.189Z] #41 54.36 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T08:47:20.189Z] #41 54.94 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:20.371Z] #41 ... [2021-02-18T08:47:20.371Z] [2021-02-18T08:47:20.371Z] #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-18T08:47:20.371Z] #33 sha256:384ada366ad9011ee173d4616a54a1c1a1664894fbd27e90dab07eff2a3af96b [2021-02-18T08:47:20.371Z] #33 44.98 internal/poll [2021-02-18T08:47:20.371Z] #33 46.12 internal/fmtsort [2021-02-18T08:47:20.371Z] #33 46.50 os [2021-02-18T08:47:20.371Z] #33 48.11 path/filepath [2021-02-18T08:47:20.371Z] #33 48.11 fmt [2021-02-18T08:47:20.371Z] #33 49.41 io/ioutil [2021-02-18T08:47:20.371Z] #33 50.89 flag [2021-02-18T08:47:20.371Z] #33 50.89 log [2021-02-18T08:47:20.371Z] #33 50.89 github.com/BurntSushi/toml [2021-02-18T08:47:20.371Z] #33 53.85 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:47:20.410Z] #42 71.89 DEP criu/vdso.d [2021-02-18T08:47:20.410Z] #42 72.15 DEP criu/vdso-compat.d [2021-02-18T08:47:20.449Z] #41 ... [2021-02-18T08:47:20.449Z] [2021-02-18T08:47:20.449Z] #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-18T08:47:20.449Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:20.449Z] #12 57.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:47:20.449Z] #12 58.00 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-18T08:47:20.449Z] #12 58.02 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:47:20.634Z] #33 ... [2021-02-18T08:47:20.635Z] [2021-02-18T08:47:20.635Z] #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-18T08:47:20.635Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T08:47:20.635Z] #35 54.50 Selecting previously unselected package libxml2:arm64. [2021-02-18T08:47:20.635Z] #35 54.50 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-02-18T08:47:20.635Z] #35 54.59 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:47:20.635Z] #35 55.27 Selecting previously unselected package libarchive13:arm64. [2021-02-18T08:47:20.660Z] #37 5.850 -- Detecting C compile features - done [2021-02-18T08:47:20.669Z] #42 72.35 DEP criu/uts_ns.d [2021-02-18T08:47:20.723Z] #12 58.31 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-18T08:47:20.723Z] #12 58.48 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T08:47:20.900Z] #35 55.27 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-02-18T08:47:20.900Z] #35 55.33 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-02-18T08:47:20.928Z] #42 72.48 DEP criu/util.d [2021-02-18T08:47:20.957Z] #37 5.904 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T08:47:20.983Z] #12 58.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T08:47:20.983Z] #12 58.58 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-18T08:47:20.983Z] #12 58.58 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:47:20.983Z] #12 ... [2021-02-18T08:47:20.983Z] [2021-02-18T08:47:20.983Z] #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-18T08:47:20.983Z] #55 sha256:ef50487e1199680cb88176293a338272752e4902a1dd9cfd11a128fb0afb0094 [2021-02-18T08:47:20.983Z] #55 4.906 + RM_GOPATH=0 [2021-02-18T08:47:20.983Z] #55 4.906 + TMP_GOPATH= [2021-02-18T08:47:20.983Z] #55 4.906 + : /build [2021-02-18T08:47:20.983Z] #55 4.906 + '[' -z '' ']' [2021-02-18T08:47:20.983Z] #55 4.906 ++ mktemp -d [2021-02-18T08:47:20.983Z] #55 4.909 + export GOPATH=/tmp/tmp.4J6hUm4xGP [2021-02-18T08:47:20.983Z] #55 4.911 + GOPATH=/tmp/tmp.4J6hUm4xGP [2021-02-18T08:47:20.983Z] #55 4.911 + RM_GOPATH=1 [2021-02-18T08:47:20.983Z] #55 4.911 + case "$(go env GOARCH)" in [2021-02-18T08:47:20.983Z] #55 4.912 ++ go env GOARCH [2021-02-18T08:47:20.983Z] #55 4.963 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:20.983Z] #55 4.963 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:20.983Z] #55 4.964 ++ dirname /tmp/install/install.sh [2021-02-18T08:47:20.983Z] #55 4.974 + dir=/tmp/install [2021-02-18T08:47:20.983Z] #55 4.974 + bin=containerd [2021-02-18T08:47:20.983Z] #55 4.974 + shift [2021-02-18T08:47:20.983Z] #55 4.974 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T08:47:20.983Z] #55 4.974 + . /tmp/install/containerd.installer [2021-02-18T08:47:20.983Z] #55 4.974 ++ set -e [2021-02-18T08:47:20.983Z] #55 4.974 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:47:20.983Z] #55 4.974 + install_containerd [2021-02-18T08:47:20.983Z] #55 4.976 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T08:47:20.983Z] #55 4.980 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:47:20.983Z] #55 4.980 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4J6hUm4xGP/src/github.com/containerd/containerd [2021-02-18T08:47:20.983Z] #55 4.986 Cloning into '/tmp/tmp.4J6hUm4xGP/src/github.com/containerd/containerd'... [2021-02-18T08:47:21.186Z] #42 72.73 DEP criu/uffd.d [2021-02-18T08:47:21.256Z] #37 6.180 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T08:47:21.256Z] #37 6.334 -- Configuring done [2021-02-18T08:47:21.256Z] #37 6.369 -- Generating done [2021-02-18T08:47:21.256Z] #37 6.374 -- Build files have been written to: /tmp/tmp.Sw5mUnnk7H/tini [2021-02-18T08:47:21.256Z] #37 6.393 + make tini-static [2021-02-18T08:47:21.445Z] #42 72.93 DEP criu/tun.d [2021-02-18T08:47:21.445Z] #42 73.14 DEP criu/tty.d [2021-02-18T08:47:21.639Z] #35 55.89 Selecting previously unselected package libjsoncpp1:arm64. [2021-02-18T08:47:21.639Z] #35 55.90 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-02-18T08:47:21.639Z] #35 55.90 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-02-18T08:47:21.704Z] #42 73.36 DEP criu/timerfd.d [2021-02-18T08:47:21.907Z] #37 6.883 Scanning dependencies of target tini-static [2021-02-18T08:47:21.907Z] #37 ... [2021-02-18T08:47:21.907Z] [2021-02-18T08:47:21.907Z] #13 [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-18T08:47:21.907Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:47:21.907Z] #13 57.12 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-02-18T08:47:21.907Z] #13 57.15 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-02-18T08:47:21.907Z] #13 57.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-02-18T08:47:21.907Z] #13 57.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-02-18T08:47:21.907Z] #13 57.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-02-18T08:47:21.907Z] #13 57.26 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u6 [110 kB] [2021-02-18T08:47:21.907Z] #13 57.28 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-02-18T08:47:21.907Z] #13 57.34 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-02-18T08:47:21.908Z] #13 57.36 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-02-18T08:47:21.908Z] #13 57.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-02-18T08:47:21.908Z] #13 57.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-02-18T08:47:21.908Z] #13 57.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-02-18T08:47:21.908Z] #13 57.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-02-18T08:47:21.908Z] #13 57.54 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2021-02-18T08:47:21.908Z] #13 57.54 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u6 [322 kB] [2021-02-18T08:47:21.908Z] #13 58.69 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:21.908Z] #13 58.89 Fetched 79.4 MB in 20s (3942 kB/s) [2021-02-18T08:47:21.908Z] #13 59.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-18T08:47:21.908Z] #13 59.15 Preparing to unpack .../libsystemd0_241-7~deb10u6_ppc64el.deb ... [2021-02-18T08:47:21.908Z] #13 59.16 Unpacking libsystemd0:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:47:21.908Z] #13 59.62 Setting up libsystemd0:ppc64el (241-7~deb10u6) ... [2021-02-18T08:47:21.908Z] #13 59.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-18T08:47:21.908Z] #13 60.07 Preparing to unpack .../libudev1_241-7~deb10u6_ppc64el.deb ... [2021-02-18T08:47:21.908Z] #13 60.09 Unpacking libudev1:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T08:47:21.908Z] #13 60.37 Setting up libudev1:ppc64el (241-7~deb10u6) ... [2021-02-18T08:47:21.908Z] #13 60.65 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T08:47:21.908Z] #13 60.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-18T08:47:21.908Z] #13 60.77 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-02-18T08:47:21.908Z] #13 60.77 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:47:21.908Z] #13 63.71 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T08:47:21.908Z] #13 63.72 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-02-18T08:47:21.908Z] #13 63.72 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:47:21.920Z] #35 56.32 Selecting previously unselected package librhash0:arm64. [2021-02-18T08:47:21.920Z] #35 56.33 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-02-18T08:47:21.920Z] #35 56.33 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-02-18T08:47:21.963Z] #42 73.55 DEP criu/timens.d [2021-02-18T08:47:22.208Z] #13 ... [2021-02-18T08:47:22.208Z] [2021-02-18T08:47:22.208Z] #49 [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-18T08:47:22.208Z] #49 sha256:65998cb32dd4be589f9ebfc7fd49fac956c872edbec9be7020fac64d1f0288d8 [2021-02-18T08:47:22.208Z] #49 54.21 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T08:47:22.208Z] #49 54.21 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T08:47:22.208Z] #49 54.36 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:47:22.208Z] #49 54.44 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T08:47:22.222Z] #42 73.80 DEP criu/sysfs_parse.d [2021-02-18T08:47:22.366Z] #55 ... [2021-02-18T08:47:22.366Z] [2021-02-18T08:47:22.366Z] #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-18T08:47:22.366Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:47:22.366Z] #41 59.90 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:22.366Z] #41 59.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:22.366Z] #41 59.94 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:47:22.366Z] #41 59.96 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T08:47:22.366Z] #41 59.97 Setting up python-six (1.12.0-1) ... [2021-02-18T08:47:22.482Z] #42 74.05 DEP criu/sysctl.d [2021-02-18T08:47:22.509Z] #49 ... [2021-02-18T08:47:22.509Z] [2021-02-18T08:47:22.509Z] #42 [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-18T08:47:22.509Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-18T08:47:22.509Z] #42 58.28 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-02-18T08:47:22.509Z] #42 58.28 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-18T08:47:22.509Z] #42 58.29 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-02-18T08:47:22.509Z] #42 58.31 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-02-18T08:47:22.509Z] #42 58.31 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-02-18T08:47:22.509Z] #42 58.32 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:47:22.509Z] #42 58.32 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:22.509Z] #42 58.33 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-02-18T08:47:22.509Z] #42 58.34 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:47:22.509Z] #42 58.35 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T08:47:22.583Z] #44 92.29 hash/crc32 [2021-02-18T08:47:22.598Z] #19 55.95 Setting up iptables (1.8.2-4) ... [2021-02-18T08:47:22.598Z] #19 55.97 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:47:22.598Z] #19 55.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:47:22.598Z] #19 55.99 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:47:22.598Z] #19 55.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:47:22.598Z] #19 56.00 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T08:47:22.598Z] #19 56.01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T08:47:22.598Z] #19 56.02 Setting up python3 (3.7.3-1) ... [2021-02-18T08:47:22.627Z] #41 ... [2021-02-18T08:47:22.627Z] [2021-02-18T08:47:22.627Z] #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-18T08:47:22.627Z] #50 sha256:b6b5ee154264652639dc872c1981bef502de26a8ad4e5a6691017469039a674c [2021-02-18T08:47:22.627Z] #50 50.36 syscall [2021-02-18T08:47:22.627Z] #50 50.41 reflect [2021-02-18T08:47:22.627Z] #50 57.75 time [2021-02-18T08:47:22.741Z] #42 74.30 DEP criu/string.d [2021-02-18T08:47:22.741Z] #42 74.36 DEP criu/stats.d [2021-02-18T08:47:22.741Z] #42 74.50 DEP criu/sockets.d [2021-02-18T08:47:22.845Z] #44 92.56 github.com/LK4D4/vndr/build [2021-02-18T08:47:22.855Z] #19 56.50 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T08:47:22.871Z] #35 57.15 Selecting previously unselected package libuv1:arm64. [2021-02-18T08:47:22.871Z] #35 57.17 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-02-18T08:47:22.871Z] #35 57.18 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-02-18T08:47:22.886Z] #50 ... [2021-02-18T08:47:22.886Z] [2021-02-18T08:47:22.886Z] #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-18T08:47:22.886Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:47:22.886Z] #35 53.07 Selecting previously unselected package libicu63:amd64. [2021-02-18T08:47:22.886Z] #35 53.07 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T08:47:22.886Z] #35 53.11 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:47:22.886Z] #35 60.06 Selecting previously unselected package libxml2:amd64. [2021-02-18T08:47:22.886Z] #35 60.06 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-18T08:47:22.886Z] #35 60.10 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:47:22.886Z] #35 60.76 Selecting previously unselected package libarchive13:amd64. [2021-02-18T08:47:22.886Z] #35 60.76 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-18T08:47:23.002Z] #42 74.68 DEP criu/sk-unix.d [2021-02-18T08:47:23.107Z] #44 92.87 compress/gzip [2021-02-18T08:47:23.135Z] #35 57.46 Selecting previously unselected package cmake. [2021-02-18T08:47:23.135Z] #35 57.47 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-02-18T08:47:23.135Z] #35 57.49 Unpacking cmake (3.13.4-1) ... [2021-02-18T08:47:23.145Z] #35 60.78 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T08:47:23.174Z] #42 65.12 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-02-18T08:47:23.174Z] #42 65.12 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:23.174Z] #42 DONE 65.3s [2021-02-18T08:47:23.174Z] [2021-02-18T08:47:23.174Z] #37 [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-18T08:47:23.174Z] #37 sha256:6814fb51a5b14a26f7842b464f3c58d5e422d02313afbed5c6f303d4179b6636 [2021-02-18T08:47:23.174Z] #37 6.956 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T08:47:23.263Z] #42 74.90 DEP criu/sk-tcp.d [2021-02-18T08:47:23.405Z] #35 61.12 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-18T08:47:23.405Z] #35 61.12 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-18T08:47:23.405Z] #35 61.14 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T08:47:23.405Z] #35 ... [2021-02-18T08:47:23.405Z] [2021-02-18T08:47:23.405Z] #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-18T08:47:23.405Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:23.405Z] #12 61.08 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T08:47:23.405Z] #12 61.09 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-18T08:47:23.405Z] #12 61.11 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:47:23.523Z] #42 75.10 DEP criu/sk-queue.d [2021-02-18T08:47:23.783Z] #42 75.26 DEP criu/sk-packet.d [2021-02-18T08:47:23.783Z] #42 ... [2021-02-18T08:47:23.783Z] [2021-02-18T08:47:23.783Z] #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-18T08:47:23.783Z] #44 sha256:58bc17de0ed9d6f05c1e35c7239edc418021d13280801ed8b06762c8bde34f58 [2021-02-18T08:47:23.783Z] #44 DONE 149.3s [2021-02-18T08:47:23.784Z] #19 57.22 Setting up apparmor (2.13.2-10) ... [2021-02-18T08:47:23.831Z] #37 8.653 [100%] Linking C executable tini-static [2021-02-18T08:47:23.831Z] #37 ... [2021-02-18T08:47:23.831Z] [2021-02-18T08:47:23.831Z] #34 [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-18T08:47:23.831Z] #34 sha256:1098fb4aece283f2375880578c3b4fc50756ec425d5b74bae23216eabea02b0e [2021-02-18T08:47:23.831Z] #34 55.73 bufio [2021-02-18T08:47:23.831Z] #34 56.19 reflect [2021-02-18T08:47:23.831Z] #34 59.24 path [2021-02-18T08:47:23.831Z] #34 60.74 text/tabwriter [2021-02-18T08:47:23.831Z] #34 ... [2021-02-18T08:47:23.831Z] [2021-02-18T08:47:23.831Z] #43 [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-18T08:47:23.831Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:47:24.042Z] [2021-02-18T08:47:24.042Z] #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-18T08:47:24.042Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:24.042Z] #42 75.58 DEP criu/sk-netlink.d [2021-02-18T08:47:24.055Z] #44 93.63 net [2021-02-18T08:47:24.302Z] #42 76.05 DEP criu/sk-inet.d [2021-02-18T08:47:24.317Z] #44 ... [2021-02-18T08:47:24.317Z] [2021-02-18T08:47:24.317Z] #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-18T08:47:24.317Z] #55 sha256:0f40cb00639973bc51696812a68fb23b6e2097e66e8c5253a7aced9b60bbfcb1 [2021-02-18T08:47:24.317Z] #55 43.59 Checking out files: 42% (1594/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: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 85% (3223/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-18T08:47:24.317Z] #55 45.18 + cd /tmp/tmp.PGUZGzyj2K/src/github.com/containerd/containerd [2021-02-18T08:47:24.317Z] #55 45.19 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:47:24.488Z] #43 ... [2021-02-18T08:47:24.488Z] [2021-02-18T08:47:24.488Z] #37 [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-18T08:47:24.488Z] #37 sha256:6814fb51a5b14a26f7842b464f3c58d5e422d02313afbed5c6f303d4179b6636 [2021-02-18T08:47:24.488Z] #37 9.311 [100%] Built target tini-static [2021-02-18T08:47:24.488Z] #37 9.383 + mkdir -p /build [2021-02-18T08:47:24.488Z] #37 9.387 + cp tini-static /build/docker-init [2021-02-18T08:47:24.488Z] #37 DONE 9.5s [2021-02-18T08:47:24.488Z] [2021-02-18T08:47:24.488Z] #34 [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-18T08:47:24.488Z] #34 sha256:1098fb4aece283f2375880578c3b4fc50756ec425d5b74bae23216eabea02b0e [2021-02-18T08:47:24.488Z] #34 65.96 time [2021-02-18T08:47:24.488Z] #34 65.97 internal/syscall/execenv [2021-02-18T08:47:24.488Z] #34 66.01 internal/syscall/unix [2021-02-18T08:47:24.536Z] #35 ... [2021-02-18T08:47:24.536Z] [2021-02-18T08:47:24.536Z] #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-18T08:47:24.536Z] #50 sha256:32bbf6f870c5a434f1904e5679e896204ba930058db42441832d818444a016f3 [2021-02-18T08:47:24.536Z] #50 48.79 mvdan.cc/sh/v3/fileutil [2021-02-18T08:47:24.536Z] #50 48.80 path/filepath [2021-02-18T08:47:24.536Z] #50 51.83 flag [2021-02-18T08:47:24.536Z] #50 51.85 go/token [2021-02-18T08:47:24.536Z] #50 51.85 github.com/pkg/diff [2021-02-18T08:47:24.536Z] #50 51.85 encoding/binary [2021-02-18T08:47:24.536Z] #50 53.55 go/scanner [2021-02-18T08:47:24.536Z] #50 54.10 mvdan.cc/editorconfig [2021-02-18T08:47:24.536Z] #50 54.45 encoding/base64 [2021-02-18T08:47:24.536Z] #50 54.70 golang.org/x/sys/unix [2021-02-18T08:47:24.536Z] #50 55.42 go/ast [2021-02-18T08:47:24.536Z] #50 55.71 encoding/json [2021-02-18T08:47:24.536Z] #50 56.81 mvdan.cc/sh/v3/syntax [2021-02-18T08:47:24.536Z] #50 ... [2021-02-18T08:47:24.536Z] [2021-02-18T08:47:24.536Z] #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-18T08:47:24.536Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:24.536Z] #41 56.84 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:47:24.536Z] #41 57.10 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-02-18T08:47:24.536Z] #41 57.13 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-02-18T08:47:24.536Z] #41 57.15 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-02-18T08:47:24.536Z] #41 57.18 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-02-18T08:47:24.536Z] #41 57.21 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:47:24.536Z] #41 57.41 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:24.536Z] #41 57.44 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-02-18T08:47:24.536Z] #41 57.46 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:47:24.536Z] #41 57.57 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T08:47:24.873Z] #42 76.40 DEP criu/signalfd.d [2021-02-18T08:47:24.873Z] #42 76.53 DEP criu/sigframe.d [2021-02-18T08:47:24.908Z] #55 47.23 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T08:47:24.908Z] #55 47.23 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T08:47:24.908Z] #55 47.23 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:47:24.908Z] #55 47.23 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:47:24.908Z] #55 47.23 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T08:47:24.908Z] #55 47.23 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T08:47:24.908Z] #55 47.23 + '[' '' = dynamic ']' [2021-02-18T08:47:24.908Z] #55 47.23 + make [2021-02-18T08:47:25.133Z] #42 76.63 DEP criu/shmem.d [2021-02-18T08:47:25.133Z] #42 76.76 DEP criu/servicefd.d [2021-02-18T08:47:25.152Z] #19 ... [2021-02-18T08:47:25.152Z] [2021-02-18T08:47:25.152Z] #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-18T08:47:25.152Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:25.152Z] #42 104.0 CC criu/eventfd.o [2021-02-18T08:47:25.152Z] #42 104.4 CC criu/eventpoll.o [2021-02-18T08:47:25.152Z] #42 105.2 CC criu/external.o [2021-02-18T08:47:25.152Z] #42 105.6 CC criu/fault-injection.o [2021-02-18T08:47:25.152Z] #42 105.7 CC criu/fdstore.o [2021-02-18T08:47:25.152Z] #42 106.1 CC criu/fifo.o [2021-02-18T08:47:25.152Z] #42 106.5 CC criu/file-ids.o [2021-02-18T08:47:25.152Z] #42 106.8 CC criu/file-lock.o [2021-02-18T08:47:25.152Z] #42 107.7 CC criu/files-ext.o [2021-02-18T08:47:25.152Z] #42 108.1 CC criu/files-reg.o [2021-02-18T08:47:25.152Z] #42 110.3 CC criu/files.o [2021-02-18T08:47:25.152Z] #42 112.1 CC criu/filesystems.o [2021-02-18T08:47:25.152Z] #42 112.8 CC criu/fsnotify.o [2021-02-18T08:47:25.152Z] #42 114.0 CC criu/image-desc.o [2021-02-18T08:47:25.393Z] #42 76.90 DEP criu/seize.d [2021-02-18T08:47:25.393Z] #42 77.05 DEP criu/seccomp.d [2021-02-18T08:47:25.410Z] #42 114.2 CC criu/image.o [2021-02-18T08:47:25.410Z] #42 ... [2021-02-18T08:47:25.410Z] [2021-02-18T08:47:25.410Z] #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-18T08:47:25.410Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:25.410Z] #19 58.99 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T08:47:25.410Z] #19 59.00 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:47:25.653Z] #42 77.24 DEP criu/rst-malloc.d [2021-02-18T08:47:25.653Z] #42 77.30 DEP criu/rbtree.d [2021-02-18T08:47:25.653Z] #42 77.33 DEP criu/pstree.d [2021-02-18T08:47:25.666Z] #19 59.28 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:25.862Z] #55 ... [2021-02-18T08:47:25.862Z] [2021-02-18T08:47:25.862Z] #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-18T08:47:25.862Z] #50 sha256:c335799dfa887c70b50559315f8a31932b00b17642be535753be1d2bcd68181e [2021-02-18T08:47:25.862Z] #50 DONE 95.6s [2021-02-18T08:47:25.862Z] [2021-02-18T08:47:25.862Z] #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-18T08:47:25.862Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:25.862Z] #42 18.26 CC images/core-x86.o [2021-02-18T08:47:25.862Z] #42 18.94 CC images/core-arm.o [2021-02-18T08:47:25.862Z] #42 19.40 CC images/core-aarch64.o [2021-02-18T08:47:25.862Z] #42 19.82 CC images/core-ppc64.o [2021-02-18T08:47:25.862Z] #42 20.48 CC images/core-s390.o [2021-02-18T08:47:25.862Z] #42 21.13 CC images/cpuinfo.o [2021-02-18T08:47:25.862Z] #42 21.54 CC images/inventory.o [2021-02-18T08:47:25.862Z] #42 21.77 CC images/fdinfo.o [2021-02-18T08:47:25.862Z] #42 22.11 CC images/fown.o [2021-02-18T08:47:25.862Z] #42 22.34 CC images/ns.o [2021-02-18T08:47:25.862Z] #42 22.76 CC images/regfile.o [2021-02-18T08:47:25.862Z] #42 22.96 CC images/ghost-file.o [2021-02-18T08:47:25.862Z] #42 23.33 CC images/fifo.o [2021-02-18T08:47:25.862Z] #42 23.59 CC images/remap-file-path.o [2021-02-18T08:47:25.912Z] #42 77.49 DEP criu/protobuf.d [2021-02-18T08:47:25.912Z] #42 77.59 GEN criu/protobuf-desc-gen.h [2021-02-18T08:47:25.963Z] #12 ... [2021-02-18T08:47:25.963Z] [2021-02-18T08:47:25.963Z] #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-18T08:47:25.963Z] #33 sha256:4e4263e3229ac6bee92f6043ca542f942172462e84811b691260171570b3a012 [2021-02-18T08:47:25.963Z] #33 53.47 time [2021-02-18T08:47:25.963Z] #33 59.43 internal/poll [2021-02-18T08:47:25.963Z] #33 61.03 internal/fmtsort [2021-02-18T08:47:25.963Z] #33 61.45 internal/syscall/execenv [2021-02-18T08:47:25.963Z] #33 61.79 internal/syscall/unix [2021-02-18T08:47:25.963Z] #33 61.81 strings [2021-02-18T08:47:25.963Z] #33 62.21 os [2021-02-18T08:47:25.963Z] #33 ... [2021-02-18T08:47:25.963Z] [2021-02-18T08:47:25.963Z] #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-18T08:47:25.963Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T08:47:25.963Z] #35 61.32 Selecting previously unselected package librhash0:amd64. [2021-02-18T08:47:25.963Z] #35 61.32 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-18T08:47:25.963Z] #35 61.33 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-18T08:47:25.963Z] #35 61.52 Selecting previously unselected package libuv1:amd64. [2021-02-18T08:47:25.963Z] #35 61.56 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-18T08:47:25.963Z] #35 61.56 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-18T08:47:25.963Z] #35 61.77 Selecting previously unselected package cmake. [2021-02-18T08:47:25.963Z] #35 61.77 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-18T08:47:25.963Z] #35 61.80 Unpacking cmake (3.13.4-1) ... [2021-02-18T08:47:26.123Z] #42 24.05 CC images/eventfd.o [2021-02-18T08:47:26.123Z] #42 ... [2021-02-18T08:47:26.123Z] [2021-02-18T08:47:26.123Z] #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-18T08:47:26.123Z] #55 sha256:0f40cb00639973bc51696812a68fb23b6e2097e66e8c5253a7aced9b60bbfcb1 [2021-02-18T08:47:26.123Z] #55 48.44 + bin/ctr [2021-02-18T08:47:26.464Z] #41 60.66 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-02-18T08:47:26.595Z] #19 60.25 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T08:47:26.596Z] #34 ... [2021-02-18T08:47:26.596Z] [2021-02-18T08:47:26.596Z] #51 [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-18T08:47:26.596Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:47:26.596Z] #51 58.45 bufio [2021-02-18T08:47:26.596Z] #51 59.18 text/tabwriter [2021-02-18T08:47:26.596Z] #51 61.41 regexp/syntax [2021-02-18T08:47:26.596Z] #51 61.52 reflect [2021-02-18T08:47:26.596Z] #51 ... [2021-02-18T08:47:26.596Z] [2021-02-18T08:47:26.596Z] #13 [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-18T08:47:26.596Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:47:26.596Z] #13 66.87 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T08:47:26.596Z] #13 66.88 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T08:47:26.596Z] #13 66.89 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:47:26.596Z] #13 67.08 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-02-18T08:47:26.596Z] #13 67.09 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-02-18T08:47:26.596Z] #13 67.09 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-18T08:47:26.596Z] #13 67.36 Selecting previously unselected package dmsetup. [2021-02-18T08:47:26.596Z] #13 67.37 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-02-18T08:47:26.596Z] #13 67.38 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T08:47:26.596Z] #13 67.50 Selecting previously unselected package mingw-w64-common. [2021-02-18T08:47:26.596Z] #13 67.50 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T08:47:26.596Z] #13 67.51 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T08:47:27.042Z] #41 ... [2021-02-18T08:47:27.042Z] [2021-02-18T08:47:27.042Z] #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-18T08:47:27.042Z] #33 sha256:384ada366ad9011ee173d4616a54a1c1a1664894fbd27e90dab07eff2a3af96b [2021-02-18T08:47:27.042Z] #33 DONE 61.3s [2021-02-18T08:47:27.042Z] [2021-02-18T08:47:27.042Z] #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-18T08:47:27.042Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:27.042Z] #41 61.31 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:27.159Z] #19 60.70 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T08:47:27.253Z] #13 ... [2021-02-18T08:47:27.253Z] [2021-02-18T08:47:27.253Z] #45 [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-18T08:47:27.253Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:47:27.253Z] #45 59.13 reflect [2021-02-18T08:47:27.253Z] #45 59.14 bufio [2021-02-18T08:47:27.253Z] #45 63.76 regexp/syntax [2021-02-18T08:47:27.253Z] #45 ... [2021-02-18T08:47:27.253Z] [2021-02-18T08:47:27.253Z] #43 [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-18T08:47:27.253Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:47:27.253Z] #43 1.844 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:47:27.253Z] #43 1.846 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:47:27.253Z] #43 1.857 Note: Building without GnuTLS support [2021-02-18T08:47:27.253Z] #43 1.864 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:47:27.253Z] #43 1.865 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:47:27.253Z] #43 3.045 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:47:27.253Z] #43 3.086 GEN .gitid [2021-02-18T08:47:27.253Z] #43 3.169 GEN criu/include/version.h [2021-02-18T08:47:27.253Z] #43 3.262 GEN include/common/asm [2021-02-18T08:47:27.305Z] #41 ... [2021-02-18T08:47:27.305Z] [2021-02-18T08:47:27.305Z] #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-18T08:47:27.305Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T08:47:27.305Z] #35 61.46 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-18T08:47:27.305Z] #35 61.53 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:47:27.305Z] #35 61.57 Setting up libuv1:arm64 (1.24.1-1) ... [2021-02-18T08:47:27.305Z] #35 61.66 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:27.305Z] #35 61.70 Setting up librhash0:arm64 (1.3.8-1) ... [2021-02-18T08:47:27.305Z] #35 61.72 Setting up cmake-data (3.13.4-1) ... [2021-02-18T08:47:27.305Z] #35 61.81 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:47:27.347Z] #35 65.11 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:47:27.568Z] #35 ... [2021-02-18T08:47:27.568Z] [2021-02-18T08:47:27.568Z] #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-18T08:47:27.568Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T08:47:27.568Z] #41 DONE 62.0s [2021-02-18T08:47:27.568Z] [2021-02-18T08:47:27.568Z] #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-18T08:47:27.568Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T08:47:27.568Z] #35 61.97 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-02-18T08:47:27.568Z] #35 62.01 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-02-18T08:47:27.822Z] #42 79.26 DEP criu/protobuf-desc.d [2021-02-18T08:47:27.822Z] #42 79.45 DEP criu/proc_parse.d [2021-02-18T08:47:27.917Z] #35 65.55 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:47:27.917Z] #35 65.59 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-18T08:47:27.917Z] #35 65.67 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:27.917Z] #35 65.73 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-18T08:47:27.917Z] #35 65.74 Setting up cmake-data (3.13.4-1) ... [2021-02-18T08:47:28.082Z] #42 79.65 DEP criu/plugin.d [2021-02-18T08:47:28.082Z] #42 79.77 DEP criu/pipes.d [2021-02-18T08:47:28.147Z] #35 62.50 Setting up cmake (3.13.4-1) ... [2021-02-18T08:47:28.147Z] #35 62.54 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:28.179Z] #35 65.77 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T08:47:28.179Z] #35 65.79 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T08:47:28.179Z] #35 65.80 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T08:47:28.179Z] #35 65.82 Setting up cmake (3.13.4-1) ... [2021-02-18T08:47:28.179Z] #35 65.83 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:28.179Z] #35 65.88 Processing triggers for mime-support (3.62) ... [2021-02-18T08:47:28.342Z] #42 79.93 DEP criu/pie-util.d [2021-02-18T08:47:28.342Z] #42 80.03 DEP criu/pie-util-vdso.d [2021-02-18T08:47:28.414Z] #35 62.89 Processing triggers for mime-support (3.62) ... [2021-02-18T08:47:28.440Z] #35 DONE 66.1s [2021-02-18T08:47:28.440Z] [2021-02-18T08:47:28.440Z] #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-18T08:47:28.440Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:47:28.440Z] #41 64.46 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T08:47:28.440Z] #41 64.48 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:47:28.440Z] #41 64.49 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:28.440Z] #41 64.51 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T08:47:28.440Z] #41 64.52 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:28.440Z] #41 64.55 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T08:47:28.440Z] #41 64.55 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:28.440Z] #41 64.57 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T08:47:28.440Z] #41 64.58 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T08:47:28.440Z] #41 64.60 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T08:47:28.530Z] #19 61.94 Setting up python3-pip (18.1-5) ... [2021-02-18T08:47:28.605Z] #42 80.20 DEP criu/pie-util-vdso-elf32.d [2021-02-18T08:47:28.700Z] #41 ... [2021-02-18T08:47:28.700Z] [2021-02-18T08:47:28.700Z] #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-18T08:47:28.700Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:47:28.700Z] #44 56.37 time [2021-02-18T08:47:28.700Z] #44 61.77 internal/syscall/execenv [2021-02-18T08:47:28.700Z] #44 62.01 strings [2021-02-18T08:47:28.700Z] #44 62.01 internal/syscall/unix [2021-02-18T08:47:28.700Z] #44 62.32 os [2021-02-18T08:47:28.700Z] #44 64.97 regexp/syntax [2021-02-18T08:47:28.700Z] #44 ... [2021-02-18T08:47:28.700Z] [2021-02-18T08:47:28.700Z] #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-18T08:47:28.700Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:28.700Z] #12 64.08 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T08:47:28.700Z] #12 64.08 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T08:47:28.700Z] #12 64.08 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:47:28.700Z] #12 64.21 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-18T08:47:28.700Z] #12 64.21 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:47:28.700Z] #12 64.23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:47:28.700Z] #12 64.42 Selecting previously unselected package dmsetup. [2021-02-18T08:47:28.700Z] #12 64.42 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:47:28.700Z] #12 64.43 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T08:47:28.700Z] #12 64.67 Selecting previously unselected package mingw-w64-common. [2021-02-18T08:47:28.700Z] #12 64.69 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T08:47:28.700Z] #12 64.70 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T08:47:28.805Z] #43 5.394 PBCC images/timens.pb-c.c [2021-02-18T08:47:28.805Z] #43 5.410 DEP images/timens.pb-c.d [2021-02-18T08:47:28.805Z] #43 5.512 PBCC images/fown.pb-c.c [2021-02-18T08:47:28.805Z] #43 5.567 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T08:47:28.805Z] #43 5.661 PBCC images/opts.pb-c.c [2021-02-18T08:47:28.868Z] #42 80.37 DEP criu/path.d [2021-02-18T08:47:28.868Z] #42 80.51 DEP criu/parasite-syscall.d [2021-02-18T08:47:29.106Z] #43 5.713 PBCC images/memfd.pb-c.c [2021-02-18T08:47:29.106Z] #43 5.753 DEP images/fown.pb-c.d [2021-02-18T08:47:29.106Z] #43 5.805 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T08:47:29.106Z] #43 5.848 DEP images/opts.pb-c.d [2021-02-18T08:47:29.106Z] #43 5.897 DEP images/memfd.pb-c.d [2021-02-18T08:47:29.128Z] #42 80.70 DEP criu/pagemap.d [2021-02-18T08:47:29.128Z] #42 80.85 DEP criu/pagemap-cache.d [2021-02-18T08:47:29.367Z] #35 DONE 63.6s [2021-02-18T08:47:29.367Z] [2021-02-18T08:47:29.367Z] #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-18T08:47:29.367Z] #36 sha256:731378940ba7022afda32e56510de7884d1c876cbc622338cf27ff4f53dd2047 [2021-02-18T08:47:29.388Z] #42 81.04 DEP criu/page-xfer.d [2021-02-18T08:47:29.388Z] #42 81.18 DEP criu/page-pipe.d [2021-02-18T08:47:29.409Z] #43 5.980 PBCC images/sit.pb-c.c [2021-02-18T08:47:29.409Z] #43 6.023 DEP images/sit.pb-c.d [2021-02-18T08:47:29.409Z] #43 6.087 PBCC images/macvlan.pb-c.c [2021-02-18T08:47:29.409Z] #43 6.112 DEP images/macvlan.pb-c.d [2021-02-18T08:47:29.409Z] #43 6.192 PBCC images/autofs.pb-c.c [2021-02-18T08:47:29.409Z] #43 6.208 DEP images/autofs.pb-c.d [2021-02-18T08:47:29.409Z] #43 6.272 PBCC images/sysctl.pb-c.c [2021-02-18T08:47:29.409Z] #43 6.296 DEP images/sysctl.pb-c.d [2021-02-18T08:47:29.462Z] #19 63.04 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:29.462Z] #19 63.08 Processing triggers for mime-support (3.62) ... [2021-02-18T08:47:29.630Z] #36 ... [2021-02-18T08:47:29.630Z] [2021-02-18T08:47:29.630Z] #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-18T08:47:29.630Z] #44 sha256:d6e8b45156f06380e13bb62e5cac1ef2d1b94959482b927f357c5eb4adddc83e [2021-02-18T08:47:29.630Z] #44 53.96 encoding/binary [2021-02-18T08:47:29.630Z] #44 54.00 net/url [2021-02-18T08:47:29.630Z] #44 54.01 go/scanner [2021-02-18T08:47:29.630Z] #44 55.38 go/ast [2021-02-18T08:47:29.630Z] #44 56.38 text/template/parse [2021-02-18T08:47:29.630Z] #44 57.10 encoding/json [2021-02-18T08:47:29.630Z] #44 60.08 text/template [2021-02-18T08:47:29.630Z] #44 62.73 go/parser [2021-02-18T08:47:29.630Z] #44 ... [2021-02-18T08:47:29.630Z] [2021-02-18T08:47:29.630Z] #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-18T08:47:29.630Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:47:29.630Z] #12 61.57 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T08:47:29.630Z] #12 61.58 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T08:47:29.630Z] #12 61.66 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:47:29.648Z] #42 81.27 DEP criu/netfilter.d [2021-02-18T08:47:29.648Z] #42 81.42 DEP criu/net.d [2021-02-18T08:47:29.709Z] #43 6.371 PBCC images/time.pb-c.c [2021-02-18T08:47:29.709Z] #43 6.410 DEP images/time.pb-c.d [2021-02-18T08:47:29.709Z] #43 6.520 PBCC images/binfmt-misc.pb-c.c [2021-02-18T08:47:29.908Z] #42 81.64 DEP criu/namespaces.d [2021-02-18T08:47:30.032Z] #43 6.564 DEP images/binfmt-misc.pb-c.d [2021-02-18T08:47:30.032Z] #43 6.647 PBCC images/seccomp.pb-c.c [2021-02-18T08:47:30.032Z] #43 6.712 DEP images/seccomp.pb-c.d [2021-02-18T08:47:30.032Z] #43 6.799 PBCC images/userns.pb-c.c [2021-02-18T08:47:30.032Z] #43 6.843 DEP images/userns.pb-c.d [2021-02-18T08:47:30.168Z] #42 81.86 DEP criu/mount.d [2021-02-18T08:47:30.336Z] #43 6.980 PBCC images/cgroup.pb-c.c [2021-02-18T08:47:30.336Z] #43 7.040 DEP images/cgroup.pb-c.d [2021-02-18T08:47:30.336Z] #43 ... [2021-02-18T08:47:30.336Z] [2021-02-18T08:47:30.336Z] #51 [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-18T08:47:30.336Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:47:30.336Z] #51 72.41 time [2021-02-18T08:47:30.429Z] #42 82.00 DEP criu/memfd.d [2021-02-18T08:47:30.438Z] #19 DONE 64.0s [2021-02-18T08:47:30.438Z] [2021-02-18T08:47:30.438Z] #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-18T08:47:30.438Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:47:30.438Z] #39 185.6 + dpkg --print-architecture [2021-02-18T08:47:30.438Z] #39 185.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T08:47:30.438Z] #39 185.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T08:47:30.438Z] #39 185.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T08:47:30.689Z] #42 82.12 DEP criu/mem.d [2021-02-18T08:47:30.689Z] #42 82.34 DEP criu/lsm.d [2021-02-18T08:47:30.689Z] #42 ... [2021-02-18T08:47:30.689Z] [2021-02-18T08:47:30.689Z] #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-18T08:47:30.689Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:30.689Z] #19 10.88 Reading package lists... [2021-02-18T08:47:30.689Z] #19 15.28 Reading package lists... [2021-02-18T08:47:30.689Z] #19 19.62 Building dependency tree... [2021-02-18T08:47:30.689Z] #19 21.70 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T08:47:30.689Z] #19 21.70 The following additional packages will be installed: [2021-02-18T08:47:30.689Z] #19 21.71 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T08:47:30.689Z] #19 21.71 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T08:47:30.689Z] #19 21.71 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T08:47:30.689Z] #19 21.71 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T08:47:30.689Z] #19 21.72 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T08:47:30.689Z] #19 21.72 Suggested packages: [2021-02-18T08:47:30.689Z] #19 21.73 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T08:47:30.689Z] #19 21.73 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T08:47:30.689Z] #19 21.73 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T08:47:30.689Z] #19 21.73 Recommended packages: [2021-02-18T08:47:30.689Z] #19 21.73 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T08:47:30.689Z] #19 21.73 python3-keyrings.alt python3-xdg unzip [2021-02-18T08:47:30.689Z] #19 23.62 The following NEW packages will be installed: [2021-02-18T08:47:30.689Z] #19 23.62 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T08:47:30.689Z] #19 23.63 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T08:47:30.689Z] #19 23.63 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T08:47:30.689Z] #19 23.63 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T08:47:30.689Z] #19 23.63 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T08:47:30.689Z] #19 23.63 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T08:47:30.689Z] #19 23.63 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T08:47:30.689Z] #19 23.63 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T08:47:30.689Z] #19 23.63 xz-utils zip [2021-02-18T08:47:30.689Z] #19 23.98 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:47:30.689Z] #19 23.98 Need to get 28.5 MB of archives. [2021-02-18T08:47:30.689Z] #19 23.98 After this operation, 116 MB of additional disk space will be used. [2021-02-18T08:47:30.689Z] #19 23.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-18T08:47:30.689Z] #19 23.98 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-18T08:47:30.689Z] #19 24.02 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-18T08:47:30.689Z] #19 24.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-18T08:47:30.689Z] #19 24.13 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-18T08:47:30.689Z] #19 24.13 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-18T08:47:30.689Z] #19 24.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T08:47:30.689Z] #19 24.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-18T08:47:30.689Z] #19 24.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-18T08:47:30.689Z] #19 24.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-18T08:47:30.689Z] #19 24.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-18T08:47:30.689Z] #19 24.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-18T08:47:30.689Z] #19 24.28 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-18T08:47:30.689Z] #19 24.28 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-18T08:47:30.689Z] #19 24.28 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-18T08:47:30.689Z] #19 24.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-18T08:47:30.689Z] #19 24.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T08:47:30.689Z] #19 24.32 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:47:30.689Z] #19 24.32 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T08:47:30.689Z] #19 24.33 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-18T08:47:30.689Z] #19 24.34 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-18T08:47:30.689Z] #19 24.35 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-18T08:47:30.689Z] #19 24.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-18T08:47:30.689Z] #19 24.41 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T08:47:30.689Z] #19 24.41 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T08:47:30.689Z] #19 24.42 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T08:47:30.689Z] #19 24.42 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-18T08:47:30.689Z] #19 24.42 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-18T08:47:30.689Z] #19 24.42 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T08:47:30.689Z] #19 24.86 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-18T08:47:30.689Z] #19 24.86 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-18T08:47:30.689Z] #19 24.87 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-18T08:47:30.689Z] #19 24.87 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-18T08:47:30.689Z] #19 24.87 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-18T08:47:30.689Z] #19 24.88 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T08:47:30.689Z] #19 24.94 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T08:47:30.689Z] #19 24.96 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T08:47:30.689Z] #19 24.97 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-18T08:47:30.689Z] #19 24.97 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T08:47:30.689Z] #19 24.99 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T08:47:30.689Z] #19 25.00 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T08:47:30.689Z] #19 25.01 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-18T08:47:30.689Z] #19 25.06 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-18T08:47:30.689Z] #19 25.08 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-18T08:47:30.689Z] #19 25.10 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T08:47:30.689Z] #19 ... [2021-02-18T08:47:30.689Z] [2021-02-18T08:47:30.689Z] #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-18T08:47:30.689Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:30.689Z] #42 82.49 DEP criu/log.d [2021-02-18T08:47:30.952Z] #42 82.63 DEP criu/libnetlink.d [2021-02-18T08:47:31.214Z] #42 82.85 DEP criu/kerndat.d [2021-02-18T08:47:31.214Z] #42 ... [2021-02-18T08:47:31.214Z] [2021-02-18T08:47:31.214Z] #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-18T08:47:31.214Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:47:31.214Z] #31 DONE 155.0s [2021-02-18T08:47:31.415Z] #55 ... [2021-02-18T08:47:31.415Z] [2021-02-18T08:47:31.415Z] #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-18T08:47:31.415Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:31.415Z] #42 24.70 CC images/eventpoll.o [2021-02-18T08:47:31.415Z] #42 24.98 CC images/fh.o [2021-02-18T08:47:31.415Z] #42 25.29 CC images/fsnotify.o [2021-02-18T08:47:31.415Z] #42 25.80 CC images/signalfd.o [2021-02-18T08:47:31.415Z] #42 26.06 CC images/fs.o [2021-02-18T08:47:31.415Z] #42 26.23 CC images/pstree.o [2021-02-18T08:47:31.415Z] #42 26.47 CC images/pipe.o [2021-02-18T08:47:31.415Z] #42 26.70 CC images/tcp-stream.o [2021-02-18T08:47:31.415Z] #42 26.91 CC images/sk-packet.o [2021-02-18T08:47:31.415Z] #42 27.17 CC images/mnt.o [2021-02-18T08:47:31.415Z] #42 27.42 CC images/pipe-data.o [2021-02-18T08:47:31.415Z] #42 27.63 CC images/sa.o [2021-02-18T08:47:31.415Z] #42 27.84 CC images/timer.o [2021-02-18T08:47:31.415Z] #42 28.13 CC images/timerfd.o [2021-02-18T08:47:31.415Z] #42 28.32 CC images/mm.o [2021-02-18T08:47:31.415Z] #42 28.54 CC images/sk-opts.o [2021-02-18T08:47:31.415Z] #42 28.69 CC images/sk-unix.o [2021-02-18T08:47:31.415Z] #42 29.06 CC images/sk-inet.o [2021-02-18T08:47:31.415Z] #42 29.42 CC images/tun.o [2021-02-18T08:47:31.474Z] [2021-02-18T08:47:31.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-18T08:47:31.474Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:31.474Z] #42 83.07 DEP criu/kcmp-ids.d [2021-02-18T08:47:31.474Z] #42 83.26 DEP criu/irmap.d [2021-02-18T08:47:31.676Z] #42 29.77 CC images/sk-netlink.o [2021-02-18T08:47:31.734Z] #42 83.40 DEP criu/ipc_ns.d [2021-02-18T08:47:31.811Z] #39 ... [2021-02-18T08:47:31.811Z] [2021-02-18T08:47:31.811Z] #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-18T08:47:31.811Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T08:47:31.811Z] #20 1.044 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T08:47:31.811Z] #20 1.047 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T08:47:31.811Z] #20 1.051 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T08:47:31.811Z] #20 DONE 1.1s [2021-02-18T08:47:31.811Z] [2021-02-18T08:47:31.811Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:47:31.811Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T08:47:31.938Z] #42 29.98 CC images/packet-sock.o [2021-02-18T08:47:31.995Z] #42 83.60 DEP criu/image.d [2021-02-18T08:47:32.255Z] #42 83.82 DEP criu/image-desc.d [2021-02-18T08:47:32.255Z] #42 83.93 DEP criu/fsnotify.d [2021-02-18T08:47:32.450Z] #51 74.25 regexp [2021-02-18T08:47:32.513Z] #42 30.35 CC images/ipc-var.o [2021-02-18T08:47:32.513Z] #42 30.53 CC images/ipc-desc.o [2021-02-18T08:47:32.515Z] #42 84.14 DEP criu/filesystems.d [2021-02-18T08:47:32.775Z] #42 84.34 DEP criu/files.d [2021-02-18T08:47:32.775Z] #42 30.77 CC images/ipc-shm.o [2021-02-18T08:47:32.915Z] #12 ... [2021-02-18T08:47:32.915Z] [2021-02-18T08:47:32.915Z] #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-18T08:47:32.915Z] #36 sha256:3a325dff0d069edde2a045a1c6ba1293bc634f4ab951940ad31ea7a2f17e72cc [2021-02-18T08:47:32.915Z] #36 3.368 + RM_GOPATH=0 [2021-02-18T08:47:32.915Z] #36 3.368 + TMP_GOPATH= [2021-02-18T08:47:32.915Z] #36 3.369 + : /build [2021-02-18T08:47:32.915Z] #36 3.369 + '[' -z '' ']' [2021-02-18T08:47:32.915Z] #36 3.371 ++ mktemp -d [2021-02-18T08:47:32.915Z] #36 3.378 + export GOPATH=/tmp/tmp.2mJuZuAeMB [2021-02-18T08:47:32.915Z] #36 3.378 + GOPATH=/tmp/tmp.2mJuZuAeMB [2021-02-18T08:47:32.915Z] #36 3.378 + RM_GOPATH=1 [2021-02-18T08:47:32.915Z] #36 3.378 + case "$(go env GOARCH)" in [2021-02-18T08:47:32.915Z] #36 3.378 ++ go env GOARCH [2021-02-18T08:47:32.915Z] #36 3.411 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:32.915Z] #36 3.411 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:32.915Z] #36 3.411 ++ dirname /tmp/install/install.sh [2021-02-18T08:47:32.915Z] #36 3.413 + dir=/tmp/install [2021-02-18T08:47:32.915Z] #36 3.413 + bin=tini [2021-02-18T08:47:32.915Z] #36 3.413 + shift [2021-02-18T08:47:32.915Z] #36 3.413 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T08:47:32.915Z] #36 3.413 + . /tmp/install/tini.installer [2021-02-18T08:47:32.915Z] #36 3.414 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:32.915Z] #36 3.414 + install_tini [2021-02-18T08:47:32.915Z] #36 3.415 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T08:47:32.915Z] #36 3.415 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:32.915Z] #36 3.416 + git clone https://github.com/krallin/tini.git /tmp/tmp.2mJuZuAeMB/tini [2021-02-18T08:47:32.915Z] #36 3.432 Cloning into '/tmp/tmp.2mJuZuAeMB/tini'... [2021-02-18T08:47:32.915Z] #36 4.133 + cd /tmp/tmp.2mJuZuAeMB/tini [2021-02-18T08:47:32.915Z] #36 4.133 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:32.915Z] #36 4.140 + cmake . [2021-02-18T08:47:32.951Z] #12 ... [2021-02-18T08:47:32.951Z] [2021-02-18T08:47:32.951Z] #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-18T08:47:32.951Z] #36 sha256:731378940ba7022afda32e56510de7884d1c876cbc622338cf27ff4f53dd2047 [2021-02-18T08:47:32.951Z] #36 1.350 + RM_GOPATH=0 [2021-02-18T08:47:32.951Z] #36 1.351 + TMP_GOPATH= [2021-02-18T08:47:32.951Z] #36 1.351 + : /build [2021-02-18T08:47:32.951Z] #36 1.352 + '[' -z '' ']' [2021-02-18T08:47:32.951Z] #36 1.353 ++ mktemp -d [2021-02-18T08:47:32.951Z] #36 1.355 + export GOPATH=/tmp/tmp.z3ySUCM0wT [2021-02-18T08:47:32.951Z] #36 1.355 + GOPATH=/tmp/tmp.z3ySUCM0wT [2021-02-18T08:47:32.951Z] #36 1.356 + RM_GOPATH=1 [2021-02-18T08:47:32.951Z] #36 1.356 + case "$(go env GOARCH)" in [2021-02-18T08:47:32.951Z] #36 1.357 ++ go env GOARCH [2021-02-18T08:47:32.951Z] #36 1.369 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:32.951Z] #36 1.369 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:32.951Z] #36 1.370 ++ dirname /tmp/install/install.sh [2021-02-18T08:47:32.951Z] #36 1.377 + dir=/tmp/install [2021-02-18T08:47:32.951Z] #36 1.377 + bin=tini [2021-02-18T08:47:32.951Z] #36 1.377 + shift [2021-02-18T08:47:32.951Z] #36 1.377 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T08:47:32.951Z] #36 1.377 + . /tmp/install/tini.installer [2021-02-18T08:47:32.951Z] #36 1.377 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:32.951Z] #36 1.377 + install_tini [2021-02-18T08:47:32.951Z] #36 1.377 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T08:47:32.951Z] #36 1.377 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:32.951Z] #36 1.377 + git clone https://github.com/krallin/tini.git /tmp/tmp.z3ySUCM0wT/tini [2021-02-18T08:47:32.951Z] #36 1.383 Cloning into '/tmp/tmp.z3ySUCM0wT/tini'... [2021-02-18T08:47:32.951Z] #36 2.135 + cd /tmp/tmp.z3ySUCM0wT/tini [2021-02-18T08:47:32.951Z] #36 2.136 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T08:47:32.951Z] #36 2.147 + cmake . [2021-02-18T08:47:32.951Z] #36 3.022 -- The C compiler identification is GNU 8.3.0 [2021-02-18T08:47:32.951Z] #36 3.092 -- Check for working C compiler: /usr/bin/cc [2021-02-18T08:47:32.951Z] #36 3.872 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T08:47:32.951Z] #36 3.877 -- Detecting C compiler ABI info [2021-02-18T08:47:33.035Z] #42 84.54 DEP criu/files-reg.d [2021-02-18T08:47:33.035Z] #42 84.70 DEP criu/files-ext.d [2021-02-18T08:47:33.035Z] #42 84.81 DEP criu/file-lock.d [2021-02-18T08:47:33.037Z] #42 30.93 CC images/ipc-msg.o [2021-02-18T08:47:33.037Z] #42 31.18 CC images/ipc-sem.o [2021-02-18T08:47:33.206Z] #36 4.736 -- The C compiler identification is GNU 8.3.0 [2021-02-18T08:47:33.206Z] #36 4.806 -- Check for working C compiler: /usr/bin/cc [2021-02-18T08:47:33.295Z] #42 84.92 DEP criu/file-ids.d [2021-02-18T08:47:33.295Z] #42 85.01 DEP criu/fifo.d [2021-02-18T08:47:33.556Z] #42 85.09 DEP criu/fdstore.d [2021-02-18T08:47:33.556Z] #42 85.18 DEP criu/fault-injection.d [2021-02-18T08:47:33.556Z] #42 85.22 DEP criu/external.d [2021-02-18T08:47:33.556Z] #42 85.31 DEP criu/eventpoll.d [2021-02-18T08:47:33.610Z] #42 31.36 CC images/utsns.o [2021-02-18T08:47:33.817Z] #42 85.43 DEP criu/eventfd.d [2021-02-18T08:47:33.817Z] #42 85.54 DEP criu/crtools.d [2021-02-18T08:47:33.872Z] #42 31.64 CC images/creds.o [2021-02-18T08:47:33.872Z] #42 31.82 CC images/vma.o [2021-02-18T08:47:33.902Z] #36 4.778 -- Detecting C compiler ABI info - done [2021-02-18T08:47:33.902Z] #36 4.823 -- Detecting C compile features [2021-02-18T08:47:34.077Z] #42 85.79 DEP criu/cr-service.d [2021-02-18T08:47:34.134Z] #42 32.02 CC images/netdev.o [2021-02-18T08:47:34.157Z] #36 5.590 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T08:47:34.157Z] #36 5.591 -- Detecting C compiler ABI info [2021-02-18T08:47:34.337Z] #42 86.00 DEP criu/cr-restore.d [2021-02-18T08:47:34.397Z] #42 32.49 CC images/tty.o [2021-02-18T08:47:34.416Z] #36 ... [2021-02-18T08:47:34.416Z] [2021-02-18T08:47:34.416Z] #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-18T08:47:34.416Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T08:47:34.416Z] #41 71.15 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T08:47:34.416Z] #41 71.17 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:34.416Z] #41 DONE 72.1s [2021-02-18T08:47:34.416Z] [2021-02-18T08:47:34.416Z] #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-18T08:47:34.416Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:34.576Z] #51 ... [2021-02-18T08:47:34.576Z] [2021-02-18T08:47:34.576Z] #47 [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-18T08:47:34.576Z] #47 sha256:fc5812e857dc17d2b9aae651f9cc292c51561f08557893387a90d4a5e72d341b [2021-02-18T08:47:34.576Z] #47 DONE 76.5s [2021-02-18T08:47:34.596Z] #42 86.24 DEP criu/cr-errno.d [2021-02-18T08:47:34.596Z] #42 86.26 DEP criu/cr-dump.d [2021-02-18T08:47:34.857Z] #42 86.49 DEP criu/cr-dedup.d [2021-02-18T08:47:34.877Z] [2021-02-18T08:47:34.877Z] #43 [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-18T08:47:34.877Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:47:34.877Z] #43 7.107 PBCC images/ext-file.pb-c.c [2021-02-18T08:47:34.877Z] #43 7.125 DEP images/ext-file.pb-c.d [2021-02-18T08:47:34.877Z] #43 7.185 PBCC images/rpc.pb-c.c [2021-02-18T08:47:34.877Z] #43 7.237 DEP images/rpc.pb-c.d [2021-02-18T08:47:34.877Z] #43 7.332 PBCC images/siginfo.pb-c.c [2021-02-18T08:47:34.877Z] #43 7.348 DEP images/siginfo.pb-c.d [2021-02-18T08:47:34.877Z] #43 7.397 PBCC images/pagemap.pb-c.c [2021-02-18T08:47:34.877Z] #43 7.457 DEP images/pagemap.pb-c.d [2021-02-18T08:47:34.877Z] #43 7.579 PBCC images/rlimit.pb-c.c [2021-02-18T08:47:34.877Z] #43 7.595 DEP images/rlimit.pb-c.d [2021-02-18T08:47:34.877Z] #43 7.716 PBCC images/file-lock.pb-c.c [2021-02-18T08:47:34.877Z] #43 7.764 DEP images/file-lock.pb-c.d [2021-02-18T08:47:34.877Z] #43 7.820 PBCC images/tty.pb-c.c [2021-02-18T08:47:34.877Z] #43 7.924 DEP images/tty.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.004 PBCC images/tun.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.087 PBCC images/netdev.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.157 DEP images/tun.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.278 DEP images/netdev.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.327 PBCC images/vma.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.372 DEP images/vma.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.448 PBCC images/creds.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.521 DEP images/creds.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.569 PBCC images/utsns.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.582 DEP images/utsns.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.641 PBCC images/ipc-desc.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.674 PBCC images/ipc-sem.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.706 DEP images/ipc-desc.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.753 DEP images/ipc-sem.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.814 PBCC images/ipc-msg.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.838 DEP images/ipc-msg.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.869 PBCC images/ipc-shm.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.893 DEP images/ipc-shm.pb-c.d [2021-02-18T08:47:34.877Z] #43 8.943 PBCC images/ipc-var.pb-c.c [2021-02-18T08:47:34.877Z] #43 8.968 DEP images/ipc-var.pb-c.d [2021-02-18T08:47:34.877Z] #43 9.049 PBCC images/sk-opts.pb-c.c [2021-02-18T08:47:34.877Z] #43 9.088 PBCC images/packet-sock.pb-c.c [2021-02-18T08:47:34.877Z] #43 9.177 DEP images/sk-opts.pb-c.d [2021-02-18T08:47:34.877Z] #43 9.243 DEP images/packet-sock.pb-c.d [2021-02-18T08:47:34.877Z] #43 9.288 PBCC images/sk-netlink.pb-c.c [2021-02-18T08:47:34.877Z] #43 9.363 DEP images/sk-netlink.pb-c.d [2021-02-18T08:47:34.877Z] #43 9.414 PBCC images/sk-inet.pb-c.c [2021-02-18T08:47:34.877Z] #43 9.487 DEP images/sk-inet.pb-c.d [2021-02-18T08:47:34.877Z] #43 9.575 PBCC images/sk-unix.pb-c.c [2021-02-18T08:47:34.877Z] #43 9.679 DEP images/sk-unix.pb-c.d [2021-02-18T08:47:34.877Z] #43 9.747 PBCC images/mm.pb-c.c [2021-02-18T08:47:34.877Z] #43 9.814 DEP images/mm.pb-c.d [2021-02-18T08:47:34.877Z] #43 9.891 PBCC images/timerfd.pb-c.c [2021-02-18T08:47:34.877Z] #43 9.961 DEP images/timerfd.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.06 PBCC images/timer.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.09 DEP images/timer.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.17 PBCC images/sa.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.23 DEP images/sa.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.32 PBCC images/pipe-data.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.37 DEP images/pipe-data.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.45 PBCC images/mnt.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.52 DEP images/mnt.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.67 PBCC images/sk-packet.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.69 DEP images/sk-packet.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.76 PBCC images/tcp-stream.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.81 DEP images/tcp-stream.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.84 PBCC images/pipe.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.87 DEP images/pipe.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.89 PBCC images/pstree.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.92 DEP images/pstree.pb-c.d [2021-02-18T08:47:34.877Z] #43 10.95 PBCC images/fs.pb-c.c [2021-02-18T08:47:34.877Z] #43 10.96 DEP images/fs.pb-c.d [2021-02-18T08:47:34.877Z] #43 11.00 PBCC images/signalfd.pb-c.c [2021-02-18T08:47:34.877Z] #43 11.06 DEP images/signalfd.pb-c.d [2021-02-18T08:47:34.877Z] #43 11.14 PBCC images/fh.pb-c.c [2021-02-18T08:47:34.877Z] #43 11.24 PBCC images/fsnotify.pb-c.c [2021-02-18T08:47:34.877Z] #43 11.37 DEP images/fh.pb-c.d [2021-02-18T08:47:34.877Z] #43 11.44 DEP images/fsnotify.pb-c.d [2021-02-18T08:47:34.877Z] #43 11.52 PBCC images/eventpoll.pb-c.c [2021-02-18T08:47:34.877Z] #43 11.55 DEP images/eventpoll.pb-c.d [2021-02-18T08:47:34.877Z] #43 11.58 PBCC images/eventfd.pb-c.c [2021-02-18T08:47:34.877Z] #43 11.60 DEP images/eventfd.pb-c.d [2021-02-18T08:47:34.877Z] #43 11.64 PBCC images/remap-file-path.pb-c.c [2021-02-18T08:47:34.877Z] #43 11.66 DEP images/remap-file-path.pb-c.d [2021-02-18T08:47:34.877Z] #43 11.70 PBCC images/fifo.pb-c.c [2021-02-18T08:47:34.877Z] #43 11.72 DEP images/fifo.pb-c.d [2021-02-18T08:47:34.877Z] #43 11.76 PBCC images/ghost-file.pb-c.c [2021-02-18T08:47:35.118Z] #42 86.61 DEP criu/cr-check.d [2021-02-18T08:47:35.178Z] #43 11.91 DEP images/ghost-file.pb-c.d [2021-02-18T08:47:35.343Z] #42 33.16 CC images/file-lock.o [2021-02-18T08:47:35.343Z] #42 33.32 CC images/rlimit.o [2021-02-18T08:47:35.380Z] #42 86.87 DEP criu/config.d [2021-02-18T08:47:35.380Z] #42 86.99 DEP criu/clone-noasan.d [2021-02-18T08:47:35.380Z] #42 87.08 DEP criu/cgroup.d [2021-02-18T08:47:35.478Z] #43 12.07 PBCC images/regfile.pb-c.c [2021-02-18T08:47:35.478Z] #43 12.18 DEP images/regfile.pb-c.d [2021-02-18T08:47:35.478Z] #43 12.27 PBCC images/ns.pb-c.c [2021-02-18T08:47:35.478Z] #43 12.31 DEP images/ns.pb-c.d [2021-02-18T08:47:35.604Z] #42 33.48 CC images/pagemap.o [2021-02-18T08:47:35.640Z] #42 87.23 DEP criu/cgroup-props.d [2021-02-18T08:47:35.640Z] #42 87.31 DEP criu/bitmap.d [2021-02-18T08:47:35.640Z] #42 87.34 DEP criu/bfd.d [2021-02-18T08:47:35.640Z] #42 87.42 DEP criu/autofs.d [2021-02-18T08:47:35.778Z] #43 12.34 PBCC images/fdinfo.pb-c.c [2021-02-18T08:47:35.778Z] #43 12.37 DEP images/fdinfo.pb-c.d [2021-02-18T08:47:35.778Z] #43 12.41 PBCC images/core-aarch64.pb-c.c [2021-02-18T08:47:35.778Z] #43 12.45 PBCC images/core-arm.pb-c.c [2021-02-18T08:47:35.778Z] #43 12.50 PBCC images/core-ppc64.pb-c.c [2021-02-18T08:47:35.778Z] #43 12.56 PBCC images/core-s390.pb-c.c [2021-02-18T08:47:35.834Z] #36 6.757 -- Detecting C compile features - done [2021-02-18T08:47:35.834Z] #36 6.789 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T08:47:35.866Z] #42 33.70 CC images/siginfo.o [2021-02-18T08:47:35.866Z] #42 33.93 CC images/rpc.o [2021-02-18T08:47:36.079Z] #43 12.62 PBCC images/core-x86.pb-c.c [2021-02-18T08:47:36.079Z] #43 12.71 PBCC images/core.pb-c.c [2021-02-18T08:47:36.079Z] #43 12.87 PBCC images/inventory.pb-c.c [2021-02-18T08:47:36.079Z] #43 12.94 DEP images/core-aarch64.pb-c.d [2021-02-18T08:47:36.079Z] #43 12.98 DEP images/core-arm.pb-c.d [2021-02-18T08:47:36.097Z] #36 7.065 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T08:47:36.210Z] #42 87.58 DEP criu/aio.d [2021-02-18T08:47:36.210Z] #42 87.72 DEP criu/action-scripts.d [2021-02-18T08:47:36.210Z] #42 88.01 CC criu/action-scripts.o [2021-02-18T08:47:36.318Z] #42 ... [2021-02-18T08:47:36.318Z] [2021-02-18T08:47:36.319Z] #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-18T08:47:36.319Z] #50 sha256:b6b5ee154264652639dc872c1981bef502de26a8ad4e5a6691017469039a674c [2021-02-18T08:47:36.319Z] #50 63.95 encoding/binary [2021-02-18T08:47:36.319Z] #50 64.14 context [2021-02-18T08:47:36.319Z] #50 65.33 os [2021-02-18T08:47:36.319Z] #50 65.98 encoding/base64 [2021-02-18T08:47:36.319Z] #50 67.00 golang.org/x/sys/unix [2021-02-18T08:47:36.319Z] #50 69.40 fmt [2021-02-18T08:47:36.319Z] #50 ... [2021-02-18T08:47:36.319Z] [2021-02-18T08:47:36.319Z] #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-18T08:47:36.319Z] #36 sha256:3a325dff0d069edde2a045a1c6ba1293bc634f4ab951940ad31ea7a2f17e72cc [2021-02-18T08:47:36.319Z] #36 6.306 -- Detecting C compiler ABI info - done [2021-02-18T08:47:36.319Z] #36 6.360 -- Detecting C compile features [2021-02-18T08:47:36.360Z] #36 7.234 -- Configuring done [2021-02-18T08:47:36.360Z] #36 7.264 -- Generating done [2021-02-18T08:47:36.360Z] #36 7.270 -- Build files have been written to: /tmp/tmp.z3ySUCM0wT/tini [2021-02-18T08:47:36.360Z] #36 7.284 + make tini-static [2021-02-18T08:47:36.393Z] #43 13.03 DEP images/core-ppc64.pb-c.d [2021-02-18T08:47:36.393Z] #43 13.08 DEP images/core-s390.pb-c.d [2021-02-18T08:47:36.393Z] #43 13.13 DEP images/core-x86.pb-c.d [2021-02-18T08:47:36.393Z] #43 13.19 DEP images/core.pb-c.d [2021-02-18T08:47:36.440Z] #42 ... [2021-02-18T08:47:36.440Z] [2021-02-18T08:47:36.440Z] #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-18T08:47:36.440Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:47:36.440Z] #44 96.21 vendor/golang.org/x/text/transform [2021-02-18T08:47:36.440Z] #44 97.21 vendor/golang.org/x/text/unicode/bidi [2021-02-18T08:47:36.440Z] #44 99.06 vendor/golang.org/x/text/secure/bidirule [2021-02-18T08:47:36.440Z] #44 99.23 vendor/golang.org/x/text/unicode/norm [2021-02-18T08:47:36.440Z] #44 103.1 vendor/golang.org/x/net/idna [2021-02-18T08:47:36.440Z] #44 105.2 vendor/golang.org/x/net/http2/hpack [2021-02-18T08:47:36.440Z] #44 105.9 mime [2021-02-18T08:47:36.693Z] #43 13.28 DEP images/inventory.pb-c.d [2021-02-18T08:47:36.693Z] #43 13.38 PBCC images/cpuinfo.pb-c.c [2021-02-18T08:47:36.693Z] #43 13.42 DEP images/cpuinfo.pb-c.d [2021-02-18T08:47:36.779Z] #42 88.38 CC criu/aio.o [2021-02-18T08:47:36.936Z] #36 7.686 Scanning dependencies of target tini-static [2021-02-18T08:47:36.936Z] #36 7.832 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T08:47:36.990Z] #43 13.52 PBCC images/stats.pb-c.c [2021-02-18T08:47:36.990Z] #43 13.57 DEP images/stats.pb-c.d [2021-02-18T08:47:37.061Z] #21 ... [2021-02-18T08:47:37.061Z] [2021-02-18T08:47:37.061Z] #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-18T08:47:37.061Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:37.061Z] #42 115.2 CC criu/ipc_ns.o [2021-02-18T08:47:37.061Z] #42 116.3 CC criu/irmap.o [2021-02-18T08:47:37.061Z] #42 116.9 CC criu/kcmp-ids.o [2021-02-18T08:47:37.061Z] #42 117.3 CC criu/kerndat.o [2021-02-18T08:47:37.061Z] #42 118.4 CC criu/libnetlink.o [2021-02-18T08:47:37.061Z] #42 118.8 CC criu/log.o [2021-02-18T08:47:37.061Z] #42 119.5 CC criu/lsm.o [2021-02-18T08:47:37.061Z] #42 120.1 CC criu/mem.o [2021-02-18T08:47:37.061Z] #42 122.0 CC criu/memfd.o [2021-02-18T08:47:37.061Z] #42 122.7 CC criu/mount.o [2021-02-18T08:47:37.061Z] #42 ... [2021-02-18T08:47:37.061Z] [2021-02-18T08:47:37.061Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:47:37.061Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T08:47:37.061Z] #21 5.171 Collecting yamllint==1.16.0 [2021-02-18T08:47:37.254Z] #36 8.667 -- Detecting C compile features - done [2021-02-18T08:47:37.254Z] #36 8.704 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T08:47:37.254Z] #36 8.932 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T08:47:37.254Z] #36 ... [2021-02-18T08:47:37.254Z] [2021-02-18T08:47:37.254Z] #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-18T08:47:37.254Z] #33 sha256:4e4263e3229ac6bee92f6043ca542f942172462e84811b691260171570b3a012 [2021-02-18T08:47:37.254Z] #33 65.03 path [2021-02-18T08:47:37.254Z] #33 65.50 text/tabwriter [2021-02-18T08:47:37.254Z] #33 66.43 path/filepath [2021-02-18T08:47:37.254Z] #33 66.44 fmt [2021-02-18T08:47:37.254Z] #33 68.21 io/ioutil [2021-02-18T08:47:37.254Z] #33 70.26 github.com/BurntSushi/toml [2021-02-18T08:47:37.254Z] #33 70.26 flag [2021-02-18T08:47:37.254Z] #33 72.05 log [2021-02-18T08:47:37.254Z] #33 74.79 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:47:37.349Z] #42 88.84 CC criu/autofs.o [2021-02-18T08:47:37.385Z] #44 107.0 mime/quotedprintable [2021-02-18T08:47:37.385Z] #44 ... [2021-02-18T08:47:37.385Z] [2021-02-18T08:47:37.385Z] #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-18T08:47:37.385Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:37.385Z] #42 35.33 CC images/ext-file.o [2021-02-18T08:47:37.512Z] #36 ... [2021-02-18T08:47:37.512Z] [2021-02-18T08:47:37.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-18T08:47:37.512Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:47:37.512Z] #42 3.193 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:47:37.512Z] #42 3.193 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:47:37.512Z] #42 3.217 Note: Building without GnuTLS support [2021-02-18T08:47:37.512Z] #42 3.225 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:47:37.512Z] #42 3.226 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:47:37.512Z] #42 5.608 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:47:37.512Z] #42 5.686 GEN .gitid [2021-02-18T08:47:37.512Z] #42 5.794 GEN criu/include/version.h [2021-02-18T08:47:37.512Z] #42 5.904 GEN include/common/asm [2021-02-18T08:47:37.512Z] #42 7.294 PBCC images/timens.pb-c.c [2021-02-18T08:47:37.512Z] #42 7.350 DEP images/timens.pb-c.d [2021-02-18T08:47:37.512Z] #42 7.412 PBCC images/fown.pb-c.c [2021-02-18T08:47:37.512Z] #42 7.430 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T08:47:37.512Z] #42 7.577 PBCC images/opts.pb-c.c [2021-02-18T08:47:37.512Z] #42 7.618 PBCC images/memfd.pb-c.c [2021-02-18T08:47:37.512Z] #42 7.710 DEP images/fown.pb-c.d [2021-02-18T08:47:37.512Z] #42 7.798 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T08:47:37.512Z] #42 7.858 DEP images/opts.pb-c.d [2021-02-18T08:47:37.512Z] #42 7.898 DEP images/memfd.pb-c.d [2021-02-18T08:47:37.512Z] #42 7.927 PBCC images/sit.pb-c.c [2021-02-18T08:47:37.512Z] #42 7.961 DEP images/sit.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.006 PBCC images/macvlan.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.058 DEP images/macvlan.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.110 PBCC images/autofs.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.152 DEP images/autofs.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.226 PBCC images/sysctl.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.274 DEP images/sysctl.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.308 PBCC images/time.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.345 DEP images/time.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.426 PBCC images/binfmt-misc.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.461 DEP images/binfmt-misc.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.536 PBCC images/seccomp.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.545 DEP images/seccomp.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.607 PBCC images/userns.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.618 DEP images/userns.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.670 PBCC images/cgroup.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.738 DEP images/cgroup.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.855 PBCC images/ext-file.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.866 DEP images/ext-file.pb-c.d [2021-02-18T08:47:37.512Z] #42 8.922 PBCC images/rpc.pb-c.c [2021-02-18T08:47:37.512Z] #42 8.995 DEP images/rpc.pb-c.d [2021-02-18T08:47:37.512Z] #42 9.026 PBCC images/siginfo.pb-c.c [2021-02-18T08:47:37.512Z] #42 9.085 DEP images/siginfo.pb-c.d [2021-02-18T08:47:37.512Z] #42 9.154 PBCC images/pagemap.pb-c.c [2021-02-18T08:47:37.512Z] #42 9.226 DEP images/pagemap.pb-c.d [2021-02-18T08:47:37.512Z] #42 9.268 PBCC images/rlimit.pb-c.c [2021-02-18T08:47:37.512Z] #42 9.323 DEP images/rlimit.pb-c.d [2021-02-18T08:47:37.512Z] #42 9.391 PBCC images/file-lock.pb-c.c [2021-02-18T08:47:37.512Z] #42 9.422 DEP images/file-lock.pb-c.d [2021-02-18T08:47:37.512Z] #42 9.462 PBCC images/tty.pb-c.c [2021-02-18T08:47:37.512Z] #42 9.546 DEP images/tty.pb-c.d [2021-02-18T08:47:37.512Z] #42 9.606 PBCC images/tun.pb-c.c [2021-02-18T08:47:37.512Z] #42 9.726 PBCC images/netdev.pb-c.c [2021-02-18T08:47:37.512Z] #42 9.768 DEP images/tun.pb-c.d [2021-02-18T08:47:37.512Z] #42 9.861 DEP images/netdev.pb-c.d [2021-02-18T08:47:37.512Z] #42 9.947 PBCC images/vma.pb-c.c [2021-02-18T08:47:37.512Z] #42 10.03 DEP images/vma.pb-c.d [2021-02-18T08:47:37.513Z] #33 ... [2021-02-18T08:47:37.513Z] [2021-02-18T08:47:37.513Z] #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-18T08:47:37.513Z] #36 sha256:3a325dff0d069edde2a045a1c6ba1293bc634f4ab951940ad31ea7a2f17e72cc [2021-02-18T08:47:37.513Z] #36 9.015 -- Configuring done [2021-02-18T08:47:37.513Z] #36 9.056 -- Generating done [2021-02-18T08:47:37.513Z] #36 9.056 -- Build files have been written to: /tmp/tmp.2mJuZuAeMB/tini [2021-02-18T08:47:37.513Z] #36 9.080 + make tini-static [2021-02-18T08:47:37.640Z] #43 ... [2021-02-18T08:47:37.640Z] [2021-02-18T08:47:37.640Z] #45 [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-18T08:47:37.640Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:47:37.640Z] #45 69.48 hash/crc32 [2021-02-18T08:47:37.640Z] #45 71.76 vendor/golang.org/x/text/transform [2021-02-18T08:47:37.640Z] #45 74.44 time [2021-02-18T08:47:37.640Z] #45 78.53 regexp [2021-02-18T08:47:37.640Z] #45 ... [2021-02-18T08:47:37.640Z] [2021-02-18T08:47:37.640Z] #13 [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-18T08:47:37.640Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:47:37.640Z] #13 73.52 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T08:47:37.640Z] #13 73.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T08:47:37.640Z] #13 73.54 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:47:37.647Z] #42 35.55 CC images/cgroup.o [2021-02-18T08:47:37.775Z] #42 10.13 PBCC images/creds.pb-c.c [2021-02-18T08:47:37.775Z] #42 10.17 DEP images/creds.pb-c.d [2021-02-18T08:47:37.775Z] #42 10.24 PBCC images/utsns.pb-c.c [2021-02-18T08:47:37.775Z] #42 10.25 DEP images/utsns.pb-c.d [2021-02-18T08:47:37.775Z] #42 10.29 PBCC images/ipc-desc.pb-c.c [2021-02-18T08:47:37.775Z] #42 10.31 PBCC images/ipc-sem.pb-c.c [2021-02-18T08:47:37.775Z] #42 10.34 DEP images/ipc-desc.pb-c.d [2021-02-18T08:47:37.939Z] #13 79.99 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T08:47:37.939Z] #13 79.99 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-18T08:47:37.939Z] #13 80.00 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:37.939Z] #13 80.14 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T08:47:38.038Z] #42 10.41 DEP images/ipc-sem.pb-c.d [2021-02-18T08:47:38.038Z] #42 10.45 PBCC images/ipc-msg.pb-c.c [2021-02-18T08:47:38.038Z] #42 10.47 DEP images/ipc-msg.pb-c.d [2021-02-18T08:47:38.038Z] #42 10.51 PBCC images/ipc-shm.pb-c.c [2021-02-18T08:47:38.038Z] #42 10.54 DEP images/ipc-shm.pb-c.d [2021-02-18T08:47:38.038Z] #42 10.61 PBCC images/ipc-var.pb-c.c [2021-02-18T08:47:38.038Z] #42 10.64 DEP images/ipc-var.pb-c.d [2021-02-18T08:47:38.082Z] #36 9.516 Scanning dependencies of target tini-static [2021-02-18T08:47:38.082Z] #36 9.600 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T08:47:38.221Z] #42 36.20 CC images/userns.o [2021-02-18T08:47:38.244Z] #13 80.14 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-18T08:47:38.244Z] #13 80.17 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:38.302Z] #42 10.70 PBCC images/sk-opts.pb-c.c [2021-02-18T08:47:38.302Z] #42 10.72 PBCC images/packet-sock.pb-c.c [2021-02-18T08:47:38.302Z] #42 10.77 DEP images/sk-opts.pb-c.d [2021-02-18T08:47:38.302Z] #42 10.84 DEP images/packet-sock.pb-c.d [2021-02-18T08:47:38.302Z] #42 ... [2021-02-18T08:47:38.302Z] [2021-02-18T08:47:38.302Z] #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-18T08:47:38.302Z] #36 sha256:731378940ba7022afda32e56510de7884d1c876cbc622338cf27ff4f53dd2047 [2021-02-18T08:47:38.302Z] #36 9.256 [100%] Linking C executable tini-static [2021-02-18T08:47:38.483Z] #42 36.45 CC images/google/protobuf/descriptor.o [2021-02-18T08:47:38.543Z] #13 ... [2021-02-18T08:47:38.543Z] [2021-02-18T08:47:38.543Z] #43 [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-18T08:47:38.543Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:47:38.543Z] #43 15.40 make[1]: Nothing to be done for 'all'. [2021-02-18T08:47:38.730Z] #42 90.18 CC criu/bfd.o [2021-02-18T08:47:38.730Z] #42 ... [2021-02-18T08:47:38.730Z] [2021-02-18T08:47:38.730Z] #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-18T08:47:38.730Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:38.730Z] #19 25.45 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-18T08:47:38.730Z] #19 25.52 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-18T08:47:38.730Z] #19 25.56 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-18T08:47:38.730Z] #19 26.82 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:47:38.730Z] #19 27.05 Fetched 28.5 MB in 2s (15.3 MB/s) [2021-02-18T08:47:38.730Z] #19 27.11 Selecting previously unselected package pigz. [2021-02-18T08:47:38.730Z] #19 27.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-18T08:47:38.730Z] #19 27.16 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 27.17 Unpacking pigz (2.4-1) ... [2021-02-18T08:47:38.730Z] #19 27.29 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-18T08:47:38.730Z] #19 27.29 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 27.31 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:47:38.730Z] #19 27.79 Selecting previously unselected package python3.7-minimal. [2021-02-18T08:47:38.730Z] #19 27.80 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 27.81 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:47:38.730Z] #19 28.65 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:47:38.730Z] #19 28.68 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:47:38.730Z] #19 30.76 Selecting previously unselected package python3-minimal. [2021-02-18T08:47:38.730Z] #19 30.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-18T08:47:38.730Z] #19 30.81 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 30.82 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T08:47:38.730Z] #19 30.90 Selecting previously unselected package libmpdec2:amd64. [2021-02-18T08:47:38.730Z] #19 30.92 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 30.93 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T08:47:38.730Z] #19 31.05 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-18T08:47:38.730Z] #19 31.05 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 31.07 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:47:38.730Z] #19 31.90 Selecting previously unselected package python3.7. [2021-02-18T08:47:38.730Z] #19 31.92 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 31.93 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:47:38.730Z] #19 32.07 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T08:47:38.730Z] #19 32.08 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 32.08 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T08:47:38.730Z] #19 32.18 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T08:47:38.730Z] #19 33.02 Selecting previously unselected package python3. [2021-02-18T08:47:38.730Z] #19 33.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-18T08:47:38.730Z] #19 33.07 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-18T08:47:38.730Z] #19 33.09 Unpacking python3 (3.7.3-1) ... [2021-02-18T08:47:38.896Z] #36 9.768 [100%] Built target tini-static [2021-02-18T08:47:38.896Z] #36 9.854 + mkdir -p /build [2021-02-18T08:47:38.896Z] #36 9.857 + cp tini-static /build/docker-init [2021-02-18T08:47:38.990Z] #19 33.20 Selecting previously unselected package libip4tc0:amd64. [2021-02-18T08:47:38.990Z] #19 33.21 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-18T08:47:38.990Z] #19 33.22 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T08:47:38.990Z] #19 ... [2021-02-18T08:47:38.990Z] [2021-02-18T08:47:38.990Z] #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-18T08:47:38.990Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:38.990Z] #42 90.62 CC criu/bitmap.o [2021-02-18T08:47:38.990Z] #42 90.73 CC criu/cgroup-props.o [2021-02-18T08:47:39.019Z] #36 ... [2021-02-18T08:47:39.019Z] [2021-02-18T08:47:39.019Z] #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-18T08:47:39.019Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:47:39.019Z] #44 66.62 fmt [2021-02-18T08:47:39.019Z] #44 70.44 regexp [2021-02-18T08:47:39.019Z] #44 71.52 flag [2021-02-18T08:47:39.019Z] #44 73.19 go/token [2021-02-18T08:47:39.019Z] #44 74.30 go/scanner [2021-02-18T08:47:39.019Z] #44 74.86 internal/lazyregexp [2021-02-18T08:47:39.019Z] #44 75.16 net/url [2021-02-18T08:47:39.019Z] #44 76.01 go/ast [2021-02-18T08:47:39.019Z] #44 76.82 text/template/parse [2021-02-18T08:47:39.019Z] #44 ... [2021-02-18T08:47:39.019Z] [2021-02-18T08:47:39.019Z] #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-18T08:47:39.019Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:39.020Z] #42 4.431 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:47:39.020Z] #42 4.431 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:47:39.020Z] #42 4.464 Note: Building without GnuTLS support [2021-02-18T08:47:39.020Z] #42 4.471 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:47:39.020Z] #42 4.471 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:47:39.427Z] #42 ... [2021-02-18T08:47:39.427Z] [2021-02-18T08:47:39.427Z] #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-18T08:47:39.427Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:39.427Z] #12 99.29 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T08:47:39.427Z] #12 99.30 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:47:39.427Z] #12 99.31 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:39.689Z] #12 ... [2021-02-18T08:47:39.689Z] [2021-02-18T08:47:39.689Z] #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-18T08:47:39.689Z] #57 sha256:e4dd8857834018a526410a145a616170bc180bc6ebed9aa2eeed8684902fadba [2021-02-18T08:47:39.689Z] #57 107.8 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:47:39.689Z] #57 107.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T08:47:39.929Z] #42 91.37 CC criu/cgroup.o [2021-02-18T08:47:40.294Z] #36 DONE 10.9s [2021-02-18T08:47:40.294Z] [2021-02-18T08:47:40.294Z] #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-18T08:47:40.294Z] #50 sha256:32bbf6f870c5a434f1904e5679e896204ba930058db42441832d818444a016f3 [2021-02-18T08:47:40.294Z] #50 65.48 golang.org/x/crypto/ssh/terminal [2021-02-18T08:47:40.294Z] #50 68.52 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T08:47:40.294Z] #50 DONE 74.5s [2021-02-18T08:47:40.294Z] [2021-02-18T08:47:40.294Z] #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-18T08:47:40.294Z] #55 sha256:b138bf67cd09f71c1a8cbf669dc95234f80bd4f9f1c7da837eaee66794f1c69d [2021-02-18T08:47:40.294Z] #55 30.20 Checking out files: 62% (2370/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-18T08:47:40.294Z] #55 31.06 + cd /tmp/tmp.juw8Amslr6/src/github.com/containerd/containerd [2021-02-18T08:47:40.294Z] #55 31.06 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:47:40.294Z] #55 ... [2021-02-18T08:47:40.294Z] [2021-02-18T08:47:40.294Z] #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-18T08:47:40.294Z] #44 sha256:d6e8b45156f06380e13bb62e5cac1ef2d1b94959482b927f357c5eb4adddc83e [2021-02-18T08:47:40.294Z] #44 64.83 encoding/xml [2021-02-18T08:47:40.295Z] #44 66.98 compress/gzip [2021-02-18T08:47:40.295Z] #44 67.22 go/doc [2021-02-18T08:47:40.295Z] #44 67.81 math/big [2021-02-18T08:47:40.295Z] #44 71.23 github.com/LK4D4/vndr/build [2021-02-18T08:47:40.295Z] #44 73.76 vendor/golang.org/x/text/unicode/norm [2021-02-18T08:47:40.558Z] #44 ... [2021-02-18T08:47:40.558Z] [2021-02-18T08:47:40.558Z] #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-18T08:47:40.558Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:47:40.558Z] #42 10.90 PBCC images/sk-netlink.pb-c.c [2021-02-18T08:47:40.558Z] #42 10.94 DEP images/sk-netlink.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.08 PBCC images/sk-inet.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.15 DEP images/sk-inet.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.23 PBCC images/sk-unix.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.29 DEP images/sk-unix.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.35 PBCC images/mm.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.42 DEP images/mm.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.49 PBCC images/timerfd.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.60 DEP images/timerfd.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.65 PBCC images/timer.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.67 DEP images/timer.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.70 PBCC images/sa.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.74 DEP images/sa.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.79 PBCC images/pipe-data.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.82 DEP images/pipe-data.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.86 PBCC images/mnt.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.93 DEP images/mnt.pb-c.d [2021-02-18T08:47:40.558Z] #42 11.97 PBCC images/sk-packet.pb-c.c [2021-02-18T08:47:40.558Z] #42 11.99 DEP images/sk-packet.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.03 PBCC images/tcp-stream.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.07 DEP images/tcp-stream.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.12 PBCC images/pipe.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.14 DEP images/pipe.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.17 PBCC images/pstree.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.19 DEP images/pstree.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.22 PBCC images/fs.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.23 DEP images/fs.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.27 PBCC images/signalfd.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.28 DEP images/signalfd.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.32 PBCC images/fh.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.35 PBCC images/fsnotify.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.37 DEP images/fh.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.42 DEP images/fsnotify.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.45 PBCC images/eventpoll.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.47 DEP images/eventpoll.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.55 PBCC images/eventfd.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.57 DEP images/eventfd.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.62 PBCC images/remap-file-path.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.67 DEP images/remap-file-path.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.73 PBCC images/fifo.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.77 DEP images/fifo.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.83 PBCC images/ghost-file.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.87 DEP images/ghost-file.pb-c.d [2021-02-18T08:47:40.558Z] #42 12.92 PBCC images/regfile.pb-c.c [2021-02-18T08:47:40.558Z] #42 12.95 DEP images/regfile.pb-c.d [2021-02-18T08:47:40.558Z] #42 13.02 PBCC images/ns.pb-c.c [2021-02-18T08:47:40.558Z] #42 13.03 DEP images/ns.pb-c.d [2021-02-18T08:47:40.648Z] #43 17.31 CC images/stats.o [2021-02-18T08:47:40.821Z] #42 13.15 PBCC images/fdinfo.pb-c.c [2021-02-18T08:47:40.821Z] #42 13.29 DEP images/fdinfo.pb-c.d [2021-02-18T08:47:40.821Z] #42 13.33 PBCC images/core-aarch64.pb-c.c [2021-02-18T08:47:40.922Z] #42 ... [2021-02-18T08:47:40.922Z] [2021-02-18T08:47:40.922Z] #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-18T08:47:40.922Z] #36 sha256:3a325dff0d069edde2a045a1c6ba1293bc634f4ab951940ad31ea7a2f17e72cc [2021-02-18T08:47:40.922Z] #36 11.11 [100%] Linking C executable tini-static [2021-02-18T08:47:40.922Z] #36 11.90 [100%] Built target tini-static [2021-02-18T08:47:40.922Z] #36 12.00 + mkdir -p /build [2021-02-18T08:47:40.922Z] #36 12.01 + cp tini-static /build/docker-init [2021-02-18T08:47:40.922Z] #36 DONE 12.5s [2021-02-18T08:47:40.922Z] [2021-02-18T08:47:40.922Z] #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-18T08:47:40.922Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:40.922Z] #42 6.467 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:47:41.084Z] #42 13.40 PBCC images/core-arm.pb-c.c [2021-02-18T08:47:41.084Z] #42 13.47 PBCC images/core-ppc64.pb-c.c [2021-02-18T08:47:41.084Z] #42 13.52 PBCC images/core-s390.pb-c.c [2021-02-18T08:47:41.084Z] #42 13.56 PBCC images/core-x86.pb-c.c [2021-02-18T08:47:41.181Z] #42 6.566 GEN .gitid [2021-02-18T08:47:41.181Z] #42 6.625 GEN criu/include/version.h [2021-02-18T08:47:41.181Z] #42 6.707 GEN include/common/asm [2021-02-18T08:47:41.299Z] #43 17.77 CC images/core.o [2021-02-18T08:47:41.348Z] #42 13.68 PBCC images/core.pb-c.c [2021-02-18T08:47:41.348Z] #42 13.79 PBCC images/inventory.pb-c.c [2021-02-18T08:47:41.348Z] #42 13.93 DEP images/core-aarch64.pb-c.d [2021-02-18T08:47:41.439Z] #42 ... [2021-02-18T08:47:41.439Z] [2021-02-18T08:47:41.439Z] #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-18T08:47:41.439Z] #33 sha256:4e4263e3229ac6bee92f6043ca542f942172462e84811b691260171570b3a012 [2021-02-18T08:47:41.439Z] #33 DONE 79.3s [2021-02-18T08:47:41.610Z] #42 14.04 DEP images/core-arm.pb-c.d [2021-02-18T08:47:41.698Z] [2021-02-18T08:47:41.698Z] #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-18T08:47:41.698Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:41.698Z] #12 70.83 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T08:47:41.698Z] #12 70.83 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T08:47:41.698Z] #12 70.85 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:47:41.698Z] #12 77.07 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T08:47:41.698Z] #12 77.08 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:47:41.698Z] #12 77.09 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:41.698Z] #12 77.29 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T08:47:41.698Z] #12 77.31 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:47:41.698Z] #12 77.32 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:41.878Z] #42 14.22 DEP images/core-ppc64.pb-c.d [2021-02-18T08:47:41.878Z] #42 14.32 DEP images/core-s390.pb-c.d [2021-02-18T08:47:41.878Z] #42 14.35 DEP images/core-x86.pb-c.d [2021-02-18T08:47:41.878Z] #42 14.37 DEP images/core.pb-c.d [2021-02-18T08:47:41.878Z] #42 14.40 DEP images/inventory.pb-c.d [2021-02-18T08:47:41.878Z] #42 14.43 PBCC images/cpuinfo.pb-c.c [2021-02-18T08:47:41.950Z] #43 18.58 CC images/core-x86.o [2021-02-18T08:47:42.150Z] #42 14.44 DEP images/cpuinfo.pb-c.d [2021-02-18T08:47:42.150Z] #42 14.47 PBCC images/stats.pb-c.c [2021-02-18T08:47:42.150Z] #42 14.48 DEP images/stats.pb-c.d [2021-02-18T08:47:42.311Z] #21 10.57 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T08:47:42.311Z] #21 10.66 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T08:47:42.311Z] #21 10.72 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T08:47:42.311Z] #21 10.79 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T08:47:42.413Z] #42 ... [2021-02-18T08:47:42.413Z] [2021-02-18T08:47:42.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-18T08:47:42.413Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:47:42.413Z] #12 66.90 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T08:47:42.413Z] #12 66.91 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-18T08:47:42.413Z] #12 66.92 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:42.413Z] #12 67.18 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T08:47:42.413Z] #12 67.18 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-18T08:47:42.413Z] #12 67.20 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:42.568Z] #21 11.03 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-18T08:47:42.597Z] #43 19.23 CC images/core-arm.o [2021-02-18T08:47:42.676Z] #12 ... [2021-02-18T08:47:42.676Z] [2021-02-18T08:47:42.676Z] #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-18T08:47:42.676Z] #44 sha256:d6e8b45156f06380e13bb62e5cac1ef2d1b94959482b927f357c5eb4adddc83e [2021-02-18T08:47:42.676Z] #44 76.90 mime [2021-02-18T08:47:42.825Z] #21 11.39 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-18T08:47:42.898Z] #43 ... [2021-02-18T08:47:42.898Z] [2021-02-18T08:47:42.898Z] #34 [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-18T08:47:42.898Z] #34 sha256:1098fb4aece283f2375880578c3b4fc50756ec425d5b74bae23216eabea02b0e [2021-02-18T08:47:42.898Z] #34 74.84 internal/poll [2021-02-18T08:47:42.898Z] #34 78.22 os [2021-02-18T08:47:42.898Z] #34 79.94 internal/fmtsort [2021-02-18T08:47:42.898Z] #34 81.18 path/filepath [2021-02-18T08:47:42.898Z] #34 81.18 fmt [2021-02-18T08:47:42.898Z] #34 83.21 io/ioutil [2021-02-18T08:47:42.898Z] #34 85.10 github.com/BurntSushi/toml [2021-02-18T08:47:42.898Z] #34 ... [2021-02-18T08:47:42.898Z] [2021-02-18T08:47:42.898Z] #43 [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-18T08:47:42.898Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:47:42.898Z] #43 19.73 CC images/core-aarch64.o [2021-02-18T08:47:43.075Z] #12 ... [2021-02-18T08:47:43.075Z] [2021-02-18T08:47:43.075Z] #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-18T08:47:43.075Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:43.075Z] #42 8.351 PBCC images/timens.pb-c.c [2021-02-18T08:47:43.075Z] #42 8.363 DEP images/timens.pb-c.d [2021-02-18T08:47:43.075Z] #42 8.402 PBCC images/fown.pb-c.c [2021-02-18T08:47:43.075Z] #42 8.432 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T08:47:43.075Z] #42 8.638 PBCC images/opts.pb-c.c [2021-02-18T08:47:43.075Z] #42 8.638 PBCC images/memfd.pb-c.c [2021-02-18T08:47:43.075Z] #42 8.675 DEP images/fown.pb-c.d [2021-02-18T08:47:43.075Z] #42 8.752 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T08:47:43.223Z] #42 94.19 CC criu/clone-noasan.o [2021-02-18T08:47:43.223Z] #42 94.39 CC criu/config.o [2021-02-18T08:47:43.334Z] #42 8.824 DEP images/opts.pb-c.d [2021-02-18T08:47:43.334Z] #42 8.898 DEP images/memfd.pb-c.d [2021-02-18T08:47:43.334Z] #42 8.943 PBCC images/sit.pb-c.c [2021-02-18T08:47:43.334Z] #42 9.036 DEP images/sit.pb-c.d [2021-02-18T08:47:43.388Z] #21 11.77 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T08:47:43.556Z] #43 20.21 CC images/core-ppc64.o [2021-02-18T08:47:43.593Z] #42 9.115 PBCC images/macvlan.pb-c.c [2021-02-18T08:47:43.593Z] #42 9.150 DEP images/macvlan.pb-c.d [2021-02-18T08:47:43.593Z] #42 9.212 PBCC images/autofs.pb-c.c [2021-02-18T08:47:43.593Z] #42 9.244 DEP images/autofs.pb-c.d [2021-02-18T08:47:43.645Z] #21 DONE 12.1s [2021-02-18T08:47:43.645Z] [2021-02-18T08:47:43.645Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T08:47:43.645Z] #24 sha256:2562062ef45f518f1abde02b76bb7fa71a22b72162f4bd5cd951c2bc45f124c0 [2021-02-18T08:47:43.852Z] #42 9.310 PBCC images/sysctl.pb-c.c [2021-02-18T08:47:43.852Z] #42 9.374 DEP images/sysctl.pb-c.d [2021-02-18T08:47:43.852Z] #42 9.456 PBCC images/time.pb-c.c [2021-02-18T08:47:43.852Z] #42 9.474 DEP images/time.pb-c.d [2021-02-18T08:47:43.852Z] #42 9.532 PBCC images/binfmt-misc.pb-c.c [2021-02-18T08:47:43.852Z] #42 9.537 DEP images/binfmt-misc.pb-c.d [2021-02-18T08:47:43.902Z] #24 DONE 0.3s [2021-02-18T08:47:43.902Z] [2021-02-18T08:47:43.902Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:47:43.902Z] #29 sha256:053c8b1ae7d37ad3e9afb4302851a0080e3e7b64d4a98fe4212804f2f16db377 [2021-02-18T08:47:43.904Z] #57 ... [2021-02-18T08:47:43.904Z] [2021-02-18T08:47:43.904Z] #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-18T08:47:43.904Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:43.904Z] #42 38.08 CC images/opts.o [2021-02-18T08:47:43.904Z] #42 38.27 CC images/seccomp.o [2021-02-18T08:47:43.904Z] #42 38.47 CC images/binfmt-misc.o [2021-02-18T08:47:43.904Z] #42 38.69 CC images/time.o [2021-02-18T08:47:43.904Z] #42 38.90 CC images/sysctl.o [2021-02-18T08:47:43.904Z] #42 39.15 CC images/autofs.o [2021-02-18T08:47:43.904Z] #42 39.37 CC images/macvlan.o [2021-02-18T08:47:43.904Z] #42 39.61 CC images/sit.o [2021-02-18T08:47:43.904Z] #42 39.83 CC images/memfd.o [2021-02-18T08:47:43.904Z] #42 40.11 CC images/timens.o [2021-02-18T08:47:43.904Z] #42 40.35 LINK images/built-in.o [2021-02-18T08:47:43.904Z] #42 40.49 GEN compel/include/asm [2021-02-18T08:47:43.904Z] #42 40.50 GEN compel/include/version.h [2021-02-18T08:47:43.904Z] #42 40.53 touch .config [2021-02-18T08:47:43.904Z] #42 40.55 GEN include/common/config.h [2021-02-18T08:47:43.904Z] #42 40.64 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-18T08:47:43.904Z] #42 40.66 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-18T08:47:43.904Z] #42 40.68 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-18T08:47:43.904Z] #42 40.69 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-18T08:47:43.904Z] #42 40.72 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-18T08:47:43.904Z] #42 40.75 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-18T08:47:43.904Z] #42 40.76 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T08:47:43.904Z] #42 40.79 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-18T08:47:43.904Z] #42 40.82 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T08:47:43.904Z] #42 40.84 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T08:47:43.904Z] #42 40.84 DEP compel/plugins/std/infect.d [2021-02-18T08:47:43.904Z] #42 40.97 DEP compel/plugins/std/string.d [2021-02-18T08:47:43.904Z] #42 41.13 DEP compel/plugins/std/log.d [2021-02-18T08:47:43.904Z] #42 41.27 DEP compel/plugins/std/fds.d [2021-02-18T08:47:43.904Z] #42 41.36 DEP compel/plugins/std/std.d [2021-02-18T08:47:43.904Z] #42 41.45 DEP compel/plugins/shmem/shmem.d [2021-02-18T08:47:43.904Z] #42 41.54 DEP compel/plugins/fds/fds.d [2021-02-18T08:47:43.904Z] #42 41.71 CC compel/plugins/std/std.o [2021-02-18T08:47:44.163Z] #42 95.74 CC criu/cr-check.o [2021-02-18T08:47:44.166Z] #42 42.09 CC compel/plugins/std/fds.o [2021-02-18T08:47:44.209Z] #43 20.93 CC images/core-s390.o [2021-02-18T08:47:44.419Z] #42 9.710 PBCC images/seccomp.pb-c.c [2021-02-18T08:47:44.419Z] #42 9.710 DEP images/seccomp.pb-c.d [2021-02-18T08:47:44.419Z] #42 9.710 PBCC images/userns.pb-c.c [2021-02-18T08:47:44.419Z] #42 9.710 DEP images/userns.pb-c.d [2021-02-18T08:47:44.419Z] #42 9.838 PBCC images/cgroup.pb-c.c [2021-02-18T08:47:44.419Z] #42 9.838 DEP images/cgroup.pb-c.d [2021-02-18T08:47:44.419Z] #42 9.902 PBCC images/ext-file.pb-c.c [2021-02-18T08:47:44.419Z] #42 9.902 DEP images/ext-file.pb-c.d [2021-02-18T08:47:44.423Z] #42 ... [2021-02-18T08:47:44.423Z] [2021-02-18T08:47:44.423Z] #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-18T08:47:44.423Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:44.423Z] #19 33.34 Selecting previously unselected package libip6tc0:amd64. [2021-02-18T08:47:44.423Z] #19 33.35 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 33.36 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T08:47:44.423Z] #19 33.45 Selecting previously unselected package libiptc0:amd64. [2021-02-18T08:47:44.423Z] #19 33.47 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 33.48 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-18T08:47:44.423Z] #19 33.55 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-18T08:47:44.423Z] #19 33.57 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 33.58 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T08:47:44.423Z] #19 33.65 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-18T08:47:44.423Z] #19 33.66 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 33.68 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T08:47:44.423Z] #19 33.79 Selecting previously unselected package libnftnl11:amd64. [2021-02-18T08:47:44.423Z] #19 33.81 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 33.81 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T08:47:44.423Z] #19 33.91 Selecting previously unselected package iptables. [2021-02-18T08:47:44.423Z] #19 33.91 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 33.92 Unpacking iptables (1.8.2-4) ... [2021-02-18T08:47:44.423Z] #19 34.27 Selecting previously unselected package xxd. [2021-02-18T08:47:44.423Z] #19 34.29 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 34.29 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:47:44.423Z] #19 34.43 Selecting previously unselected package vim-common. [2021-02-18T08:47:44.423Z] #19 34.44 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:47:44.423Z] #19 34.47 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:44.423Z] #19 34.65 Selecting previously unselected package bash-completion. [2021-02-18T08:47:44.423Z] #19 34.67 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T08:47:44.423Z] #19 37.51 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T08:47:44.423Z] #19 37.91 Selecting previously unselected package bzip2. [2021-02-18T08:47:44.423Z] #19 37.92 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 37.93 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:47:44.423Z] #19 38.01 Selecting previously unselected package xz-utils. [2021-02-18T08:47:44.423Z] #19 38.03 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 38.04 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T08:47:44.423Z] #19 38.22 Selecting previously unselected package apparmor. [2021-02-18T08:47:44.423Z] #19 38.24 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 38.33 Unpacking apparmor (2.13.2-10) ... [2021-02-18T08:47:44.423Z] #19 38.66 Selecting previously unselected package aufs-tools. [2021-02-18T08:47:44.423Z] #19 38.67 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-18T08:47:44.423Z] #19 38.68 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:47:44.429Z] #42 42.49 CC compel/plugins/std/log.o [2021-02-18T08:47:44.678Z] #42 10.09 PBCC images/rpc.pb-c.c [2021-02-18T08:47:44.678Z] #42 10.09 DEP images/rpc.pb-c.d [2021-02-18T08:47:44.678Z] #42 10.09 PBCC images/siginfo.pb-c.c [2021-02-18T08:47:44.678Z] #42 10.09 DEP images/siginfo.pb-c.d [2021-02-18T08:47:44.678Z] #42 10.14 PBCC images/pagemap.pb-c.c [2021-02-18T08:47:44.678Z] #42 10.17 DEP images/pagemap.pb-c.d [2021-02-18T08:47:44.678Z] #42 10.22 PBCC images/rlimit.pb-c.c [2021-02-18T08:47:44.678Z] #42 10.24 DEP images/rlimit.pb-c.d [2021-02-18T08:47:44.683Z] #19 38.83 Selecting previously unselected package libonig5:amd64. [2021-02-18T08:47:44.684Z] #19 38.84 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T08:47:44.684Z] #19 38.85 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:47:44.684Z] #19 39.01 Selecting previously unselected package libjq1:amd64. [2021-02-18T08:47:44.684Z] #19 39.01 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:47:44.684Z] #19 39.02 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:47:44.937Z] #42 10.33 PBCC images/file-lock.pb-c.c [2021-02-18T08:47:44.937Z] #42 10.33 DEP images/file-lock.pb-c.d [2021-02-18T08:47:44.937Z] #42 10.37 PBCC images/tty.pb-c.c [2021-02-18T08:47:44.937Z] #42 10.53 DEP images/tty.pb-c.d [2021-02-18T08:47:44.937Z] #42 10.56 PBCC images/tun.pb-c.c [2021-02-18T08:47:44.944Z] #19 39.13 Selecting previously unselected package jq. [2021-02-18T08:47:44.944Z] #19 39.16 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:47:44.944Z] #19 39.17 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:47:44.944Z] #19 39.25 Selecting previously unselected package libaio1:amd64. [2021-02-18T08:47:44.944Z] #19 39.26 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-18T08:47:44.944Z] #19 39.26 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-18T08:47:45.196Z] #42 10.64 PBCC images/netdev.pb-c.c [2021-02-18T08:47:45.196Z] #42 10.64 DEP images/tun.pb-c.d [2021-02-18T08:47:45.196Z] #42 10.71 DEP images/netdev.pb-c.d [2021-02-18T08:47:45.196Z] #42 10.85 PBCC images/vma.pb-c.c [2021-02-18T08:47:45.196Z] #42 10.85 DEP images/vma.pb-c.d [2021-02-18T08:47:45.203Z] #19 39.36 Selecting previously unselected package libgpm2:amd64. [2021-02-18T08:47:45.203Z] #19 39.36 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-18T08:47:45.203Z] #19 39.37 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-18T08:47:45.203Z] #19 39.44 Selecting previously unselected package libicu63:amd64. [2021-02-18T08:47:45.203Z] #19 39.45 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T08:47:45.203Z] #19 39.45 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:47:45.235Z] #44 79.38 mime/quotedprintable [2021-02-18T08:47:45.235Z] #44 79.51 vendor/golang.org/x/crypto/cryptobyte [2021-02-18T08:47:45.273Z] #43 21.82 CC images/cpuinfo.o [2021-02-18T08:47:45.401Z] #42 43.31 CC compel/plugins/std/string.o [2021-02-18T08:47:45.456Z] #42 10.88 PBCC images/creds.pb-c.c [2021-02-18T08:47:45.456Z] #42 10.88 DEP images/creds.pb-c.d [2021-02-18T08:47:45.456Z] #42 10.93 PBCC images/utsns.pb-c.c [2021-02-18T08:47:45.456Z] #42 10.95 DEP images/utsns.pb-c.d [2021-02-18T08:47:45.456Z] #42 10.99 PBCC images/ipc-desc.pb-c.c [2021-02-18T08:47:45.500Z] #44 79.98 net/http/internal [2021-02-18T08:47:45.573Z] #43 22.36 CC images/inventory.o [2021-02-18T08:47:45.715Z] #42 11.07 PBCC images/ipc-sem.pb-c.c [2021-02-18T08:47:45.715Z] #42 11.16 DEP images/ipc-desc.pb-c.d [2021-02-18T08:47:45.715Z] #42 11.22 DEP images/ipc-sem.pb-c.d [2021-02-18T08:47:45.715Z] #42 11.22 PBCC images/ipc-msg.pb-c.c [2021-02-18T08:47:45.715Z] #42 11.26 DEP images/ipc-msg.pb-c.d [2021-02-18T08:47:45.715Z] #42 11.32 PBCC images/ipc-shm.pb-c.c [2021-02-18T08:47:45.884Z] #43 22.63 CC images/fdinfo.o [2021-02-18T08:47:45.974Z] #42 11.40 DEP images/ipc-shm.pb-c.d [2021-02-18T08:47:45.974Z] #42 11.46 PBCC images/ipc-var.pb-c.c [2021-02-18T08:47:45.974Z] #42 11.46 DEP images/ipc-var.pb-c.d [2021-02-18T08:47:45.974Z] #42 11.52 PBCC images/sk-opts.pb-c.c [2021-02-18T08:47:45.974Z] #42 11.56 PBCC images/packet-sock.pb-c.c [2021-02-18T08:47:45.976Z] #42 ... [2021-02-18T08:47:45.976Z] [2021-02-18T08:47:45.976Z] #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-18T08:47:45.976Z] #57 sha256:e4dd8857834018a526410a145a616170bc180bc6ebed9aa2eeed8684902fadba [2021-02-18T08:47:45.976Z] #57 DONE 115.7s [2021-02-18T08:47:45.976Z] [2021-02-18T08:47:45.976Z] #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-18T08:47:45.976Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:45.976Z] #12 115.7 Selecting previously unselected package libapparmor1:amd64. [2021-02-18T08:47:45.976Z] #12 115.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-18T08:47:45.976Z] #12 115.7 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T08:47:45.976Z] #12 ... [2021-02-18T08:47:45.976Z] [2021-02-18T08:47:45.976Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T08:47:45.976Z] #58 sha256:cbcb9ff9384f11e29f64694623dbc568da0ddbc76d0e9c662067bd37b5281269 [2021-02-18T08:47:45.976Z] #58 DONE 0.1s [2021-02-18T08:47:45.976Z] [2021-02-18T08:47:45.976Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T08:47:45.976Z] #59 sha256:7830a9753468828af23344576e256f450e4312868f1ddba36dec183f14af6b7d [2021-02-18T08:47:45.976Z] #59 DONE 0.1s [2021-02-18T08:47:46.232Z] #42 11.59 DEP images/sk-opts.pb-c.d [2021-02-18T08:47:46.232Z] #42 11.69 DEP images/packet-sock.pb-c.d [2021-02-18T08:47:46.232Z] #42 11.69 PBCC images/sk-netlink.pb-c.c [2021-02-18T08:47:46.232Z] #42 11.79 DEP images/sk-netlink.pb-c.d [2021-02-18T08:47:46.232Z] #42 11.87 PBCC images/sk-inet.pb-c.c [2021-02-18T08:47:46.232Z] #42 11.91 DEP images/sk-inet.pb-c.d [2021-02-18T08:47:46.238Z] [2021-02-18T08:47:46.238Z] #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-18T08:47:46.238Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:46.238Z] #12 116.0 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-18T08:47:46.238Z] #12 116.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-18T08:47:46.238Z] #12 116.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T08:47:46.496Z] #42 11.95 PBCC images/sk-unix.pb-c.c [2021-02-18T08:47:46.496Z] #42 12.04 DEP images/sk-unix.pb-c.d [2021-02-18T08:47:46.496Z] #42 12.09 PBCC images/mm.pb-c.c [2021-02-18T08:47:46.496Z] #42 12.15 DEP images/mm.pb-c.d [2021-02-18T08:47:46.500Z] #12 116.4 Selecting previously unselected package libbtrfs0. [2021-02-18T08:47:46.500Z] #12 116.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T08:47:46.500Z] #12 116.4 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:47:46.536Z] #43 23.04 CC images/fown.o [2021-02-18T08:47:46.536Z] #43 23.31 CC images/ns.o [2021-02-18T08:47:46.755Z] #42 12.20 PBCC images/timerfd.pb-c.c [2021-02-18T08:47:46.755Z] #42 12.26 DEP images/timerfd.pb-c.d [2021-02-18T08:47:46.755Z] #42 ... [2021-02-18T08:47:46.755Z] [2021-02-18T08:47:46.755Z] #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-18T08:47:46.755Z] #50 sha256:b6b5ee154264652639dc872c1981bef502de26a8ad4e5a6691017469039a674c [2021-02-18T08:47:46.755Z] #50 74.37 encoding/json [2021-02-18T08:47:46.755Z] #50 76.80 github.com/pkg/diff [2021-02-18T08:47:46.755Z] #50 78.12 go/ast [2021-02-18T08:47:46.755Z] #50 81.26 golang.org/x/crypto/ssh/terminal [2021-02-18T08:47:46.755Z] #50 82.80 mvdan.cc/editorconfig [2021-02-18T08:47:46.755Z] #50 83.38 mvdan.cc/sh/v3/fileutil [2021-02-18T08:47:46.755Z] #50 83.62 mvdan.cc/sh/v3/syntax [2021-02-18T08:47:46.755Z] #50 ... [2021-02-18T08:47:46.755Z] [2021-02-18T08:47:46.755Z] #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-18T08:47:46.755Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:46.755Z] #42 12.34 PBCC images/timer.pb-c.c [2021-02-18T08:47:46.755Z] #42 12.35 DEP images/timer.pb-c.d [2021-02-18T08:47:46.755Z] #42 12.39 PBCC images/sa.pb-c.c [2021-02-18T08:47:46.770Z] #12 116.7 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:47:46.770Z] #12 116.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T08:47:46.770Z] #12 116.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:47:46.836Z] #43 23.59 CC images/regfile.o [2021-02-18T08:47:47.014Z] #42 12.47 DEP images/sa.pb-c.d [2021-02-18T08:47:47.014Z] #42 12.49 PBCC images/pipe-data.pb-c.c [2021-02-18T08:47:47.014Z] #42 12.54 DEP images/pipe-data.pb-c.d [2021-02-18T08:47:47.014Z] #42 12.59 PBCC images/mnt.pb-c.c [2021-02-18T08:47:47.014Z] #42 12.67 DEP images/mnt.pb-c.d [2021-02-18T08:47:47.210Z] #12 116.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-18T08:47:47.210Z] #12 116.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:47:47.210Z] #12 117.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:47:47.210Z] #12 117.2 Selecting previously unselected package libudev-dev:amd64. [2021-02-18T08:47:47.210Z] #12 117.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T08:47:47.210Z] #12 117.2 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:47:47.247Z] #43 23.82 CC images/ghost-file.o [2021-02-18T08:47:47.273Z] #42 12.75 PBCC images/sk-packet.pb-c.c [2021-02-18T08:47:47.273Z] #42 12.78 DEP images/sk-packet.pb-c.d [2021-02-18T08:47:47.273Z] #42 12.83 PBCC images/tcp-stream.pb-c.c [2021-02-18T08:47:47.273Z] #42 12.89 DEP images/tcp-stream.pb-c.d [2021-02-18T08:47:47.273Z] #42 12.97 PBCC images/pipe.pb-c.c [2021-02-18T08:47:47.273Z] #42 13.00 DEP images/pipe.pb-c.d [2021-02-18T08:47:47.428Z] #44 81.80 net/textproto [2021-02-18T08:47:47.428Z] #44 81.81 vendor/golang.org/x/net/http/httpproxy [2021-02-18T08:47:47.428Z] #44 81.83 crypto/x509 [2021-02-18T08:47:47.472Z] #12 117.4 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-18T08:47:47.472Z] #12 117.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-18T08:47:47.472Z] #12 117.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T08:47:47.533Z] #42 13.06 PBCC images/pstree.pb-c.c [2021-02-18T08:47:47.533Z] #42 13.09 DEP images/pstree.pb-c.d [2021-02-18T08:47:47.533Z] #42 13.14 PBCC images/fs.pb-c.c [2021-02-18T08:47:47.533Z] #42 13.16 DEP images/fs.pb-c.d [2021-02-18T08:47:47.533Z] #42 13.24 PBCC images/signalfd.pb-c.c [2021-02-18T08:47:47.546Z] #43 24.17 CC images/fifo.o [2021-02-18T08:47:47.546Z] #43 24.46 CC images/remap-file-path.o [2021-02-18T08:47:47.691Z] #44 ... [2021-02-18T08:47:47.691Z] [2021-02-18T08:47:47.691Z] #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-18T08:47:47.691Z] #57 sha256:085a00c62abd329dd21b3f860060b4d433f299f0542586ba1673701ddacfd0c5 [2021-02-18T08:47:47.691Z] #57 82.18 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:47:47.691Z] #57 82.18 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T08:47:47.734Z] #12 ... [2021-02-18T08:47:47.734Z] [2021-02-18T08:47:47.734Z] #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-18T08:47:47.734Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:47:47.734Z] #44 107.5 net/http/internal [2021-02-18T08:47:47.734Z] #44 111.1 net/textproto [2021-02-18T08:47:47.734Z] #44 111.1 crypto/x509 [2021-02-18T08:47:47.734Z] #44 112.0 vendor/golang.org/x/net/http/httpguts [2021-02-18T08:47:47.734Z] #44 112.4 vendor/golang.org/x/net/http/httpproxy [2021-02-18T08:47:47.734Z] #44 112.8 mime/multipart [2021-02-18T08:47:47.734Z] #44 114.9 crypto/tls [2021-02-18T08:47:47.734Z] #44 ... [2021-02-18T08:47:47.734Z] [2021-02-18T08:47:47.734Z] #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-18T08:47:47.734Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:47:47.734Z] #12 117.6 Selecting previously unselected package libpcre16-3:amd64. [2021-02-18T08:47:47.734Z] #12 117.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-18T08:47:47.734Z] #12 117.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T08:47:47.793Z] #42 13.34 DEP images/signalfd.pb-c.d [2021-02-18T08:47:47.793Z] #42 13.41 PBCC images/fh.pb-c.c [2021-02-18T08:47:47.846Z] #43 24.73 CC images/eventfd.o [2021-02-18T08:47:47.997Z] #12 117.8 Selecting previously unselected package libpcre32-3:amd64. [2021-02-18T08:47:47.997Z] #12 117.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-18T08:47:47.997Z] #12 117.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T08:47:47.997Z] #12 118.0 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-18T08:47:48.052Z] #42 13.47 PBCC images/fsnotify.pb-c.c [2021-02-18T08:47:48.052Z] #42 13.47 DEP images/fh.pb-c.d [2021-02-18T08:47:48.052Z] #42 13.58 DEP images/fsnotify.pb-c.d [2021-02-18T08:47:48.052Z] #42 13.65 PBCC images/eventpoll.pb-c.c [2021-02-18T08:47:48.052Z] #42 13.67 DEP images/eventpoll.pb-c.d [2021-02-18T08:47:48.052Z] #42 13.71 PBCC images/eventfd.pb-c.c [2021-02-18T08:47:48.052Z] #42 13.77 DEP images/eventfd.pb-c.d [2021-02-18T08:47:48.052Z] #42 13.79 PBCC images/remap-file-path.pb-c.c [2021-02-18T08:47:48.122Z] #29 ... [2021-02-18T08:47:48.122Z] [2021-02-18T08:47:48.122Z] #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-18T08:47:48.122Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:48.122Z] #42 126.8 CC criu/namespaces.o [2021-02-18T08:47:48.122Z] #42 128.4 CC criu/net.o [2021-02-18T08:47:48.122Z] #42 131.2 CC criu/netfilter.o [2021-02-18T08:47:48.122Z] #42 131.6 CC criu/page-pipe.o [2021-02-18T08:47:48.122Z] #42 132.3 CC criu/page-xfer.o [2021-02-18T08:47:48.122Z] #42 134.3 CC criu/pagemap-cache.o [2021-02-18T08:47:48.122Z] #42 134.7 CC criu/pagemap.o [2021-02-18T08:47:48.122Z] #42 135.5 CC criu/parasite-syscall.o [2021-02-18T08:47:48.122Z] #42 136.3 CC criu/path.o [2021-02-18T08:47:48.122Z] #42 136.5 CC criu/pie-util-vdso-elf32.o [2021-02-18T08:47:48.122Z] #42 136.9 CC criu/pie-util-vdso.o [2021-02-18T08:47:48.145Z] #43 25.01 CC images/eventpoll.o [2021-02-18T08:47:48.258Z] #12 118.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-18T08:47:48.258Z] #12 118.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T08:47:48.258Z] #12 118.1 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-18T08:47:48.258Z] #12 118.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-18T08:47:48.258Z] #12 118.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T08:47:48.312Z] #42 13.83 DEP images/remap-file-path.pb-c.d [2021-02-18T08:47:48.312Z] #42 13.97 PBCC images/fifo.pb-c.c [2021-02-18T08:47:48.312Z] #42 13.97 DEP images/fifo.pb-c.d [2021-02-18T08:47:48.312Z] #42 14.02 PBCC images/ghost-file.pb-c.c [2021-02-18T08:47:48.312Z] #42 14.06 DEP images/ghost-file.pb-c.d [2021-02-18T08:47:48.379Z] #42 ... [2021-02-18T08:47:48.379Z] [2021-02-18T08:47:48.379Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:47:48.379Z] #29 sha256:053c8b1ae7d37ad3e9afb4302851a0080e3e7b64d4a98fe4212804f2f16db377 [2021-02-18T08:47:48.379Z] #29 DONE 4.4s [2021-02-18T08:47:48.379Z] [2021-02-18T08:47:48.379Z] #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-18T08:47:48.379Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:48.379Z] #42 137.3 CC criu/pie-util.o [2021-02-18T08:47:48.520Z] #12 118.5 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-18T08:47:48.520Z] #12 118.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-18T08:47:48.520Z] #12 118.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T08:47:48.571Z] #42 14.13 PBCC images/regfile.pb-c.c [2021-02-18T08:47:48.571Z] #42 14.20 DEP images/regfile.pb-c.d [2021-02-18T08:47:48.571Z] #42 14.24 PBCC images/ns.pb-c.c [2021-02-18T08:47:48.571Z] #42 14.27 DEP images/ns.pb-c.d [2021-02-18T08:47:48.571Z] #42 14.32 PBCC images/fdinfo.pb-c.c [2021-02-18T08:47:48.614Z] #19 42.80 Selecting previously unselected package libnet1:amd64. [2021-02-18T08:47:48.615Z] #19 42.80 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:47:48.615Z] #19 42.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:48.615Z] #19 42.90 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T08:47:48.615Z] #19 42.90 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T08:47:48.615Z] #19 42.92 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:47:48.615Z] #19 43.00 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T08:47:48.639Z] #42 137.5 CC criu/pipes.o [2021-02-18T08:47:48.639Z] #42 ... [2021-02-18T08:47:48.639Z] [2021-02-18T08:47:48.639Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T08:47:48.639Z] #32 sha256:278bd0d3356aa182fc834c25aa07e69347f725eb68158b0922054dfbde8650ba [2021-02-18T08:47:48.639Z] #32 DONE 0.3s [2021-02-18T08:47:48.639Z] [2021-02-18T08:47:48.639Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T08:47:48.639Z] #34 sha256:b7dd02f8c396d9dd8a6d43a6186e916b020eef716db131717f4e38c337e83991 [2021-02-18T08:47:48.639Z] #34 DONE 0.1s [2021-02-18T08:47:48.782Z] #12 118.7 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-18T08:47:48.782Z] #12 118.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:47:48.782Z] #12 118.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T08:47:48.782Z] #12 118.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-18T08:47:48.806Z] #43 25.36 CC images/fh.o [2021-02-18T08:47:48.830Z] #42 14.44 DEP images/fdinfo.pb-c.d [2021-02-18T08:47:48.830Z] #42 14.53 PBCC images/core-aarch64.pb-c.c [2021-02-18T08:47:48.830Z] #42 14.55 PBCC images/core-arm.pb-c.c [2021-02-18T08:47:48.880Z] #19 43.00 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:47:48.880Z] #19 43.01 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:47:48.880Z] #19 43.07 Selecting previously unselected package libreadline5:amd64. [2021-02-18T08:47:48.880Z] #19 43.08 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-18T08:47:48.880Z] #19 43.08 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T08:47:48.880Z] #19 43.23 Selecting previously unselected package net-tools. [2021-02-18T08:47:48.880Z] #19 43.25 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-18T08:47:48.896Z] [2021-02-18T08:47:48.896Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T08:47:48.896Z] #37 sha256:efbeaa05b022f3535239b1a54787d24d8ff99faa0cc93675a34d83e21d797fc2 [2021-02-18T08:47:48.896Z] #37 DONE 0.0s [2021-02-18T08:47:48.896Z] [2021-02-18T08:47:48.896Z] #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-18T08:47:48.896Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:47:49.044Z] #12 118.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-18T08:47:49.044Z] #12 118.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T08:47:49.044Z] #12 118.9 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-18T08:47:49.044Z] #12 118.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T08:47:49.044Z] #12 118.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:47:49.089Z] #42 14.60 PBCC images/core-ppc64.pb-c.c [2021-02-18T08:47:49.141Z] #19 43.25 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:47:49.141Z] #19 43.44 Selecting previously unselected package python-pip-whl. [2021-02-18T08:47:49.141Z] #19 43.44 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T08:47:49.141Z] #19 43.45 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T08:47:49.142Z] #43 25.83 CC images/fsnotify.o [2021-02-18T08:47:49.348Z] #42 14.70 PBCC images/core-s390.pb-c.c [2021-02-18T08:47:49.348Z] #42 14.77 PBCC images/core-x86.pb-c.c [2021-02-18T08:47:49.348Z] #42 14.88 PBCC images/core.pb-c.c [2021-02-18T08:47:49.348Z] #42 14.95 PBCC images/inventory.pb-c.c [2021-02-18T08:47:49.348Z] #42 14.95 DEP images/core-aarch64.pb-c.d [2021-02-18T08:47:49.459Z] #39 ... [2021-02-18T08:47:49.459Z] [2021-02-18T08:47:49.459Z] #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-18T08:47:49.459Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:49.459Z] #42 138.4 CC criu/plugin.o [2021-02-18T08:47:49.607Z] #42 15.01 DEP images/core-arm.pb-c.d [2021-02-18T08:47:49.607Z] #42 15.21 DEP images/core-ppc64.pb-c.d [2021-02-18T08:47:49.607Z] #42 15.21 DEP images/core-s390.pb-c.d [2021-02-18T08:47:49.607Z] #42 15.21 DEP images/core-x86.pb-c.d [2021-02-18T08:47:49.618Z] #12 119.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T08:47:49.618Z] #12 119.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T08:47:49.618Z] #12 119.5 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T08:47:49.618Z] #12 119.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:47:49.618Z] #12 119.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T08:47:49.618Z] #12 119.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T08:47:49.618Z] #12 119.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:49.618Z] #12 119.6 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:47:49.618Z] #12 119.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T08:47:49.711Z] #19 43.94 Selecting previously unselected package python3-lib2to3. [2021-02-18T08:47:49.711Z] #19 43.95 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T08:47:49.711Z] #19 43.96 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:47:49.790Z] #43 26.48 CC images/signalfd.o [2021-02-18T08:47:49.866Z] #42 15.39 DEP images/core.pb-c.d [2021-02-18T08:47:49.866Z] #42 15.40 DEP images/inventory.pb-c.d [2021-02-18T08:47:49.866Z] #42 15.50 PBCC images/cpuinfo.pb-c.c [2021-02-18T08:47:49.866Z] #42 15.53 DEP images/cpuinfo.pb-c.d [2021-02-18T08:47:49.882Z] #12 119.6 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:47:49.882Z] #12 119.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:47:49.882Z] #12 119.7 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:47:49.882Z] #12 119.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T08:47:49.882Z] #12 119.7 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T08:47:49.882Z] #12 119.7 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:47:49.882Z] #12 119.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:47:49.882Z] #12 119.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T08:47:49.882Z] #12 119.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:49.882Z] #12 119.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T08:47:49.882Z] #12 119.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T08:47:49.882Z] #12 119.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:49.882Z] #12 119.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T08:47:49.882Z] #12 119.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T08:47:49.882Z] #12 119.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:47:49.882Z] #12 119.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T08:47:49.882Z] #12 119.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:47:49.882Z] #12 119.9 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T08:47:49.971Z] #19 44.08 Selecting previously unselected package python3-distutils. [2021-02-18T08:47:49.971Z] #19 44.10 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T08:47:49.971Z] #19 44.11 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T08:47:49.971Z] #19 44.27 Selecting previously unselected package python3-pip. [2021-02-18T08:47:49.971Z] #19 44.27 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T08:47:49.971Z] #19 44.28 Unpacking python3-pip (18.1-5) ... [2021-02-18T08:47:50.022Z] #42 138.9 CC criu/proc_parse.o [2021-02-18T08:47:50.089Z] #43 26.81 CC images/fs.o [2021-02-18T08:47:50.126Z] #42 15.58 PBCC images/stats.pb-c.c [2021-02-18T08:47:50.126Z] #42 15.68 DEP images/stats.pb-c.d [2021-02-18T08:47:50.146Z] #12 119.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:47:50.146Z] #12 119.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T08:47:50.146Z] #12 120.0 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:47:50.231Z] #19 44.46 Selecting previously unselected package python3-pkg-resources. [2021-02-18T08:47:50.231Z] #19 44.48 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:47:50.231Z] #19 44.49 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:47:50.387Z] #43 27.06 CC images/pstree.o [2021-02-18T08:47:50.408Z] #12 DONE 120.3s [2021-02-18T08:47:50.408Z] [2021-02-18T08:47:50.408Z] #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-18T08:47:50.408Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:50.408Z] #42 44.03 CC compel/plugins/std/infect.o [2021-02-18T08:47:50.408Z] #42 44.54 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-18T08:47:50.408Z] #42 44.59 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-18T08:47:50.408Z] #42 44.75 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-18T08:47:50.408Z] #42 44.91 AR compel/plugins/std.lib.a [2021-02-18T08:47:50.408Z] #42 45.08 CC compel/plugins/fds/fds.o [2021-02-18T08:47:50.408Z] #42 45.37 AR compel/plugins/fds.lib.a [2021-02-18T08:47:50.408Z] #42 45.41 HOSTDEP compel/src/lib/log-host.d [2021-02-18T08:47:50.408Z] #42 45.53 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T08:47:50.408Z] #42 45.60 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-18T08:47:50.408Z] #42 45.68 HOSTDEP compel/src/main-host.d [2021-02-18T08:47:50.408Z] #42 45.75 DEP compel/src/lib/ptrace.d [2021-02-18T08:47:50.408Z] #42 45.83 DEP compel/src/lib/infect.d [2021-02-18T08:47:50.408Z] #42 45.97 DEP compel/src/lib/infect-util.d [2021-02-18T08:47:50.408Z] #42 46.06 DEP compel/src/lib/infect-rpc.d [2021-02-18T08:47:50.408Z] #42 46.17 DEP compel/arch/x86/src/lib/infect.d [2021-02-18T08:47:50.408Z] #42 46.28 DEP compel/arch/x86/src/lib/cpu.d [2021-02-18T08:47:50.408Z] #42 46.36 DEP compel/src/lib/log.d [2021-02-18T08:47:50.408Z] #42 46.42 DEP compel/src/main.d [2021-02-18T08:47:50.408Z] #42 46.49 DEP compel/src/lib/handle-elf.d [2021-02-18T08:47:50.408Z] #42 46.57 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-18T08:47:50.408Z] #42 46.72 CC compel/src/lib/log.o [2021-02-18T08:47:50.408Z] #42 46.96 CC compel/arch/x86/src/lib/cpu.o [2021-02-18T08:47:50.408Z] #42 47.59 CC compel/arch/x86/src/lib/infect.o [2021-02-18T08:47:50.408Z] #42 48.36 CC compel/src/lib/infect-rpc.o [2021-02-18T08:47:50.491Z] #19 44.64 Selecting previously unselected package python3-setuptools. [2021-02-18T08:47:50.491Z] #19 44.64 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T08:47:50.491Z] #19 44.65 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T08:47:50.685Z] #43 27.24 CC images/pipe.o [2021-02-18T08:47:50.685Z] #43 27.48 CC images/tcp-stream.o [2021-02-18T08:47:50.750Z] #19 44.89 Selecting previously unselected package python3-wheel. [2021-02-18T08:47:50.750Z] #19 44.91 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T08:47:50.750Z] #19 44.91 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T08:47:50.750Z] #19 44.99 Selecting previously unselected package sudo. [2021-02-18T08:47:50.750Z] #19 44.99 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-18T08:47:50.750Z] #19 45.00 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:47:50.982Z] #42 48.96 CC compel/src/lib/infect-util.o [2021-02-18T08:47:50.983Z] #43 27.78 CC images/sk-packet.o [2021-02-18T08:47:51.281Z] #43 28.12 CC images/mnt.o [2021-02-18T08:47:51.320Z] #19 45.47 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T08:47:51.320Z] #19 45.48 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-18T08:47:51.320Z] #19 45.49 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:47:51.555Z] #42 49.36 CC compel/src/lib/infect.o [2021-02-18T08:47:51.579Z] #19 45.73 Selecting previously unselected package uidmap. [2021-02-18T08:47:51.579Z] #19 45.73 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-18T08:47:51.579Z] #19 45.74 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T08:47:51.579Z] #19 45.84 Selecting previously unselected package vim-runtime. [2021-02-18T08:47:51.579Z] #19 45.85 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:47:51.579Z] #19 45.90 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-18T08:47:51.579Z] #19 45.95 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T08:47:51.580Z] #43 ... [2021-02-18T08:47:51.580Z] [2021-02-18T08:47:51.580Z] #56 [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-18T08:47:51.580Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:47:51.839Z] #19 45.95 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:47:51.878Z] #56 57.07 Checking out files: 62% (2359/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) [2021-02-18T08:47:51.878Z] #56 ... [2021-02-18T08:47:51.878Z] [2021-02-18T08:47:51.878Z] #34 [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-18T08:47:51.878Z] #34 sha256:1098fb4aece283f2375880578c3b4fc50756ec425d5b74bae23216eabea02b0e [2021-02-18T08:47:51.878Z] #34 85.10 log [2021-02-18T08:47:51.878Z] #34 85.12 flag [2021-02-18T08:47:51.878Z] #34 89.67 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T08:47:51.878Z] #34 DONE 94.0s [2021-02-18T08:47:51.878Z] [2021-02-18T08:47:51.878Z] #56 [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-18T08:47:51.878Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:47:52.031Z] #42 17.19 make[1]: Nothing to be done for 'all'. [2021-02-18T08:47:52.130Z] #42 ... [2021-02-18T08:47:52.130Z] [2021-02-18T08:47:52.130Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T08:47:52.130Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T08:47:52.130Z] #13 DONE 1.6s [2021-02-18T08:47:52.130Z] [2021-02-18T08:47:52.130Z] #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-18T08:47:52.130Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T08:47:52.177Z] #56 57.07 Checking out files: 62% (2359/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) [2021-02-18T08:47:52.177Z] #56 ... [2021-02-18T08:47:52.177Z] [2021-02-18T08:47:52.177Z] #51 [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-18T08:47:52.177Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:47:52.177Z] #51 84.21 context [2021-02-18T08:47:52.177Z] #51 84.23 mvdan.cc/sh/v3/fileutil [2021-02-18T08:47:52.177Z] #51 87.18 encoding/binary [2021-02-18T08:47:52.177Z] #51 87.19 github.com/pkg/diff [2021-02-18T08:47:52.177Z] #51 87.19 mvdan.cc/editorconfig [2021-02-18T08:47:52.177Z] #51 87.19 go/token [2021-02-18T08:47:52.177Z] #51 90.20 go/scanner [2021-02-18T08:47:52.177Z] #51 91.58 mvdan.cc/sh/v3/syntax [2021-02-18T08:47:52.177Z] #51 93.34 encoding/base64 [2021-02-18T08:47:52.177Z] #51 93.35 golang.org/x/sys/unix [2021-02-18T08:47:52.177Z] #51 93.67 go/ast [2021-02-18T08:47:52.177Z] #51 ... [2021-02-18T08:47:52.177Z] [2021-02-18T08:47:52.177Z] #56 [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-18T08:47:52.177Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:47:52.542Z] #42 141.3 CC criu/protobuf-desc.o [2021-02-18T08:47:52.542Z] #42 ... [2021-02-18T08:47:52.542Z] [2021-02-18T08:47:52.542Z] #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-18T08:47:52.542Z] #52 sha256:80271eb562e9a0041ce9535720ee4fa0d4d1e39dc714eb72e6c162ec041b932c [2021-02-18T08:47:52.542Z] #52 91.33 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-18T08:47:52.542Z] #52 93.20 + mkdir -p /build [2021-02-18T08:47:52.542Z] #52 93.20 + cp runc /build/runc [2021-02-18T08:47:52.542Z] #52 DONE 94.0s [2021-02-18T08:47:52.799Z] [2021-02-18T08:47:52.799Z] #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-18T08:47:52.799Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:47:53.003Z] #57 ... [2021-02-18T08:47:53.003Z] [2021-02-18T08:47:53.003Z] #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-18T08:47:53.003Z] #55 sha256:b138bf67cd09f71c1a8cbf669dc95234f80bd4f9f1c7da837eaee66794f1c69d [2021-02-18T08:47:53.003Z] #55 33.42 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T08:47:53.003Z] #55 33.42 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T08:47:53.003Z] #55 33.42 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:47:53.003Z] #55 33.42 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:47:53.003Z] #55 33.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T08:47:53.003Z] #55 33.42 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T08:47:53.003Z] #55 33.42 + '[' '' = dynamic ']' [2021-02-18T08:47:53.003Z] #55 33.42 + make [2021-02-18T08:47:53.003Z] #55 34.77 + bin/ctr [2021-02-18T08:47:53.003Z] #55 ... [2021-02-18T08:47:53.003Z] [2021-02-18T08:47:53.003Z] #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-18T08:47:53.003Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:47:53.003Z] #42 15.95 make[1]: Nothing to be done for 'all'. [2021-02-18T08:47:53.003Z] #42 17.29 CC images/stats.o [2021-02-18T08:47:53.003Z] #42 17.77 CC images/core.o [2021-02-18T08:47:53.003Z] #42 18.52 CC images/core-x86.o [2021-02-18T08:47:53.003Z] #42 19.07 CC images/core-arm.o [2021-02-18T08:47:53.003Z] #42 19.54 CC images/core-aarch64.o [2021-02-18T08:47:53.003Z] #42 20.00 CC images/core-ppc64.o [2021-02-18T08:47:53.003Z] #42 20.52 CC images/core-s390.o [2021-02-18T08:47:53.003Z] #42 21.27 CC images/cpuinfo.o [2021-02-18T08:47:53.003Z] #42 21.62 CC images/inventory.o [2021-02-18T08:47:53.003Z] #42 21.93 CC images/fdinfo.o [2021-02-18T08:47:53.003Z] #42 22.28 CC images/fown.o [2021-02-18T08:47:53.003Z] #42 22.44 CC images/ns.o [2021-02-18T08:47:53.003Z] #42 22.65 CC images/regfile.o [2021-02-18T08:47:53.003Z] #42 22.88 CC images/ghost-file.o [2021-02-18T08:47:53.003Z] #42 23.27 CC images/fifo.o [2021-02-18T08:47:53.003Z] #42 23.46 CC images/remap-file-path.o [2021-02-18T08:47:53.003Z] #42 23.60 CC images/eventfd.o [2021-02-18T08:47:53.003Z] #42 23.88 CC images/eventpoll.o [2021-02-18T08:47:53.003Z] #42 24.24 CC images/fh.o [2021-02-18T08:47:53.003Z] #42 24.46 CC images/fsnotify.o [2021-02-18T08:47:53.003Z] #42 25.03 CC images/signalfd.o [2021-02-18T08:47:53.003Z] #42 25.28 CC images/fs.o [2021-02-18T08:47:53.003Z] #42 25.54 CC images/pstree.o [2021-02-18T08:47:53.093Z] #56 57.07 Checking out files: 62% (2359/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: 92% (3474/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-18T08:47:53.093Z] #56 58.57 + cd /tmp/tmp.KDCJkA29L4/src/github.com/containerd/containerd [2021-02-18T08:47:53.093Z] #56 ... [2021-02-18T08:47:53.093Z] [2021-02-18T08:47:53.094Z] #45 [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-18T08:47:53.094Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:47:53.094Z] #45 85.03 context [2021-02-18T08:47:53.094Z] #45 85.88 internal/lazyregexp [2021-02-18T08:47:53.094Z] #45 85.90 github.com/LK4D4/vndr/versioned [2021-02-18T08:47:53.094Z] #45 86.90 os/exec [2021-02-18T08:47:53.094Z] #45 86.98 net [2021-02-18T08:47:53.094Z] #45 91.74 encoding/binary [2021-02-18T08:47:53.094Z] #45 91.74 go/scanner [2021-02-18T08:47:53.094Z] #45 91.75 net/url [2021-02-18T08:47:53.094Z] #45 ... [2021-02-18T08:47:53.094Z] [2021-02-18T08:47:53.094Z] #56 [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-18T08:47:53.094Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:47:53.094Z] #56 58.58 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:47:53.266Z] #42 25.68 CC images/pipe.o [2021-02-18T08:47:53.407Z] #42 18.69 CC images/stats.o [2021-02-18T08:47:53.407Z] #42 ... [2021-02-18T08:47:53.407Z] [2021-02-18T08:47:53.407Z] #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-18T08:47:53.407Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:47:53.407Z] #44 80.98 text/template [2021-02-18T08:47:53.407Z] #44 81.24 go/parser [2021-02-18T08:47:53.407Z] #44 84.29 encoding/xml [2021-02-18T08:47:53.407Z] #44 86.44 go/doc [2021-02-18T08:47:53.407Z] #44 90.16 github.com/LK4D4/vndr/build [2021-02-18T08:47:53.407Z] #44 90.60 github.com/LK4D4/vndr/versioned [2021-02-18T08:47:53.407Z] #44 90.76 compress/flate [2021-02-18T08:47:53.407Z] #44 ... [2021-02-18T08:47:53.407Z] [2021-02-18T08:47:53.407Z] #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-18T08:47:53.407Z] #50 sha256:b6b5ee154264652639dc872c1981bef502de26a8ad4e5a6691017469039a674c [2021-02-18T08:47:53.407Z] #50 90.43 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T08:47:53.530Z] #42 25.89 CC images/tcp-stream.o [2021-02-18T08:47:53.530Z] #42 ... [2021-02-18T08:47:53.530Z] [2021-02-18T08:47:53.530Z] #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-18T08:47:53.530Z] #57 sha256:085a00c62abd329dd21b3f860060b4d433f299f0542586ba1673701ddacfd0c5 [2021-02-18T08:47:53.530Z] #57 DONE 88.1s [2021-02-18T08:47:53.530Z] [2021-02-18T08:47:53.530Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T08:47:53.530Z] #58 sha256:ee90c1e2730afd4d39ab37d844e79c915fa8041b91f90e82ccc7ce4a1dee9ead [2021-02-18T08:47:53.533Z] #14 DONE 1.3s [2021-02-18T08:47:53.533Z] [2021-02-18T08:47:53.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-18T08:47:53.533Z] #52 sha256:ccf695875a9b86407246c81885df9733ee9673434d8067082db7cb88b8654c03 [2021-02-18T08:47:53.533Z] #52 1.440 + RM_GOPATH=0 [2021-02-18T08:47:53.533Z] #52 1.440 + TMP_GOPATH= [2021-02-18T08:47:53.533Z] #52 1.440 + : /build [2021-02-18T08:47:53.533Z] #52 1.440 + '[' -z '' ']' [2021-02-18T08:47:53.533Z] #52 1.440 ++ mktemp -d [2021-02-18T08:47:53.533Z] #52 1.440 + export GOPATH=/tmp/tmp.HBBPCxGZFI [2021-02-18T08:47:53.533Z] #52 1.440 + GOPATH=/tmp/tmp.HBBPCxGZFI [2021-02-18T08:47:53.533Z] #52 1.440 + RM_GOPATH=1 [2021-02-18T08:47:53.533Z] #52 1.440 + case "$(go env GOARCH)" in [2021-02-18T08:47:53.533Z] #52 1.440 ++ go env GOARCH [2021-02-18T08:47:53.533Z] #52 1.476 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:53.533Z] #52 1.476 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:47:53.533Z] #52 1.477 ++ dirname /tmp/install/install.sh [2021-02-18T08:47:53.533Z] #52 1.481 + dir=/tmp/install [2021-02-18T08:47:53.533Z] #52 1.481 + bin=runc [2021-02-18T08:47:53.533Z] #52 1.481 + shift [2021-02-18T08:47:53.533Z] #52 1.483 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T08:47:53.533Z] #52 1.483 + . /tmp/install/runc.installer [2021-02-18T08:47:53.533Z] #52 1.484 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:47:53.533Z] #52 1.484 + install_runc [2021-02-18T08:47:53.533Z] #52 1.486 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T08:47:53.533Z] #52 1.491 + uname -r [2021-02-18T08:47:53.533Z] #52 1.500 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T08:47:53.533Z] #52 1.501 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T08:47:53.533Z] #52 1.501 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.HBBPCxGZFI/src/github.com/opencontainers/runc [2021-02-18T08:47:53.533Z] #52 1.501 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T08:47:53.533Z] #52 1.504 Cloning into '/tmp/tmp.HBBPCxGZFI/src/github.com/opencontainers/runc'... [2021-02-18T08:47:53.727Z] #48 ... [2021-02-18T08:47:53.727Z] [2021-02-18T08:47:53.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-18T08:47:53.727Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:53.727Z] #42 142.4 CC criu/protobuf.o [2021-02-18T08:47:54.119Z] #58 DONE 0.4s [2021-02-18T08:47:54.119Z] [2021-02-18T08:47:54.119Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T08:47:54.119Z] #59 sha256:880c27cf2107af545d110c32ac3e963fe9a4f2f77d0b193fbd603bed895b0a8f [2021-02-18T08:47:54.290Z] #42 143.0 CC criu/pstree.o [2021-02-18T08:47:54.384Z] #59 DONE 0.3s [2021-02-18T08:47:54.384Z] [2021-02-18T08:47:54.384Z] #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-18T08:47:54.384Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:47:54.384Z] #42 26.15 CC images/sk-packet.o [2021-02-18T08:47:54.384Z] #42 26.44 CC images/mnt.o [2021-02-18T08:47:54.384Z] #42 26.72 CC images/pipe-data.o [2021-02-18T08:47:54.384Z] #42 27.01 CC images/sa.o [2021-02-18T08:47:54.480Z] #52 ... [2021-02-18T08:47:54.480Z] [2021-02-18T08:47:54.480Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T08:47:54.480Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T08:47:54.480Z] #15 1.045 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T08:47:54.480Z] #15 DONE 1.2s [2021-02-18T08:47:54.548Z] #42 ... [2021-02-18T08:47:54.548Z] [2021-02-18T08:47:54.548Z] #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-18T08:47:54.548Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:47:54.548Z] #39 DONE 212.6s [2021-02-18T08:47:54.631Z] #56 60.28 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T08:47:54.743Z] [2021-02-18T08:47:54.743Z] #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-18T08:47:54.743Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:54.743Z] #42 52.66 CC compel/src/lib/ptrace.o [2021-02-18T08:47:54.804Z] [2021-02-18T08:47:54.804Z] #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-18T08:47:54.804Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:54.804Z] #42 143.8 CC criu/rbtree.o [2021-02-18T08:47:54.931Z] #56 60.28 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T08:47:54.931Z] #56 60.28 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:47:54.931Z] #56 60.28 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:47:54.931Z] #56 60.28 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T08:47:54.931Z] #56 60.28 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T08:47:54.931Z] #56 60.28 + '[' '' = dynamic ']' [2021-02-18T08:47:54.931Z] #56 60.28 + make [2021-02-18T08:47:54.960Z] #42 27.31 CC images/timer.o [2021-02-18T08:47:55.133Z] #19 49.31 Selecting previously unselected package vim. [2021-02-18T08:47:55.134Z] #19 49.32 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:47:55.134Z] #19 49.35 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T08:47:55.316Z] #42 53.35 AR compel/libcompel.a [2021-02-18T08:47:55.369Z] #42 144.2 CC criu/rst-malloc.o [2021-02-18T08:47:55.536Z] #42 27.83 CC images/timerfd.o [2021-02-18T08:47:55.579Z] #42 53.48 HOSTCC compel/src/main-host.o [2021-02-18T08:47:55.579Z] #56 61.09 + bin/ctr [2021-02-18T08:47:55.628Z] #42 144.6 CC criu/seccomp.o [2021-02-18T08:47:55.703Z] #19 49.96 Selecting previously unselected package xfsprogs. [2021-02-18T08:47:55.703Z] #19 49.97 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-18T08:47:55.703Z] #19 49.98 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T08:47:55.703Z] #19 ... [2021-02-18T08:47:55.703Z] [2021-02-18T08:47:55.703Z] #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-18T08:47:55.703Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:55.703Z] #42 97.38 CC criu/cr-dedup.o [2021-02-18T08:47:55.703Z] #42 97.86 CC criu/cr-dump.o [2021-02-18T08:47:55.703Z] #42 100.2 CC criu/cr-errno.o [2021-02-18T08:47:55.703Z] #42 100.3 CC criu/cr-restore.o [2021-02-18T08:47:55.703Z] #42 104.5 CC criu/cr-service.o [2021-02-18T08:47:55.703Z] #42 106.4 CC criu/crtools.o [2021-02-18T08:47:55.703Z] #42 106.9 CC criu/eventfd.o [2021-02-18T08:47:55.800Z] #42 28.14 CC images/mm.o [2021-02-18T08:47:55.841Z] #42 ... [2021-02-18T08:47:55.841Z] [2021-02-18T08:47:55.841Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T08:47:55.841Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T08:47:55.841Z] #16 DONE 1.2s [2021-02-18T08:47:55.963Z] #42 107.4 CC criu/eventpoll.o [2021-02-18T08:47:56.064Z] #42 28.61 CC images/sk-opts.o [2021-02-18T08:47:56.109Z] [2021-02-18T08:47:56.109Z] #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-18T08:47:56.109Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:56.109Z] #42 53.91 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-18T08:47:56.109Z] #42 54.09 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T08:47:56.192Z] #42 145.1 CC criu/seize.o [2021-02-18T08:47:56.223Z] #42 ... [2021-02-18T08:47:56.223Z] [2021-02-18T08:47:56.223Z] #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-18T08:47:56.223Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:56.223Z] #19 50.39 Selecting previously unselected package zip. [2021-02-18T08:47:56.223Z] #19 50.40 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-18T08:47:56.223Z] #19 50.41 Unpacking zip (3.0-11+b1) ... [2021-02-18T08:47:56.223Z] #19 50.63 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:47:56.328Z] #42 28.80 CC images/sk-unix.o [2021-02-18T08:47:56.483Z] #19 50.65 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:47:56.483Z] #19 50.67 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T08:47:56.483Z] #19 50.68 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T08:47:56.483Z] #19 50.70 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-18T08:47:56.483Z] #19 50.71 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T08:47:56.483Z] #19 50.73 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T08:47:56.483Z] #19 50.74 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T08:47:56.483Z] #19 50.78 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:47:56.483Z] #19 50.79 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:47:56.483Z] #19 50.81 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:47:56.483Z] #19 50.82 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:47:56.483Z] #19 50.83 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:47:56.591Z] #42 29.04 CC images/sk-inet.o [2021-02-18T08:47:56.681Z] #42 54.55 HOSTCC compel/src/lib/log-host.o [2021-02-18T08:47:56.681Z] #42 54.63 HOSTLINK compel/compel-host-bin [2021-02-18T08:47:56.743Z] #19 50.86 Setting up zip (3.0-11+b1) ... [2021-02-18T08:47:56.743Z] #19 50.87 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:47:56.743Z] #19 50.92 Setting up bash-completion (1:2.8-6) ... [2021-02-18T08:47:56.758Z] #42 ... [2021-02-18T08:47:56.758Z] [2021-02-18T08:47:56.758Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T08:47:56.758Z] #40 sha256:e1a3132e1339e401d982f0882d0c264e19b94746d7a91d140bd42c3a5987a590 [2021-02-18T08:47:56.758Z] #40 DONE 0.8s [2021-02-18T08:47:56.758Z] [2021-02-18T08:47:56.758Z] #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-18T08:47:56.758Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:56.758Z] #42 145.7 CC criu/servicefd.o [2021-02-18T08:47:56.863Z] #42 29.35 CC images/tun.o [2021-02-18T08:47:56.943Z] #42 ... [2021-02-18T08:47:56.943Z] [2021-02-18T08:47:56.943Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T08:47:56.943Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T08:47:56.943Z] #17 DONE 1.1s [2021-02-18T08:47:56.943Z] [2021-02-18T08:47:56.943Z] #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-18T08:47:56.943Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:56.943Z] #42 54.80 DEP soccr/soccr.d [2021-02-18T08:47:56.943Z] #42 55.00 CC soccr/soccr.o [2021-02-18T08:47:57.015Z] #42 146.0 CC criu/shmem.o [2021-02-18T08:47:57.448Z] #42 29.72 CC images/sk-netlink.o [2021-02-18T08:47:57.448Z] #42 29.97 CC images/packet-sock.o [2021-02-18T08:47:57.578Z] #42 146.5 CC criu/sigframe.o [2021-02-18T08:47:57.578Z] #42 146.6 CC criu/signalfd.o [2021-02-18T08:47:57.596Z] #50 ... [2021-02-18T08:47:57.596Z] [2021-02-18T08:47:57.596Z] #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-18T08:47:57.596Z] #55 sha256:ef50487e1199680cb88176293a338272752e4902a1dd9cfd11a128fb0afb0094 [2021-02-18T08:47:57.596Z] #55 45.02 Checking out files: 45% (1716/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: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 88% (3351/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-18T08:47:57.596Z] #55 46.50 + cd /tmp/tmp.4J6hUm4xGP/src/github.com/containerd/containerd [2021-02-18T08:47:57.596Z] #55 46.50 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T08:47:57.835Z] #42 146.8 CC criu/sk-inet.o [2021-02-18T08:47:58.024Z] #42 30.36 CC images/ipc-var.o [2021-02-18T08:47:58.024Z] #42 30.47 CC images/ipc-desc.o [2021-02-18T08:47:58.163Z] #55 ... [2021-02-18T08:47:58.163Z] [2021-02-18T08:47:58.163Z] #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-18T08:47:58.163Z] #50 sha256:b6b5ee154264652639dc872c1981bef502de26a8ad4e5a6691017469039a674c [2021-02-18T08:47:58.163Z] #50 DONE 95.8s [2021-02-18T08:47:58.163Z] [2021-02-18T08:47:58.163Z] #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-18T08:47:58.163Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:58.163Z] #42 19.09 CC images/core.o [2021-02-18T08:47:58.163Z] #42 19.69 CC images/core-x86.o [2021-02-18T08:47:58.163Z] #42 20.22 CC images/core-arm.o [2021-02-18T08:47:58.163Z] #42 20.61 CC images/core-aarch64.o [2021-02-18T08:47:58.163Z] #42 20.98 CC images/core-ppc64.o [2021-02-18T08:47:58.163Z] #42 21.57 CC images/core-s390.o [2021-02-18T08:47:58.163Z] #42 22.19 CC images/cpuinfo.o [2021-02-18T08:47:58.163Z] #42 22.68 CC images/inventory.o [2021-02-18T08:47:58.163Z] #42 22.97 CC images/fdinfo.o [2021-02-18T08:47:58.163Z] #42 23.31 CC images/fown.o [2021-02-18T08:47:58.163Z] #42 23.51 CC images/ns.o [2021-02-18T08:47:58.163Z] #42 23.73 CC images/regfile.o [2021-02-18T08:47:58.192Z] Running on azwin-2-4cafb0 in d:\jenkins\workspace\moby_PR-41973 [Pipeline] { [Pipeline] ws [2021-02-18T08:47:58.210Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-02-18T08:47:58.288Z] #42 30.61 CC images/ipc-shm.o [2021-02-18T08:47:58.288Z] #42 ... [2021-02-18T08:47:58.288Z] [2021-02-18T08:47:58.288Z] #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-18T08:47:58.288Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:47:58.288Z] #12 82.59 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T08:47:58.288Z] #12 82.59 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-18T08:47:58.288Z] #12 82.60 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:47:58.288Z] #12 ... [2021-02-18T08:47:58.288Z] [2021-02-18T08:47:58.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-18T08:47:58.288Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:47:58.288Z] #42 30.75 CC images/ipc-msg.o [2021-02-18T08:47:58.333Z] #42 ... [2021-02-18T08:47:58.333Z] [2021-02-18T08:47:58.333Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T08:47:58.333Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T08:47:58.333Z] #18 DONE 1.1s [2021-02-18T08:47:58.333Z] [2021-02-18T08:47:58.333Z] #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-18T08:47:58.333Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:47:58.421Z] #42 24.01 CC images/ghost-file.o [2021-02-18T08:47:58.551Z] #42 30.98 CC images/ipc-sem.o [2021-02-18T08:47:58.551Z] #42 ... [2021-02-18T08:47:58.551Z] [2021-02-18T08:47:58.551Z] #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-18T08:47:58.551Z] #44 sha256:d6e8b45156f06380e13bb62e5cac1ef2d1b94959482b927f357c5eb4adddc83e [2021-02-18T08:47:58.551Z] #44 83.10 vendor/golang.org/x/net/http/httpguts [2021-02-18T08:47:58.551Z] #44 83.11 mime/multipart [2021-02-18T08:47:58.551Z] #44 84.72 crypto/tls [2021-02-18T08:47:58.551Z] #44 88.79 net/http/httptrace [2021-02-18T08:47:58.551Z] #44 89.09 net/http [2021-02-18T08:47:58.765Z] #42 147.4 CC criu/sk-netlink.o [2021-02-18T08:47:58.765Z] #42 147.6 CC criu/sk-packet.o [2021-02-18T08:47:58.815Z] #44 ... [2021-02-18T08:47:58.815Z] [2021-02-18T08:47:58.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-18T08:47:58.815Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:47:58.815Z] #42 31.14 CC images/utsns.o [2021-02-18T08:47:58.815Z] #42 31.36 CC images/creds.o [2021-02-18T08:47:58.989Z] #42 24.40 CC images/fifo.o [2021-02-18T08:47:58.989Z] #42 24.69 CC images/remap-file-path.o [2021-02-18T08:47:58.989Z] #42 ... [2021-02-18T08:47:58.989Z] [2021-02-18T08:47:58.989Z] #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-18T08:47:58.989Z] #55 sha256:ef50487e1199680cb88176293a338272752e4902a1dd9cfd11a128fb0afb0094 [2021-02-18T08:47:58.989Z] #55 48.11 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T08:47:58.989Z] #55 48.11 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T08:47:58.989Z] #55 48.11 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:47:58.989Z] #55 48.11 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T08:47:58.989Z] #55 48.11 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T08:47:58.989Z] #55 48.11 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T08:47:58.989Z] #55 48.11 + '[' '' = dynamic ']' [2021-02-18T08:47:58.989Z] #55 48.11 + make [2021-02-18T08:47:59.021Z] #42 ... [2021-02-18T08:47:59.021Z] [2021-02-18T08:47:59.021Z] #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-18T08:47:59.021Z] #48 sha256:d5a62e1118c2059e4b17efb21c1044cb57f999d2a5ca7062a9cb28772d438a9f [2021-02-18T08:47:59.021Z] #48 216.8 + /build/golangci-lint --version [2021-02-18T08:47:59.021Z] #48 217.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T08:47:59.021Z] #48 DONE 217.2s [2021-02-18T08:47:59.021Z] [2021-02-18T08:47:59.021Z] #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-18T08:47:59.021Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:47:59.278Z] #42 148.1 CC criu/sk-queue.o [2021-02-18T08:47:59.396Z] #42 31.65 CC images/vma.o [2021-02-18T08:47:59.396Z] #42 31.91 CC images/netdev.o [2021-02-18T08:47:59.535Z] #42 148.4 CC criu/sk-tcp.o [2021-02-18T08:47:59.723Z] #19 1.502 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:47:59.723Z] #19 1.632 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:47:59.723Z] #19 1.640 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:47:59.792Z] #42 148.8 CC criu/sk-unix.o [2021-02-18T08:47:59.871Z] The recommended git tool is: git [2021-02-18T08:47:59.985Z] #42 32.33 CC images/tty.o [2021-02-18T08:48:00.038Z] #19 53.89 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-18T08:48:00.038Z] #19 53.90 Setting up xz-utils (5.2.4-1) ... [2021-02-18T08:48:00.038Z] #19 53.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T08:48:00.038Z] #19 53.93 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:48:00.038Z] #19 54.05 invoke-rc.d: could not determine current runlevel [2021-02-18T08:48:00.038Z] #19 54.06 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T08:48:00.038Z] #19 54.08 Setting up pigz (2.4-1) ... [2021-02-18T08:48:00.038Z] #19 54.09 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T08:48:00.038Z] #19 54.11 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:48:00.038Z] #19 54.27 Setting up python-pip-whl (18.1-5) ... [2021-02-18T08:48:00.038Z] #19 54.29 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T08:48:00.038Z] #19 54.30 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:48:00.134Z] #56 ... [2021-02-18T08:48:00.134Z] [2021-02-18T08:48:00.134Z] #43 [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-18T08:48:00.134Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:48:00.134Z] #43 28.39 CC images/pipe-data.o [2021-02-18T08:48:00.134Z] #43 28.66 CC images/sa.o [2021-02-18T08:48:00.134Z] #43 28.90 CC images/timer.o [2021-02-18T08:48:00.134Z] #43 29.42 CC images/timerfd.o [2021-02-18T08:48:00.134Z] #43 29.59 CC images/mm.o [2021-02-18T08:48:00.134Z] #43 30.05 CC images/sk-opts.o [2021-02-18T08:48:00.134Z] #43 30.32 CC images/sk-unix.o [2021-02-18T08:48:00.134Z] #43 30.72 CC images/sk-inet.o [2021-02-18T08:48:00.134Z] #43 31.23 CC images/tun.o [2021-02-18T08:48:00.134Z] #43 31.54 CC images/sk-netlink.o [2021-02-18T08:48:00.134Z] #43 31.79 CC images/packet-sock.o [2021-02-18T08:48:00.134Z] #43 32.24 CC images/ipc-var.o [2021-02-18T08:48:00.134Z] #43 32.43 CC images/ipc-desc.o [2021-02-18T08:48:00.134Z] #43 32.63 CC images/ipc-shm.o [2021-02-18T08:48:00.134Z] #43 32.99 CC images/ipc-msg.o [2021-02-18T08:48:00.134Z] #43 33.31 CC images/ipc-sem.o [2021-02-18T08:48:00.134Z] #43 33.53 CC images/utsns.o [2021-02-18T08:48:00.134Z] #43 33.76 CC images/creds.o [2021-02-18T08:48:00.134Z] #43 33.99 CC images/vma.o [2021-02-18T08:48:00.134Z] #43 34.27 CC images/netdev.o [2021-02-18T08:48:00.134Z] #43 34.66 CC images/tty.o [2021-02-18T08:48:00.134Z] #43 35.25 CC images/file-lock.o [2021-02-18T08:48:00.134Z] #43 35.63 CC images/rlimit.o [2021-02-18T08:48:00.134Z] #43 35.85 CC images/pagemap.o [2021-02-18T08:48:00.134Z] #43 36.29 CC images/siginfo.o [2021-02-18T08:48:00.134Z] #43 36.62 CC images/rpc.o [2021-02-18T08:48:00.134Z] #43 ... [2021-02-18T08:48:00.134Z] [2021-02-18T08:48:00.134Z] #13 [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-18T08:48:00.134Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:48:00.134Z] #13 102.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T08:48:00.134Z] #13 102.3 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-18T08:48:00.134Z] #13 102.3 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:00.297Z] #19 2.228 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:48:00.366Z] #55 49.28 + bin/ctr [2021-02-18T08:48:00.558Z] #19 54.75 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-18T08:48:00.558Z] #19 54.77 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:48:00.558Z] #19 54.78 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:00.558Z] #19 54.79 Setting up vim (2:8.1.0875-5) ... [2021-02-18T08:48:00.558Z] #19 54.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T08:48:00.558Z] #19 54.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T08:48:00.558Z] #19 54.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T08:48:00.558Z] #19 54.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T08:48:00.558Z] #19 54.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T08:48:00.558Z] #19 54.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T08:48:00.558Z] #19 54.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T08:48:00.558Z] #19 54.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T08:48:00.558Z] #19 54.90 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:48:00.558Z] #19 54.94 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:48:00.558Z] #19 54.95 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T08:48:00.558Z] #19 54.97 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:48:00.564Z] #42 32.99 CC images/file-lock.o [2021-02-18T08:48:00.564Z] #42 33.12 CC images/rlimit.o [2021-02-18T08:48:00.818Z] #19 54.99 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T08:48:00.818Z] #19 55.00 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:00.827Z] #42 33.27 CC images/pagemap.o [2021-02-18T08:48:01.090Z] #42 33.53 CC images/siginfo.o [2021-02-18T08:48:01.159Z] #42 150.1 CC criu/sockets.o [2021-02-18T08:48:01.242Z] #19 ... [2021-02-18T08:48:01.242Z] [2021-02-18T08:48:01.242Z] #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-18T08:48:01.242Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:48:01.242Z] #44 121.1 net/http/httptrace [2021-02-18T08:48:01.242Z] #44 121.4 net/http [2021-02-18T08:48:01.354Z] #42 33.71 CC images/rpc.o [2021-02-18T08:48:01.504Z] #44 ... [2021-02-18T08:48:01.504Z] [2021-02-18T08:48:01.504Z] #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-18T08:48:01.504Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:01.504Z] #42 56.74 AR soccr/libsoccr.a [2021-02-18T08:48:01.504Z] #42 56.79 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:48:01.504Z] #42 57.15 DEP criu/arch/x86/sigframe.d [2021-02-18T08:48:01.504Z] #42 57.28 DEP criu/arch/x86/sigaction_compat.d [2021-02-18T08:48:01.504Z] #42 57.41 DEP criu/arch/x86/kerndat.d [2021-02-18T08:48:01.504Z] #42 57.54 DEP criu/arch/x86/crtools.d [2021-02-18T08:48:01.504Z] #42 57.66 DEP criu/arch/x86/cpu.d [2021-02-18T08:48:01.504Z] #42 57.82 CC criu/arch/x86/cpu.o [2021-02-18T08:48:01.504Z] #42 58.53 CC criu/arch/x86/crtools.o [2021-02-18T08:48:01.722Z] #42 150.4 CC criu/stats.o [2021-02-18T08:48:01.722Z] #42 150.7 CC criu/string.o [2021-02-18T08:48:01.766Z] #42 59.76 CC criu/arch/x86/kerndat.o [2021-02-18T08:48:01.979Z] #42 150.7 CC criu/sysctl.o [2021-02-18T08:48:02.235Z] #42 151.1 CC criu/sysfs_parse.o [2021-02-18T08:48:02.235Z] #42 151.2 CC criu/timens.o [2021-02-18T08:48:02.308Z] #42 34.90 CC images/ext-file.o [2021-02-18T08:48:02.340Z] #42 60.20 CC criu/arch/x86/sigaction_compat.o [2021-02-18T08:48:02.340Z] #42 60.42 CC criu/arch/x86/sigframe.o [2021-02-18T08:48:02.491Z] #42 151.4 CC criu/timerfd.o [2021-02-18T08:48:02.574Z] #42 35.16 CC images/cgroup.o [2021-02-18T08:48:02.748Z] #42 151.6 CC criu/tty.o [2021-02-18T08:48:02.914Z] #42 60.75 LINK criu/arch/x86/crtools.built-in.o [2021-02-18T08:48:02.914Z] #42 60.82 DEP criu/pie/util-vdso-elf32.d [2021-02-18T08:48:02.914Z] #42 60.94 DEP criu/pie/util-vdso.d [2021-02-18T08:48:03.176Z] #42 61.08 DEP criu/pie/util.d [2021-02-18T08:48:03.176Z] #42 61.26 CC criu/pie/util.o [2021-02-18T08:48:03.535Z] #42 35.81 CC images/userns.o [2021-02-18T08:48:03.535Z] #42 36.02 CC images/google/protobuf/descriptor.o [2021-02-18T08:48:03.677Z] #42 152.5 CC criu/tun.o [2021-02-18T08:48:03.706Z] #13 ... [2021-02-18T08:48:03.706Z] [2021-02-18T08:48:03.706Z] #45 [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-18T08:48:03.706Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:48:03.706Z] #45 95.65 go/ast [2021-02-18T08:48:03.706Z] #45 96.44 text/template/parse [2021-02-18T08:48:03.706Z] #45 96.60 encoding/json [2021-02-18T08:48:03.706Z] #45 ... [2021-02-18T08:48:03.706Z] [2021-02-18T08:48:03.706Z] #43 [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-18T08:48:03.706Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:48:03.706Z] #43 37.98 CC images/ext-file.o [2021-02-18T08:48:03.706Z] #43 38.14 CC images/cgroup.o [2021-02-18T08:48:03.706Z] #43 38.79 CC images/userns.o [2021-02-18T08:48:03.706Z] #43 39.03 CC images/google/protobuf/descriptor.o [2021-02-18T08:48:03.749Z] #42 61.65 CC criu/pie/util-vdso.o [2021-02-18T08:48:03.934Z] #42 152.8 CC criu/uffd.o [2021-02-18T08:48:04.112Z] #19 58.04 Setting up iptables (1.8.2-4) ... [2021-02-18T08:48:04.112Z] #19 58.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:48:04.112Z] #19 58.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:48:04.112Z] #19 58.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:48:04.112Z] #19 58.08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:48:04.112Z] #19 58.09 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T08:48:04.112Z] #19 58.09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T08:48:04.112Z] #19 58.13 Setting up python3 (3.7.3-1) ... [2021-02-18T08:48:04.115Z] #42 ... [2021-02-18T08:48:04.115Z] [2021-02-18T08:48:04.115Z] #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-18T08:48:04.115Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T08:48:04.115Z] #12 93.90 Selecting previously unselected package libapparmor1:arm64. [2021-02-18T08:48:04.115Z] #12 93.92 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 93.94 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-02-18T08:48:04.115Z] #12 94.04 Selecting previously unselected package libapparmor-dev:arm64. [2021-02-18T08:48:04.115Z] #12 94.05 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 94.07 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-02-18T08:48:04.115Z] #12 94.22 Selecting previously unselected package libbtrfs0. [2021-02-18T08:48:04.115Z] #12 94.22 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 94.23 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:48:04.115Z] #12 94.32 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:48:04.115Z] #12 94.32 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 94.33 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:48:04.115Z] #12 94.48 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-02-18T08:48:04.115Z] #12 94.48 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 94.50 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-02-18T08:48:04.115Z] #12 94.63 Selecting previously unselected package libudev-dev:arm64. [2021-02-18T08:48:04.115Z] #12 94.63 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 94.68 Unpacking libudev-dev:arm64 (241-7~deb10u6) ... [2021-02-18T08:48:04.115Z] #12 94.84 Selecting previously unselected package libsepol1-dev:arm64. [2021-02-18T08:48:04.115Z] #12 94.84 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 94.86 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-02-18T08:48:04.115Z] #12 95.18 Selecting previously unselected package libpcre16-3:arm64. [2021-02-18T08:48:04.115Z] #12 95.18 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 95.20 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-02-18T08:48:04.115Z] #12 95.42 Selecting previously unselected package libpcre32-3:arm64. [2021-02-18T08:48:04.115Z] #12 95.42 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 95.43 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-02-18T08:48:04.115Z] #12 95.59 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-02-18T08:48:04.115Z] #12 95.60 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 95.61 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-02-18T08:48:04.115Z] #12 95.72 Selecting previously unselected package libpcre3-dev:arm64. [2021-02-18T08:48:04.115Z] #12 95.73 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 95.76 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-02-18T08:48:04.115Z] #12 96.09 Selecting previously unselected package libselinux1-dev:arm64. [2021-02-18T08:48:04.115Z] #12 96.10 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 96.11 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-02-18T08:48:04.115Z] #12 96.36 Selecting previously unselected package libdevmapper-dev:arm64. [2021-02-18T08:48:04.115Z] #12 96.37 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 96.38 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-02-18T08:48:04.115Z] #12 96.48 Selecting previously unselected package libseccomp-dev:arm64. [2021-02-18T08:48:04.115Z] #12 96.50 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 96.50 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2021-02-18T08:48:04.115Z] #12 96.69 Selecting previously unselected package libsystemd-dev:arm64. [2021-02-18T08:48:04.115Z] #12 96.70 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_arm64.deb ... [2021-02-18T08:48:04.115Z] #12 96.70 Unpacking libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-02-18T08:48:04.115Z] #12 97.13 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-02-18T08:48:04.115Z] #12 97.15 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2021-02-18T08:48:04.115Z] #12 97.16 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-02-18T08:48:04.115Z] #12 97.19 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:48:04.115Z] #12 97.20 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-02-18T08:48:04.115Z] #12 97.25 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-02-18T08:48:04.115Z] #12 97.26 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:04.115Z] #12 97.29 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:48:04.115Z] #12 97.30 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-02-18T08:48:04.115Z] #12 97.31 Setting up libudev-dev:arm64 (241-7~deb10u6) ... [2021-02-18T08:48:04.115Z] #12 97.33 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:48:04.115Z] #12 97.37 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:48:04.115Z] #12 97.40 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-02-18T08:48:04.115Z] #12 97.43 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T08:48:04.115Z] #12 97.44 Setting up libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-02-18T08:48:04.115Z] #12 97.47 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:48:04.115Z] #12 97.48 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-02-18T08:48:04.115Z] #12 97.51 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:04.115Z] #12 97.53 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-18T08:48:04.115Z] #12 97.54 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-18T08:48:04.115Z] #12 97.56 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:04.115Z] #12 97.58 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-18T08:48:04.115Z] #12 97.59 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-18T08:48:04.115Z] #12 97.60 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:48:04.115Z] #12 97.62 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-02-18T08:48:04.115Z] #12 97.64 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-02-18T08:48:04.115Z] #12 97.65 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T08:48:04.115Z] #12 97.68 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-02-18T08:48:04.115Z] #12 97.70 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-02-18T08:48:04.115Z] #12 97.73 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:48:04.115Z] #12 DONE 98.4s [2021-02-18T08:48:04.115Z] [2021-02-18T08:48:04.115Z] #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-18T08:48:04.116Z] #52 sha256:e68fcc84ba65eaa0df0f1ac94c7983c3550fe7fdb93859366ee6d083affcab21 [2021-02-18T08:48:04.353Z] #43 41.01 CC images/opts.o [2021-02-18T08:48:04.353Z] #43 ... [2021-02-18T08:48:04.353Z] [2021-02-18T08:48:04.353Z] #51 [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-18T08:48:04.353Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:48:04.353Z] #51 96.44 encoding/json [2021-02-18T08:48:04.372Z] #19 58.55 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T08:48:04.372Z] #19 ... [2021-02-18T08:48:04.372Z] [2021-02-18T08:48:04.373Z] #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-18T08:48:04.373Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:48:04.373Z] #39 189.2 + dpkg --print-architecture [2021-02-18T08:48:04.541Z] #42 153.4 CC criu/util.o [2021-02-18T08:48:04.559Z] #55 ... [2021-02-18T08:48:04.559Z] [2021-02-18T08:48:04.559Z] #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-18T08:48:04.559Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:04.559Z] #42 24.87 CC images/eventfd.o [2021-02-18T08:48:04.559Z] #42 25.08 CC images/eventpoll.o [2021-02-18T08:48:04.559Z] #42 25.34 CC images/fh.o [2021-02-18T08:48:04.559Z] #42 25.65 CC images/fsnotify.o [2021-02-18T08:48:04.559Z] #42 26.21 CC images/signalfd.o [2021-02-18T08:48:04.559Z] #42 26.42 CC images/fs.o [2021-02-18T08:48:04.559Z] #42 26.63 CC images/pstree.o [2021-02-18T08:48:04.559Z] #42 26.82 CC images/pipe.o [2021-02-18T08:48:04.559Z] #42 27.05 CC images/tcp-stream.o [2021-02-18T08:48:04.559Z] #42 27.27 CC images/sk-packet.o [2021-02-18T08:48:04.559Z] #42 27.54 CC images/mnt.o [2021-02-18T08:48:04.559Z] #42 27.76 CC images/pipe-data.o [2021-02-18T08:48:04.559Z] #42 28.01 CC images/sa.o [2021-02-18T08:48:04.559Z] #42 28.30 CC images/timer.o [2021-02-18T08:48:04.559Z] #42 28.61 CC images/timerfd.o [2021-02-18T08:48:04.559Z] #42 28.89 CC images/mm.o [2021-02-18T08:48:04.559Z] #42 29.24 CC images/sk-opts.o [2021-02-18T08:48:04.559Z] #42 29.42 CC images/sk-unix.o [2021-02-18T08:48:04.559Z] #42 29.69 CC images/sk-inet.o [2021-02-18T08:48:04.559Z] #42 30.02 CC images/tun.o [2021-02-18T08:48:04.633Z] #39 189.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T08:48:04.652Z] #51 ... [2021-02-18T08:48:04.652Z] [2021-02-18T08:48:04.652Z] #45 [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-18T08:48:04.652Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:48:04.652Z] #45 106.3 text/template [2021-02-18T08:48:04.652Z] #45 106.5 go/parser [2021-02-18T08:48:04.699Z] #42 62.45 CC criu/pie/util-vdso-elf32.o [2021-02-18T08:48:04.818Z] #42 30.37 CC images/sk-netlink.o [2021-02-18T08:48:04.818Z] #42 30.56 CC images/packet-sock.o [2021-02-18T08:48:05.202Z] #39 189.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T08:48:05.202Z] #39 189.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T08:48:05.272Z] #42 63.15 AR criu/pie/pie.lib.a [2021-02-18T08:48:05.272Z] #42 63.22 DEP criu/pie/restorer.d [2021-02-18T08:48:05.385Z] #42 ... [2021-02-18T08:48:05.385Z] [2021-02-18T08:48:05.385Z] #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-18T08:48:05.385Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:48:05.385Z] #44 92.98 hash/crc32 [2021-02-18T08:48:05.385Z] #44 93.54 compress/gzip [2021-02-18T08:48:05.385Z] #44 93.80 vendor/golang.org/x/crypto/cryptobyte [2021-02-18T08:48:05.385Z] #44 94.40 net [2021-02-18T08:48:05.385Z] #44 95.89 vendor/golang.org/x/crypto/chacha20poly1305 [2021-02-18T08:48:05.385Z] #44 97.09 vendor/golang.org/x/crypto/hkdf [2021-02-18T08:48:05.385Z] #44 97.34 vendor/golang.org/x/text/transform [2021-02-18T08:48:05.385Z] #44 98.20 vendor/golang.org/x/text/unicode/bidi [2021-02-18T08:48:05.385Z] #44 100.0 vendor/golang.org/x/text/secure/bidirule [2021-02-18T08:48:05.385Z] #44 100.4 vendor/golang.org/x/text/unicode/norm [2021-02-18T08:48:05.385Z] #44 ... [2021-02-18T08:48:05.385Z] [2021-02-18T08:48:05.385Z] #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-18T08:48:05.385Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:05.385Z] #42 30.91 CC images/ipc-var.o [2021-02-18T08:48:05.385Z] #42 31.14 CC images/ipc-desc.o [2021-02-18T08:48:05.479Z] #42 154.1 CC criu/uts_ns.o [2021-02-18T08:48:05.479Z] #42 154.3 CC criu/vdso-compat.o [2021-02-18T08:48:05.479Z] #42 154.4 CC criu/vdso.o [2021-02-18T08:48:05.518Z] #52 1.568 + RM_GOPATH=0 [2021-02-18T08:48:05.518Z] #52 1.569 + TMP_GOPATH= [2021-02-18T08:48:05.518Z] #52 1.569 + : /build [2021-02-18T08:48:05.518Z] #52 1.570 + '[' -z '' ']' [2021-02-18T08:48:05.518Z] #52 1.575 ++ mktemp -d [2021-02-18T08:48:05.518Z] #52 1.577 + export GOPATH=/tmp/tmp.5Lc8LWkFZX [2021-02-18T08:48:05.518Z] #52 1.578 + GOPATH=/tmp/tmp.5Lc8LWkFZX [2021-02-18T08:48:05.518Z] #52 1.578 + RM_GOPATH=1 [2021-02-18T08:48:05.518Z] #52 1.578 + case "$(go env GOARCH)" in [2021-02-18T08:48:05.518Z] #52 1.579 ++ go env GOARCH [2021-02-18T08:48:05.518Z] #52 1.598 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:48:05.518Z] #52 1.598 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:48:05.518Z] #52 1.604 ++ dirname /tmp/install/install.sh [2021-02-18T08:48:05.518Z] #52 1.608 + dir=/tmp/install [2021-02-18T08:48:05.518Z] #52 1.608 + bin=runc [2021-02-18T08:48:05.518Z] #52 1.609 + shift [2021-02-18T08:48:05.518Z] #52 1.609 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T08:48:05.518Z] #52 1.610 + . /tmp/install/runc.installer [2021-02-18T08:48:05.518Z] #52 1.610 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:48:05.518Z] #52 1.611 + install_runc [2021-02-18T08:48:05.518Z] #52 1.612 + uname -r [2021-02-18T08:48:05.518Z] #52 1.612 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T08:48:05.518Z] #52 1.620 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T08:48:05.518Z] #52 1.621 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T08:48:05.518Z] #52 1.621 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T08:48:05.518Z] #52 1.621 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5Lc8LWkFZX/src/github.com/opencontainers/runc [2021-02-18T08:48:05.518Z] #52 1.625 Cloning into '/tmp/tmp.5Lc8LWkFZX/src/github.com/opencontainers/runc'... [2021-02-18T08:48:05.533Z] #42 63.51 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-18T08:48:05.533Z] #42 63.64 DEP criu/arch/x86/restorer_unmap.d [2021-02-18T08:48:05.784Z] #52 ... [2021-02-18T08:48:05.785Z] [2021-02-18T08:48:05.785Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T08:48:05.785Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce [2021-02-18T08:48:05.785Z] #13 DONE 1.9s [2021-02-18T08:48:05.795Z] #42 63.66 DEP criu/arch/x86/restorer.d [2021-02-18T08:48:05.953Z] #42 31.30 CC images/ipc-shm.o [2021-02-18T08:48:05.953Z] #42 31.50 CC images/ipc-msg.o [2021-02-18T08:48:06.040Z] #42 154.8 LINK criu/built-in.o [2021-02-18T08:48:06.040Z] #42 154.9 LINK criu/criu [2021-02-18T08:48:06.057Z] #42 63.86 DEP criu/arch/x86/vdso-pie.d [2021-02-18T08:48:06.057Z] #42 64.03 DEP criu/pie/parasite-vdso.d [2021-02-18T08:48:06.064Z] [2021-02-18T08:48:06.064Z] #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-18T08:48:06.064Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:06.064Z] #42 37.66 CC images/opts.o [2021-02-18T08:48:06.064Z] #42 37.82 CC images/seccomp.o [2021-02-18T08:48:06.064Z] #42 38.10 CC images/binfmt-misc.o [2021-02-18T08:48:06.064Z] #42 38.44 CC images/time.o [2021-02-18T08:48:06.064Z] #42 38.62 CC images/sysctl.o [2021-02-18T08:48:06.212Z] #42 31.84 CC images/ipc-sem.o [2021-02-18T08:48:06.297Z] #42 155.2 DEP lib/c/criu.d [2021-02-18T08:48:06.297Z] #42 155.2 CC images/rpc.pb-c.o [2021-02-18T08:48:06.319Z] #42 ... [2021-02-18T08:48:06.319Z] [2021-02-18T08:48:06.319Z] #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-18T08:48:06.319Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:48:06.319Z] #44 136.1 github.com/LK4D4/vndr/godl [2021-02-18T08:48:06.328Z] #42 38.91 CC images/autofs.o [2021-02-18T08:48:06.471Z] #42 32.11 CC images/utsns.o [2021-02-18T08:48:06.554Z] #42 155.5 CC lib/c/criu.o [2021-02-18T08:48:06.584Z] #39 ... [2021-02-18T08:48:06.584Z] [2021-02-18T08:48:06.584Z] #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-18T08:48:06.584Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:06.584Z] #42 108.3 CC criu/external.o [2021-02-18T08:48:06.584Z] #42 108.6 CC criu/fault-injection.o [2021-02-18T08:48:06.584Z] #42 108.8 CC criu/fdstore.o [2021-02-18T08:48:06.584Z] #42 109.2 CC criu/fifo.o [2021-02-18T08:48:06.584Z] #42 109.7 CC criu/file-ids.o [2021-02-18T08:48:06.584Z] #42 109.9 CC criu/file-lock.o [2021-02-18T08:48:06.584Z] #42 110.8 CC criu/files-ext.o [2021-02-18T08:48:06.584Z] #42 111.2 CC criu/files-reg.o [2021-02-18T08:48:06.584Z] #42 113.4 CC criu/files.o [2021-02-18T08:48:06.584Z] #42 115.6 CC criu/filesystems.o [2021-02-18T08:48:06.584Z] #42 116.3 CC criu/fsnotify.o [2021-02-18T08:48:06.584Z] #42 117.3 CC criu/image-desc.o [2021-02-18T08:48:06.584Z] #42 117.4 CC criu/image.o [2021-02-18T08:48:06.584Z] #42 118.3 CC criu/ipc_ns.o [2021-02-18T08:48:06.593Z] #42 39.14 CC images/macvlan.o [2021-02-18T08:48:06.731Z] #42 32.29 CC images/creds.o [2021-02-18T08:48:06.731Z] #42 32.48 CC images/vma.o [2021-02-18T08:48:06.859Z] #42 39.43 CC images/sit.o [2021-02-18T08:48:06.893Z] #44 136.8 github.com/LK4D4/vndr [2021-02-18T08:48:07.117Z] #42 156.0 LINK lib/c/built-in.o [2021-02-18T08:48:07.117Z] #42 156.0 LINK lib/c/libcriu.so [2021-02-18T08:48:07.117Z] #42 156.0 LINK lib/c/libcriu.a [2021-02-18T08:48:07.117Z] #42 156.1 GEN magic.py [2021-02-18T08:48:07.160Z] #42 ... [2021-02-18T08:48:07.160Z] [2021-02-18T08:48:07.161Z] #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-18T08:48:07.161Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:07.161Z] #19 59.20 Setting up apparmor (2.13.2-10) ... [2021-02-18T08:48:07.161Z] #19 61.33 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T08:48:07.161Z] #19 61.36 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:48:07.298Z] #42 32.71 CC images/netdev.o [2021-02-18T08:48:07.374Z] #42 156.2 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:48:07.374Z] #42 156.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:48:07.374Z] #42 156.2 Note: Building without GnuTLS support [2021-02-18T08:48:07.374Z] #42 156.2 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:48:07.374Z] #42 156.2 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:48:07.436Z] #42 39.74 CC images/memfd.o [2021-02-18T08:48:07.436Z] #42 40.07 CC images/timens.o [2021-02-18T08:48:07.447Z] #19 61.81 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:48:07.558Z] #42 33.11 CC images/tty.o [2021-02-18T08:48:07.700Z] #42 ... [2021-02-18T08:48:07.700Z] [2021-02-18T08:48:07.700Z] #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-18T08:48:07.700Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-02-18T08:48:07.700Z] #14 DONE 2.1s [2021-02-18T08:48:07.700Z] [2021-02-18T08:48:07.700Z] #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-18T08:48:07.700Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:07.700Z] #42 40.29 LINK images/built-in.o [2021-02-18T08:48:07.937Z] #42 156.7 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:48:08.127Z] #42 33.63 CC images/file-lock.o [2021-02-18T08:48:08.193Z] #42 157.2 make[1]: Nothing to be done for 'all'. [2021-02-18T08:48:08.278Z] #42 40.57 GEN compel/include/asm [2021-02-18T08:48:08.278Z] #42 40.63 GEN compel/include/version.h [2021-02-18T08:48:08.278Z] #42 40.66 touch .config [2021-02-18T08:48:08.278Z] #42 40.78 GEN include/common/config.h [2021-02-18T08:48:08.278Z] #42 40.91 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T08:48:08.386Z] #42 33.81 CC images/rlimit.o [2021-02-18T08:48:08.386Z] #42 33.99 CC images/pagemap.o [2021-02-18T08:48:08.542Z] #42 40.93 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-02-18T08:48:08.542Z] #42 41.08 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-02-18T08:48:08.542Z] #42 41.14 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-02-18T08:48:08.542Z] #42 41.17 DEP compel/plugins/std/infect.d [2021-02-18T08:48:08.645Z] #42 34.30 CC images/siginfo.o [2021-02-18T08:48:08.756Z] #42 157.6 make[1]: 'images/built-in.o' is up to date. [2021-02-18T08:48:08.756Z] #42 157.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T08:48:08.756Z] #42 157.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T08:48:08.756Z] #42 157.7 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T08:48:08.756Z] #42 157.7 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T08:48:08.756Z] #42 157.7 make[1]: Nothing to be done for 'all'. [2021-02-18T08:48:08.756Z] #42 157.7 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:48:08.756Z] #42 157.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:08.885Z] #19 62.82 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T08:48:09.012Z] #42 157.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:09.012Z] #42 157.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:09.012Z] #42 157.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:09.012Z] #42 157.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:09.012Z] #42 157.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:09.012Z] #42 158.0 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:09.012Z] #42 158.0 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:09.119Z] #42 41.35 DEP compel/plugins/std/string.d [2021-02-18T08:48:09.119Z] #42 41.51 DEP compel/plugins/std/log.d [2021-02-18T08:48:09.119Z] #42 41.63 DEP compel/plugins/std/fds.d [2021-02-18T08:48:09.119Z] #42 41.75 DEP compel/plugins/std/std.d [2021-02-18T08:48:09.149Z] #19 63.45 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T08:48:09.177Z] #45 110.6 encoding/xml [2021-02-18T08:48:09.214Z] #42 34.54 CC images/rpc.o [2021-02-18T08:48:09.270Z] #42 158.0 INSTALL criu/criu [2021-02-18T08:48:09.270Z] #42 DONE 158.3s [2021-02-18T08:48:09.270Z] [2021-02-18T08:48:09.270Z] #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-18T08:48:09.270Z] #55 sha256:38f26c6ba3e786f3aa5cc85369d734b59e1e7a93463517f2962226f8180c587d [2021-02-18T08:48:09.382Z] #42 41.87 DEP compel/plugins/shmem/shmem.d [2021-02-18T08:48:09.646Z] #42 42.02 DEP compel/plugins/fds/fds.d [2021-02-18T08:48:09.822Z] #45 ... [2021-02-18T08:48:09.822Z] [2021-02-18T08:48:09.822Z] #43 [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-18T08:48:09.822Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:48:09.822Z] #43 41.33 CC images/seccomp.o [2021-02-18T08:48:09.822Z] #43 41.71 CC images/binfmt-misc.o [2021-02-18T08:48:09.822Z] #43 42.02 CC images/time.o [2021-02-18T08:48:09.822Z] #43 42.22 CC images/sysctl.o [2021-02-18T08:48:09.822Z] #43 42.42 CC images/autofs.o [2021-02-18T08:48:09.822Z] #43 42.64 CC images/macvlan.o [2021-02-18T08:48:09.822Z] #43 42.85 CC images/sit.o [2021-02-18T08:48:09.822Z] #43 43.08 CC images/memfd.o [2021-02-18T08:48:09.822Z] #43 43.41 CC images/timens.o [2021-02-18T08:48:09.822Z] #43 43.65 LINK images/built-in.o [2021-02-18T08:48:09.822Z] #43 43.84 GEN compel/include/asm [2021-02-18T08:48:09.822Z] #43 43.93 GEN compel/include/version.h [2021-02-18T08:48:09.822Z] #43 43.96 touch .config [2021-02-18T08:48:09.822Z] #43 44.02 GEN include/common/config.h [2021-02-18T08:48:09.822Z] #43 44.17 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T08:48:09.822Z] #43 44.20 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T08:48:09.822Z] #43 44.24 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-02-18T08:48:09.822Z] #43 44.29 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-02-18T08:48:09.822Z] #43 44.37 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-02-18T08:48:09.822Z] #43 44.42 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-02-18T08:48:09.822Z] #43 44.45 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-02-18T08:48:09.822Z] #43 44.49 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T08:48:09.822Z] #43 44.49 DEP compel/plugins/std/infect.d [2021-02-18T08:48:09.822Z] #43 44.65 DEP compel/plugins/std/string.d [2021-02-18T08:48:09.822Z] #43 44.73 DEP compel/plugins/std/log.d [2021-02-18T08:48:09.822Z] #43 44.92 DEP compel/plugins/std/fds.d [2021-02-18T08:48:09.822Z] #43 45.03 DEP compel/plugins/std/std.d [2021-02-18T08:48:09.822Z] #43 45.17 DEP compel/plugins/shmem/shmem.d [2021-02-18T08:48:09.822Z] #43 45.28 DEP compel/plugins/fds/fds.d [2021-02-18T08:48:09.822Z] #43 45.41 CC compel/plugins/std/std.o [2021-02-18T08:48:09.822Z] #43 45.80 CC compel/plugins/std/fds.o [2021-02-18T08:48:09.822Z] #43 46.20 CC compel/plugins/std/log.o [2021-02-18T08:48:09.912Z] #42 42.24 CC compel/plugins/std/std.o [2021-02-18T08:48:09.912Z] #42 ... [2021-02-18T08:48:09.912Z] [2021-02-18T08:48:09.912Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T08:48:09.912Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45 [2021-02-18T08:48:09.912Z] #15 1.446 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T08:48:09.912Z] #15 DONE 2.0s [2021-02-18T08:48:10.152Z] #42 35.60 CC images/ext-file.o [2021-02-18T08:48:10.152Z] #42 35.79 CC images/cgroup.o [2021-02-18T08:48:10.175Z] [2021-02-18T08:48:10.175Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T08:48:10.175Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-02-18T08:48:10.469Z] #43 47.08 CC compel/plugins/std/string.o [2021-02-18T08:48:10.527Z] #19 64.70 Setting up python3-pip (18.1-5) ... [2021-02-18T08:48:10.645Z] #55 ... [2021-02-18T08:48:10.645Z] [2021-02-18T08:48:10.645Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T08:48:10.645Z] #43 sha256:772c44ffdeb4e6d3f70f3e577cca54123fde7bcb25fd8b335fca2924fad6851a [2021-02-18T08:48:10.645Z] #43 DONE 0.1s [2021-02-18T08:48:10.645Z] [2021-02-18T08:48:10.645Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T08:48:10.645Z] #45 sha256:304e1e74bda7694ac149718a6b16fa4bc068d4c8edc5ec5081c6e48fc30a36cf [2021-02-18T08:48:10.645Z] #45 DONE 0.2s [2021-02-18T08:48:10.645Z] [2021-02-18T08:48:10.645Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T08:48:10.645Z] #47 sha256:38edd241a1a746a64e05957221f998d4d1b301ec3e1efdd6f137c94d0f6cf226 [2021-02-18T08:48:10.645Z] #47 DONE 0.1s [2021-02-18T08:48:10.645Z] [2021-02-18T08:48:10.645Z] #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-18T08:48:10.645Z] #55 sha256:38f26c6ba3e786f3aa5cc85369d734b59e1e7a93463517f2962226f8180c587d [2021-02-18T08:48:10.720Z] #42 36.34 CC images/userns.o [2021-02-18T08:48:10.902Z] #55 ... [2021-02-18T08:48:10.902Z] [2021-02-18T08:48:10.902Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T08:48:10.902Z] #49 sha256:71c8c8668b5744abc2e0c976a6b4d7af883ca422b4d177dccf97aecce003f7c1 [2021-02-18T08:48:11.116Z] #43 47.73 CC compel/plugins/std/infect.o [2021-02-18T08:48:11.124Z] #16 ... [2021-02-18T08:48:11.124Z] [2021-02-18T08:48:11.124Z] #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-18T08:48:11.124Z] #44 sha256:d6e8b45156f06380e13bb62e5cac1ef2d1b94959482b927f357c5eb4adddc83e [2021-02-18T08:48:11.124Z] #44 96.85 github.com/LK4D4/vndr/godl [2021-02-18T08:48:11.124Z] #44 97.36 github.com/LK4D4/vndr [2021-02-18T08:48:11.124Z] #44 DONE 105.4s [2021-02-18T08:48:11.124Z] [2021-02-18T08:48:11.124Z] #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-18T08:48:11.124Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:11.124Z] #42 42.65 CC compel/plugins/std/fds.o [2021-02-18T08:48:11.124Z] #42 43.12 CC compel/plugins/std/log.o [2021-02-18T08:48:11.158Z] #49 DONE 0.5s [2021-02-18T08:48:11.158Z] [2021-02-18T08:48:11.158Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T08:48:11.158Z] #51 sha256:fd380a6e11b5a9c0a225051871c7ffa7391a087dd71519e17bedc2c63ae3c580 [2021-02-18T08:48:11.158Z] #51 DONE 0.1s [2021-02-18T08:48:11.158Z] [2021-02-18T08:48:11.158Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T08:48:11.158Z] #53 sha256:474ef79c4d9f80dba9d2e5f9eac2032384b7eb8bdce6c470423ff7c5b9905a51 [2021-02-18T08:48:11.289Z] #42 36.65 CC images/google/protobuf/descriptor.o [2021-02-18T08:48:11.425Z] #43 48.21 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-02-18T08:48:11.425Z] #43 48.24 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-02-18T08:48:11.464Z] #19 65.72 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:48:11.464Z] #19 65.77 Processing triggers for mime-support (3.62) ... [2021-02-18T08:48:11.716Z] #42 ... [2021-02-18T08:48:11.716Z] [2021-02-18T08:48:11.716Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T08:48:11.716Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-02-18T08:48:11.716Z] #16 DONE 1.9s [2021-02-18T08:48:11.716Z] [2021-02-18T08:48:11.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-18T08:48:11.716Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:11.716Z] #42 44.16 CC compel/plugins/std/string.o [2021-02-18T08:48:11.725Z] #53 DONE 0.4s [2021-02-18T08:48:11.725Z] [2021-02-18T08:48:11.725Z] #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-18T08:48:11.725Z] #55 sha256:38f26c6ba3e786f3aa5cc85369d734b59e1e7a93463517f2962226f8180c587d [2021-02-18T08:48:11.749Z] #43 48.27 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-02-18T08:48:11.749Z] #43 48.31 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-02-18T08:48:11.749Z] #43 48.36 AR compel/plugins/std.lib.a [2021-02-18T08:48:11.749Z] #43 48.42 CC compel/plugins/fds/fds.o [2021-02-18T08:48:11.749Z] #43 48.62 AR compel/plugins/fds.lib.a [2021-02-18T08:48:12.049Z] #43 48.69 HOSTDEP compel/src/lib/log-host.d [2021-02-18T08:48:12.049Z] #43 ... [2021-02-18T08:48:12.049Z] [2021-02-18T08:48:12.049Z] #51 [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-18T08:48:12.049Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:48:12.049Z] #51 114.1 golang.org/x/crypto/ssh/terminal [2021-02-18T08:48:12.191Z] #44 ... [2021-02-18T08:48:12.191Z] [2021-02-18T08:48:12.191Z] #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-18T08:48:12.191Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:12.191Z] #19 3.631 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:48:12.191Z] #19 5.165 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:48:12.191Z] #19 10.65 Fetched 8422 kB in 9s (897 kB/s) [2021-02-18T08:48:12.191Z] #19 10.65 Reading package lists... [2021-02-18T08:48:12.191Z] #19 ... [2021-02-18T08:48:12.191Z] [2021-02-18T08:48:12.191Z] #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-18T08:48:12.191Z] #52 sha256:ccf695875a9b86407246c81885df9733ee9673434d8067082db7cb88b8654c03 [2021-02-18T08:48:12.191Z] #52 11.39 + cd /tmp/tmp.HBBPCxGZFI/src/github.com/opencontainers/runc [2021-02-18T08:48:12.191Z] #52 11.39 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:48:12.191Z] #52 12.20 + '[' -z '' ']' [2021-02-18T08:48:12.191Z] #52 12.20 + target=static [2021-02-18T08:48:12.191Z] #52 12.20 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T08:48:12.191Z] #52 12.60 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-18T08:48:12.191Z] #52 ... [2021-02-18T08:48:12.191Z] [2021-02-18T08:48:12.191Z] #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-18T08:48:12.191Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:12.191Z] #42 64.27 DEP criu/pie/parasite.d [2021-02-18T08:48:12.191Z] #42 64.52 CC criu/pie/parasite.o [2021-02-18T08:48:12.191Z] #42 65.88 LINK criu/pie/parasite.built-in.o [2021-02-18T08:48:12.191Z] #42 65.90 GEN criu/pie/parasite-blob.h [2021-02-18T08:48:12.191Z] #42 65.92 CC criu/pie/parasite-vdso.o [2021-02-18T08:48:12.191Z] #42 66.71 CC criu/arch/x86/vdso-pie.o [2021-02-18T08:48:12.191Z] #42 67.03 CC criu/arch/x86/restorer.o [2021-02-18T08:48:12.191Z] #42 67.57 CC criu/arch/x86/restorer_unmap.o [2021-02-18T08:48:12.191Z] #42 67.62 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-18T08:48:12.191Z] #42 68.01 CC criu/pie/restorer.o [2021-02-18T08:48:12.287Z] #55 186.8 + bin/containerd [2021-02-18T08:48:12.453Z] #42 ... [2021-02-18T08:48:12.453Z] [2021-02-18T08:48:12.453Z] #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-18T08:48:12.453Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:12.453Z] #19 10.65 Reading package lists... [2021-02-18T08:48:12.667Z] #42 38.28 CC images/opts.o [2021-02-18T08:48:12.667Z] #42 44.92 CC compel/plugins/std/infect.o [2021-02-18T08:48:12.849Z] #19 DONE 67.0s [2021-02-18T08:48:12.849Z] [2021-02-18T08:48:12.849Z] #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-18T08:48:12.849Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T08:48:12.927Z] #42 38.55 CC images/seccomp.o [2021-02-18T08:48:12.931Z] #42 45.35 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-02-18T08:48:12.931Z] #42 45.42 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-02-18T08:48:13.186Z] #42 ... [2021-02-18T08:48:13.186Z] [2021-02-18T08:48:13.186Z] #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-18T08:48:13.186Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:48:13.186Z] #12 100.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T08:48:13.186Z] #12 100.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T08:48:13.186Z] #12 100.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:13.186Z] #12 ... [2021-02-18T08:48:13.186Z] [2021-02-18T08:48:13.187Z] #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-18T08:48:13.187Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:13.187Z] #42 38.81 CC images/binfmt-misc.o [2021-02-18T08:48:13.194Z] #42 45.50 AR compel/plugins/std.lib.a [2021-02-18T08:48:13.194Z] #42 45.62 CC compel/plugins/fds/fds.o [2021-02-18T08:48:13.446Z] #42 39.02 CC images/time.o [2021-02-18T08:48:13.460Z] #42 ... [2021-02-18T08:48:13.460Z] [2021-02-18T08:48:13.460Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T08:48:13.460Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-02-18T08:48:13.460Z] #17 DONE 1.8s [2021-02-18T08:48:13.460Z] [2021-02-18T08:48:13.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-18T08:48:13.460Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:13.460Z] #42 45.97 AR compel/plugins/fds.lib.a [2021-02-18T08:48:13.705Z] #42 39.28 CC images/sysctl.o [2021-02-18T08:48:13.724Z] #42 46.08 HOSTDEP compel/src/lib/log-host.d [2021-02-18T08:48:13.792Z] #20 1.003 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T08:48:13.792Z] #20 1.008 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T08:48:13.792Z] #20 1.012 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T08:48:13.792Z] #20 DONE 1.1s [2021-02-18T08:48:13.792Z] [2021-02-18T08:48:13.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-18T08:48:13.792Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:13.792Z] #42 119.7 CC criu/irmap.o [2021-02-18T08:48:13.792Z] #42 120.5 CC criu/kcmp-ids.o [2021-02-18T08:48:13.792Z] #42 120.8 CC criu/kerndat.o [2021-02-18T08:48:13.792Z] #42 122.1 CC criu/libnetlink.o [2021-02-18T08:48:13.792Z] #42 122.6 CC criu/log.o [2021-02-18T08:48:13.792Z] #42 123.2 CC criu/lsm.o [2021-02-18T08:48:13.792Z] #42 123.6 CC criu/mem.o [2021-02-18T08:48:13.965Z] #42 39.45 CC images/autofs.o [2021-02-18T08:48:13.965Z] #42 39.65 CC images/macvlan.o [2021-02-18T08:48:13.988Z] #42 46.25 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T08:48:13.988Z] #42 46.33 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-02-18T08:48:13.988Z] #42 46.38 HOSTDEP compel/src/main-host.d [2021-02-18T08:48:13.988Z] #42 46.50 DEP compel/src/lib/ptrace.d [2021-02-18T08:48:14.224Z] #42 39.85 CC images/sit.o [2021-02-18T08:48:14.251Z] #42 46.56 DEP compel/src/lib/infect.d [2021-02-18T08:48:14.251Z] #42 46.65 DEP compel/src/lib/infect-util.d [2021-02-18T08:48:14.251Z] #42 46.74 DEP compel/src/lib/infect-rpc.d [2021-02-18T08:48:14.360Z] #42 126.0 CC criu/memfd.o [2021-02-18T08:48:14.484Z] #42 40.04 CC images/memfd.o [2021-02-18T08:48:14.514Z] #42 46.89 DEP compel/arch/aarch64/src/lib/infect.d [2021-02-18T08:48:14.515Z] #42 46.97 DEP compel/arch/aarch64/src/lib/cpu.d [2021-02-18T08:48:14.515Z] #42 47.02 DEP compel/src/lib/log.d [2021-02-18T08:48:14.743Z] #42 40.26 CC images/timens.o [2021-02-18T08:48:14.778Z] #42 47.15 DEP compel/src/main.d [2021-02-18T08:48:14.778Z] #42 47.27 DEP compel/src/lib/handle-elf.d [2021-02-18T08:48:14.836Z] #51 117.0 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T08:48:15.003Z] #42 40.47 LINK images/built-in.o [2021-02-18T08:48:15.003Z] #42 ... [2021-02-18T08:48:15.003Z] [2021-02-18T08:48:15.003Z] #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-18T08:48:15.003Z] #57 sha256:c8e73b1c6e5cd73df90392bfe4d89c59bf3a21aa938d7b2d64376b314f4c5c4f [2021-02-18T08:48:15.003Z] #57 105.8 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:48:15.003Z] #57 105.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T08:48:15.003Z] #57 DONE 112.8s [2021-02-18T08:48:15.003Z] [2021-02-18T08:48:15.003Z] #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-18T08:48:15.003Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:15.003Z] #42 40.63 GEN compel/include/asm [2021-02-18T08:48:15.041Z] #42 47.38 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-02-18T08:48:15.041Z] #42 47.47 CC compel/src/lib/log.o [2021-02-18T08:48:15.263Z] #42 40.67 GEN compel/include/version.h [2021-02-18T08:48:15.263Z] #42 40.74 touch .config [2021-02-18T08:48:15.263Z] #42 40.78 GEN include/common/config.h [2021-02-18T08:48:15.263Z] #42 ... [2021-02-18T08:48:15.263Z] [2021-02-18T08:48:15.263Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T08:48:15.263Z] #58 sha256:af0206fd7449819afc677c8d3aa4947f1df3ea3f7520a7c754c576b520e23be2 [2021-02-18T08:48:15.263Z] #58 DONE 0.1s [2021-02-18T08:48:15.263Z] [2021-02-18T08:48:15.263Z] #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-18T08:48:15.263Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:15.263Z] #42 40.85 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-18T08:48:15.263Z] #42 40.90 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-18T08:48:15.263Z] #42 ... [2021-02-18T08:48:15.263Z] [2021-02-18T08:48:15.263Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T08:48:15.263Z] #59 sha256:c8dc83288927b2c893b2e6d89e6cbf674650b1433f60facf412257afc237a448 [2021-02-18T08:48:15.263Z] #59 DONE 0.1s [2021-02-18T08:48:15.263Z] [2021-02-18T08:48:15.263Z] #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-18T08:48:15.263Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:15.263Z] #42 40.92 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-18T08:48:15.263Z] #42 40.93 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-18T08:48:15.263Z] #42 40.97 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-18T08:48:15.263Z] #42 40.99 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-18T08:48:15.263Z] #42 41.01 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T08:48:15.297Z] #42 126.8 CC criu/mount.o [2021-02-18T08:48:15.306Z] #42 ... [2021-02-18T08:48:15.306Z] [2021-02-18T08:48:15.306Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T08:48:15.306Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-02-18T08:48:15.306Z] #18 DONE 1.8s [2021-02-18T08:48:15.306Z] [2021-02-18T08:48:15.306Z] #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-18T08:48:15.306Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:15.306Z] #42 47.80 CC compel/arch/aarch64/src/lib/cpu.o [2021-02-18T08:48:15.522Z] #42 41.02 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-18T08:48:15.522Z] #42 41.07 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T08:48:15.522Z] #42 41.09 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T08:48:15.522Z] #42 41.09 DEP compel/plugins/std/infect.d [2021-02-18T08:48:15.782Z] #42 41.20 DEP compel/plugins/std/string.d [2021-02-18T08:48:15.782Z] #42 41.24 DEP compel/plugins/std/log.d [2021-02-18T08:48:15.782Z] #42 41.38 DEP compel/plugins/std/fds.d [2021-02-18T08:48:15.782Z] #42 41.43 DEP compel/plugins/std/std.d [2021-02-18T08:48:15.884Z] #42 48.32 CC compel/arch/aarch64/src/lib/infect.o [2021-02-18T08:48:16.041Z] #42 41.51 DEP compel/plugins/shmem/shmem.d [2021-02-18T08:48:16.041Z] #42 41.68 DEP compel/plugins/fds/fds.d [2021-02-18T08:48:16.300Z] #42 ... [2021-02-18T08:48:16.300Z] [2021-02-18T08:48:16.300Z] #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-18T08:48:16.300Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:48:16.300Z] #44 103.9 vendor/golang.org/x/net/idna [2021-02-18T08:48:16.300Z] #44 106.0 vendor/golang.org/x/net/http2/hpack [2021-02-18T08:48:16.300Z] #44 107.3 mime [2021-02-18T08:48:16.300Z] #44 108.9 mime/quotedprintable [2021-02-18T08:48:16.300Z] #44 109.2 net/http/internal [2021-02-18T08:48:16.300Z] #44 112.2 crypto/tls [2021-02-18T08:48:16.300Z] #44 ... [2021-02-18T08:48:16.300Z] [2021-02-18T08:48:16.300Z] #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-18T08:48:16.300Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:16.300Z] #42 41.90 CC compel/plugins/std/std.o [2021-02-18T08:48:16.462Z] #42 48.76 CC compel/src/lib/infect-rpc.o [2021-02-18T08:48:16.559Z] #42 42.17 CC compel/plugins/std/fds.o [2021-02-18T08:48:16.726Z] #42 49.11 CC compel/src/lib/infect-util.o [2021-02-18T08:48:16.726Z] #42 49.33 CC compel/src/lib/infect.o [2021-02-18T08:48:16.930Z] #19 14.58 Reading package lists... [2021-02-18T08:48:16.930Z] #19 ... [2021-02-18T08:48:16.930Z] [2021-02-18T08:48:16.930Z] #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-18T08:48:16.930Z] #44 sha256:02d1f31db352573c6831c9bcf49ea3d069176812aee69b3fd3b78c4973009d73 [2021-02-18T08:48:16.930Z] #44 DONE 146.2s [2021-02-18T08:48:16.930Z] [2021-02-18T08:48:16.930Z] #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-18T08:48:16.930Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:17.127Z] #42 42.63 CC compel/plugins/std/log.o [2021-02-18T08:48:17.305Z] #42 ... [2021-02-18T08:48:17.305Z] [2021-02-18T08:48:17.305Z] #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-18T08:48:17.305Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-18T08:48:17.305Z] #31 DONE 111.4s [2021-02-18T08:48:17.305Z] [2021-02-18T08:48:17.305Z] #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-18T08:48:17.305Z] #23 sha256:6c52ac0b5f1cc7571edd213714289a35ec3d13aeb27c5e2feeb9f53410d25fb7 [2021-02-18T08:48:17.618Z] #51 ... [2021-02-18T08:48:17.618Z] [2021-02-18T08:48:17.618Z] #13 [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-18T08:48:17.618Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-18T08:48:17.618Z] #13 117.4 Selecting previously unselected package libapparmor1:ppc64el. [2021-02-18T08:48:17.618Z] #13 117.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 117.4 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-02-18T08:48:17.618Z] #13 117.5 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-02-18T08:48:17.618Z] #13 117.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 117.5 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-02-18T08:48:17.618Z] #13 117.7 Selecting previously unselected package libbtrfs0. [2021-02-18T08:48:17.618Z] #13 117.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 117.7 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:48:17.618Z] #13 117.8 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:48:17.618Z] #13 117.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 117.8 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:48:17.618Z] #13 118.0 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-02-18T08:48:17.618Z] #13 118.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 118.0 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-18T08:48:17.618Z] #13 118.0 Selecting previously unselected package libudev-dev:ppc64el. [2021-02-18T08:48:17.618Z] #13 118.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 118.1 Unpacking libudev-dev:ppc64el (241-7~deb10u6) ... [2021-02-18T08:48:17.618Z] #13 118.2 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-02-18T08:48:17.618Z] #13 118.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 118.3 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-02-18T08:48:17.618Z] #13 118.6 Selecting previously unselected package libpcre16-3:ppc64el. [2021-02-18T08:48:17.618Z] #13 118.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 118.7 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2021-02-18T08:48:17.618Z] #13 118.8 Selecting previously unselected package libpcre32-3:ppc64el. [2021-02-18T08:48:17.618Z] #13 118.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 118.8 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-02-18T08:48:17.618Z] #13 119.1 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-02-18T08:48:17.618Z] #13 119.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 119.1 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-02-18T08:48:17.618Z] #13 119.2 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-02-18T08:48:17.618Z] #13 119.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-02-18T08:48:17.618Z] #13 119.2 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-02-18T08:48:17.618Z] #13 119.7 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-02-18T08:48:17.875Z] #19 18.41 Building dependency tree... [2021-02-18T08:48:17.917Z] #13 119.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-02-18T08:48:17.917Z] #13 119.7 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-02-18T08:48:18.065Z] #42 43.46 CC compel/plugins/std/string.o [2021-02-18T08:48:18.217Z] #13 120.0 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-02-18T08:48:18.217Z] #13 120.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-02-18T08:48:18.217Z] #13 120.1 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-02-18T08:48:18.217Z] #13 120.2 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-02-18T08:48:18.217Z] #13 120.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2021-02-18T08:48:18.217Z] #13 120.2 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2021-02-18T08:48:18.358Z] #23 109.1 Checking out files: 22% (2571/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: 35% (3951/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: 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: 60% (6806/11186) Checking out files: 61% (6824/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: 83% (9285/11186) Checking out files: 84% (9397/11186) Checking out files: 84% (9415/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-18T08:48:18.516Z] #13 120.4 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-02-18T08:48:18.516Z] #13 120.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_ppc64el.deb ... [2021-02-18T08:48:18.516Z] #13 120.4 Unpacking libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-02-18T08:48:18.621Z] #23 113.1 + cd /tmp/tmp.j5SSS4kSQL/tmp/docker-ce [2021-02-18T08:48:18.621Z] #23 113.1 + git checkout -q v17.06.2-ce [2021-02-18T08:48:18.681Z] #42 44.20 CC compel/plugins/std/infect.o [2021-02-18T08:48:18.816Z] #13 120.9 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-02-18T08:48:18.816Z] #13 120.9 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2021-02-18T08:48:18.816Z] #13 120.9 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-02-18T08:48:18.816Z] #13 120.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:48:18.816Z] #13 121.0 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-02-18T08:48:18.816Z] #13 121.0 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-02-18T08:48:18.816Z] #13 121.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:18.816Z] #13 121.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:48:18.816Z] #13 121.0 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-02-18T08:48:18.816Z] #13 121.0 Setting up libudev-dev:ppc64el (241-7~deb10u6) ... [2021-02-18T08:48:18.816Z] #13 121.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:48:18.822Z] #19 20.56 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T08:48:18.822Z] #19 20.56 The following additional packages will be installed: [2021-02-18T08:48:18.822Z] #19 20.56 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T08:48:18.822Z] #19 20.56 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T08:48:18.822Z] #19 20.56 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T08:48:18.822Z] #19 20.57 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T08:48:18.822Z] #19 20.57 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T08:48:18.822Z] #19 20.57 Suggested packages: [2021-02-18T08:48:18.822Z] #19 20.57 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T08:48:18.822Z] #19 20.57 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T08:48:18.822Z] #19 20.57 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T08:48:18.822Z] #19 20.57 Recommended packages: [2021-02-18T08:48:18.822Z] #19 20.57 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T08:48:18.822Z] #19 20.57 python3-keyrings.alt python3-xdg unzip [2021-02-18T08:48:18.940Z] #42 44.67 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-18T08:48:19.140Z] #13 121.0 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:48:19.140Z] #13 121.0 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-02-18T08:48:19.140Z] #13 121.1 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T08:48:19.140Z] #13 121.1 Setting up libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-02-18T08:48:19.140Z] #13 121.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:48:19.140Z] #13 121.1 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-02-18T08:48:19.140Z] #13 121.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:19.140Z] #13 121.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T08:48:19.140Z] #13 121.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T08:48:19.140Z] #13 121.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:19.140Z] #13 121.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T08:48:19.140Z] #13 121.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T08:48:19.140Z] #13 121.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:48:19.140Z] #13 121.2 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-02-18T08:48:19.140Z] #13 121.2 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-18T08:48:19.140Z] #13 121.2 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T08:48:19.140Z] #13 121.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-18T08:48:19.140Z] #13 121.2 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-02-18T08:48:19.140Z] #13 121.2 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:48:19.199Z] #42 44.75 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-18T08:48:19.199Z] #42 44.80 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-18T08:48:19.199Z] #42 44.85 AR compel/plugins/std.lib.a [2021-02-18T08:48:19.439Z] #13 DONE 121.5s [2021-02-18T08:48:19.439Z] [2021-02-18T08:48:19.439Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T08:48:19.439Z] #14 sha256:b94135c23903589bfeef79bd7a859aa77f5d77cac2e64aae46b4183454a3e060 [2021-02-18T08:48:19.458Z] #42 44.93 CC compel/plugins/fds/fds.o [2021-02-18T08:48:19.458Z] #42 45.20 AR compel/plugins/fds.lib.a [2021-02-18T08:48:19.491Z] #42 130.9 CC criu/namespaces.o [2021-02-18T08:48:19.717Z] #42 45.28 HOSTDEP compel/src/lib/log-host.d [2021-02-18T08:48:19.717Z] #42 45.34 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T08:48:19.717Z] #42 45.44 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-18T08:48:19.975Z] #42 45.53 HOSTDEP compel/src/main-host.d [2021-02-18T08:48:19.975Z] #42 45.56 DEP compel/src/lib/ptrace.d [2021-02-18T08:48:19.975Z] #42 45.63 DEP compel/src/lib/infect.d [2021-02-18T08:48:20.093Z] #14 DONE 0.6s [2021-02-18T08:48:20.094Z] [2021-02-18T08:48:20.094Z] #53 [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-18T08:48:20.094Z] #53 sha256:9f677d967f087b67bcc5f7cd75dd5d2f74a548710712db3a7bc52dcf3b337c86 [2021-02-18T08:48:20.094Z] #53 0.423 + RM_GOPATH=0 [2021-02-18T08:48:20.094Z] #53 0.424 + TMP_GOPATH= [2021-02-18T08:48:20.094Z] #53 0.424 + : /build [2021-02-18T08:48:20.094Z] #53 0.424 + '[' -z '' ']' [2021-02-18T08:48:20.094Z] #53 0.425 ++ mktemp -d [2021-02-18T08:48:20.094Z] #53 0.435 + export GOPATH=/tmp/tmp.iDAvI5mCZp [2021-02-18T08:48:20.094Z] #53 0.436 + GOPATH=/tmp/tmp.iDAvI5mCZp [2021-02-18T08:48:20.094Z] #53 0.436 + RM_GOPATH=1 [2021-02-18T08:48:20.094Z] #53 0.436 + case "$(go env GOARCH)" in [2021-02-18T08:48:20.094Z] #53 0.438 ++ go env GOARCH [2021-02-18T08:48:20.094Z] #53 0.470 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:48:20.094Z] #53 0.470 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:48:20.094Z] #53 0.471 ++ dirname /tmp/install/install.sh [2021-02-18T08:48:20.094Z] #53 0.475 + dir=/tmp/install [2021-02-18T08:48:20.094Z] #53 0.475 + bin=runc [2021-02-18T08:48:20.094Z] #53 0.475 + shift [2021-02-18T08:48:20.094Z] #53 0.475 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T08:48:20.094Z] #53 0.475 + . /tmp/install/runc.installer [2021-02-18T08:48:20.094Z] #53 0.476 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:48:20.094Z] #53 0.476 + install_runc [2021-02-18T08:48:20.094Z] #53 0.477 + uname -r [2021-02-18T08:48:20.094Z] #53 0.479 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T08:48:20.094Z] #53 0.486 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T08:48:20.094Z] #53 0.490 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T08:48:20.094Z] #53 0.490 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T08:48:20.094Z] #53 0.490 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.iDAvI5mCZp/src/github.com/opencontainers/runc [2021-02-18T08:48:20.094Z] #53 0.499 Cloning into '/tmp/tmp.iDAvI5mCZp/src/github.com/opencontainers/runc'... [2021-02-18T08:48:20.236Z] #42 45.74 DEP compel/src/lib/infect-util.d [2021-02-18T08:48:20.236Z] #42 45.82 DEP compel/src/lib/infect-rpc.d [2021-02-18T08:48:20.236Z] #42 45.90 DEP compel/arch/x86/src/lib/infect.d [2021-02-18T08:48:20.410Z] #53 ... [2021-02-18T08:48:20.410Z] [2021-02-18T08:48:20.410Z] #15 [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-18T08:48:20.410Z] #15 sha256:019f51ecfd803723b0b9a61b7e05ba706e9d86a078f72d077a8ab43eeb2e9ccc [2021-02-18T08:48:20.410Z] #15 DONE 0.4s [2021-02-18T08:48:20.410Z] [2021-02-18T08:48:20.410Z] #51 [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-18T08:48:20.410Z] #51 sha256:450f18ba1a4cd219f62a7b7052778c7e75049838f49c658016eb8291fe7a3b4e [2021-02-18T08:48:20.410Z] #51 DONE 122.5s [2021-02-18T08:48:20.494Z] #42 46.04 DEP compel/arch/x86/src/lib/cpu.d [2021-02-18T08:48:20.494Z] #42 46.10 DEP compel/src/lib/log.d [2021-02-18T08:48:20.494Z] #42 46.17 DEP compel/src/main.d [2021-02-18T08:48:20.711Z] [2021-02-18T08:48:20.711Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T08:48:20.711Z] #16 sha256:fa150b462abe21c0842ca3bb8b2af46cbb6f2141aee1950feab35c3a2258ce13 [2021-02-18T08:48:20.711Z] #16 0.242 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T08:48:20.711Z] #16 DONE 0.4s [2021-02-18T08:48:20.711Z] [2021-02-18T08:48:20.711Z] #43 [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-18T08:48:20.711Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:48:20.711Z] #43 48.79 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T08:48:20.711Z] #43 48.89 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-02-18T08:48:20.711Z] #43 48.99 HOSTDEP compel/src/main-host.d [2021-02-18T08:48:20.711Z] #43 49.07 DEP compel/src/lib/ptrace.d [2021-02-18T08:48:20.711Z] #43 49.18 DEP compel/src/lib/infect.d [2021-02-18T08:48:20.711Z] #43 49.51 DEP compel/src/lib/infect-util.d [2021-02-18T08:48:20.711Z] #43 49.61 DEP compel/src/lib/infect-rpc.d [2021-02-18T08:48:20.711Z] #43 49.75 DEP compel/arch/ppc64/src/lib/infect.d [2021-02-18T08:48:20.711Z] #43 49.86 DEP compel/arch/ppc64/src/lib/cpu.d [2021-02-18T08:48:20.711Z] #43 49.98 DEP compel/src/lib/log.d [2021-02-18T08:48:20.711Z] #43 50.14 DEP compel/src/main.d [2021-02-18T08:48:20.711Z] #43 50.34 DEP compel/src/lib/handle-elf.d [2021-02-18T08:48:20.711Z] #43 50.44 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-02-18T08:48:20.711Z] #43 50.55 CC compel/src/lib/log.o [2021-02-18T08:48:20.711Z] #43 50.87 CC compel/arch/ppc64/src/lib/cpu.o [2021-02-18T08:48:20.711Z] #43 51.23 CC compel/arch/ppc64/src/lib/infect.o [2021-02-18T08:48:20.711Z] #43 52.01 CC compel/src/lib/infect-rpc.o [2021-02-18T08:48:20.711Z] #43 52.42 CC compel/src/lib/infect-util.o [2021-02-18T08:48:20.711Z] #43 52.70 CC compel/src/lib/infect.o [2021-02-18T08:48:20.711Z] #43 55.72 CC compel/src/lib/ptrace.o [2021-02-18T08:48:20.711Z] #43 56.25 AR compel/libcompel.a [2021-02-18T08:48:20.711Z] #43 56.33 HOSTCC compel/src/main-host.o [2021-02-18T08:48:20.711Z] #43 56.68 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-02-18T08:48:20.711Z] #43 56.84 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T08:48:20.742Z] #19 22.36 The following NEW packages will be installed: [2021-02-18T08:48:20.742Z] #19 22.37 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T08:48:20.742Z] #19 22.37 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T08:48:20.742Z] #19 22.37 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T08:48:20.742Z] #19 22.37 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T08:48:20.742Z] #19 22.37 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T08:48:20.742Z] #19 22.37 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T08:48:20.742Z] #19 22.37 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T08:48:20.742Z] #19 22.37 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T08:48:20.742Z] #19 22.37 xz-utils zip [2021-02-18T08:48:20.742Z] #19 22.68 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:48:20.742Z] #19 22.68 Need to get 28.5 MB of archives. [2021-02-18T08:48:20.742Z] #19 22.68 After this operation, 116 MB of additional disk space will be used. [2021-02-18T08:48:20.742Z] #19 22.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-18T08:48:20.742Z] #19 22.69 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-18T08:48:20.742Z] #19 22.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-18T08:48:20.742Z] #19 22.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-18T08:48:20.753Z] #42 46.26 DEP compel/src/lib/handle-elf.d [2021-02-18T08:48:20.753Z] #42 46.39 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-18T08:48:20.753Z] #42 46.51 CC compel/src/lib/log.o [2021-02-18T08:48:21.004Z] #19 22.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-18T08:48:21.004Z] #19 22.84 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-18T08:48:21.005Z] #19 22.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T08:48:21.005Z] #19 22.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-18T08:48:21.005Z] #19 22.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-18T08:48:21.005Z] #19 22.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-18T08:48:21.005Z] #19 22.99 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-18T08:48:21.005Z] #19 23.00 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-18T08:48:21.005Z] #19 23.01 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-18T08:48:21.005Z] #19 23.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-18T08:48:21.005Z] #19 23.02 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-18T08:48:21.005Z] #19 23.02 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-18T08:48:21.005Z] #19 23.06 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T08:48:21.005Z] #19 23.06 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:48:21.011Z] #43 ... [2021-02-18T08:48:21.011Z] [2021-02-18T08:48:21.011Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T08:48:21.011Z] #17 sha256:655a7efebbd89ea6256be84d236e344c608f082a642e9394768d9520c8284f07 [2021-02-18T08:48:21.013Z] #42 46.70 CC compel/arch/x86/src/lib/cpu.o [2021-02-18T08:48:21.266Z] #19 23.08 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T08:48:21.266Z] #19 23.09 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-18T08:48:21.266Z] #19 23.10 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-18T08:48:21.266Z] #19 23.12 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-18T08:48:21.266Z] #19 23.15 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-18T08:48:21.266Z] #19 23.16 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T08:48:21.266Z] #19 23.17 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T08:48:21.267Z] #19 23.18 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T08:48:21.267Z] #19 23.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-18T08:48:21.267Z] #19 23.19 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-18T08:48:21.267Z] #19 23.20 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T08:48:21.312Z] #17 DONE 0.4s [2021-02-18T08:48:21.312Z] [2021-02-18T08:48:21.312Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T08:48:21.312Z] #18 sha256:014420600259ce67fcf640c2e80d4638883d75766789d4038d9d929517221565 [2021-02-18T08:48:21.407Z] #42 132.6 CC criu/net.o [2021-02-18T08:48:21.515Z] using credential docker-jenkins-github-credentials [2021-02-18T08:48:21.589Z] Cloning the remote Git repository [2021-02-18T08:48:21.589Z] Cloning with configured refspecs honoured and without tags [2021-02-18T08:48:21.612Z] #18 DONE 0.4s [2021-02-18T08:48:21.612Z] [2021-02-18T08:48:21.612Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T08:48:21.612Z] #19 sha256:b5c691b79a79694b2c56e6ee2a28b3911ddca902f50501f5c24b9b08f71dc2fc [2021-02-18T08:48:21.841Z] #19 23.71 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-18T08:48:21.841Z] #19 23.71 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-18T08:48:21.841Z] #19 23.71 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-18T08:48:21.841Z] #19 23.71 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-18T08:48:21.841Z] #19 23.71 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-18T08:48:21.841Z] #19 23.74 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T08:48:21.841Z] #19 23.83 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T08:48:21.841Z] #19 23.83 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T08:48:21.841Z] #19 23.85 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-18T08:48:21.841Z] #19 23.86 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T08:48:21.841Z] #19 23.88 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T08:48:21.841Z] #19 23.90 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T08:48:21.942Z] #23 116.2 + mkdir -p /tmp/tmp.j5SSS4kSQL/src/github.com/docker [2021-02-18T08:48:21.942Z] #23 116.2 + mv components/cli /tmp/tmp.j5SSS4kSQL/src/github.com/docker/cli [2021-02-18T08:48:21.942Z] #23 116.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-02-18T08:48:21.949Z] #42 47.39 CC compel/arch/x86/src/lib/infect.o [2021-02-18T08:48:22.103Z] #19 23.90 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-18T08:48:22.103Z] #19 23.99 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-18T08:48:22.103Z] #19 24.03 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-18T08:48:22.103Z] #19 24.05 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T08:48:22.208Z] #42 ... [2021-02-18T08:48:22.208Z] [2021-02-18T08:48:22.208Z] #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-18T08:48:22.208Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T08:48:22.208Z] #12 116.1 Selecting previously unselected package libapparmor1:amd64. [2021-02-18T08:48:22.208Z] #12 116.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 116.1 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T08:48:22.208Z] #12 116.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-18T08:48:22.208Z] #12 116.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 116.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T08:48:22.208Z] #12 116.4 Selecting previously unselected package libbtrfs0. [2021-02-18T08:48:22.208Z] #12 116.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 116.4 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T08:48:22.208Z] #12 116.5 Selecting previously unselected package libbtrfs-dev. [2021-02-18T08:48:22.208Z] #12 116.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 116.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:48:22.208Z] #12 116.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-18T08:48:22.208Z] #12 116.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 116.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:48:22.208Z] #12 116.8 Selecting previously unselected package libudev-dev:amd64. [2021-02-18T08:48:22.208Z] #12 116.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 116.9 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:48:22.208Z] #12 117.0 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-18T08:48:22.208Z] #12 117.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 117.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T08:48:22.208Z] #12 117.5 Selecting previously unselected package libpcre16-3:amd64. [2021-02-18T08:48:22.208Z] #12 117.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 117.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T08:48:22.208Z] #12 117.8 Selecting previously unselected package libpcre32-3:amd64. [2021-02-18T08:48:22.208Z] #12 117.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 117.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T08:48:22.208Z] #12 118.0 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-18T08:48:22.208Z] #12 118.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 118.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T08:48:22.208Z] #12 118.2 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-18T08:48:22.208Z] #12 118.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 118.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T08:48:22.208Z] #12 118.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-18T08:48:22.208Z] #12 118.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 118.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T08:48:22.208Z] #12 118.8 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-18T08:48:22.208Z] #12 118.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 118.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T08:48:22.208Z] #12 118.9 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-18T08:48:22.208Z] #12 118.9 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 118.9 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T08:48:22.208Z] #12 119.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-18T08:48:22.208Z] #12 119.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T08:48:22.208Z] #12 119.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:48:22.208Z] #12 119.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T08:48:22.208Z] #12 119.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T08:48:22.208Z] #12 119.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T08:48:22.208Z] #12 119.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T08:48:22.208Z] #12 119.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T08:48:22.208Z] #12 119.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T08:48:22.208Z] #12 119.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:22.208Z] #12 119.6 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T08:48:22.208Z] #12 119.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T08:48:22.208Z] #12 119.7 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:48:22.208Z] #12 119.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T08:48:22.208Z] #12 119.7 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T08:48:22.208Z] #12 119.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T08:48:22.208Z] #12 119.7 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T08:48:22.208Z] #12 119.8 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T08:48:22.208Z] #12 119.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T08:48:22.208Z] #12 119.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T08:48:22.208Z] #12 119.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:22.208Z] #12 119.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T08:48:22.208Z] #12 119.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T08:48:22.208Z] #12 119.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T08:48:22.208Z] #12 119.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T08:48:22.208Z] #12 119.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T08:48:22.208Z] #12 119.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T08:48:22.208Z] #12 119.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T08:48:22.208Z] #12 119.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:48:22.208Z] #12 119.9 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T08:48:22.208Z] #12 119.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T08:48:22.208Z] #12 119.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T08:48:22.208Z] #12 119.9 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:48:22.263Z] #19 DONE 0.4s [2021-02-18T08:48:22.263Z] [2021-02-18T08:48:22.263Z] #20 [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-18T08:48:22.263Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:48:22.467Z] #12 DONE 120.3s [2021-02-18T08:48:22.467Z] [2021-02-18T08:48:22.467Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T08:48:22.467Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T08:48:22.518Z] #23 ... [2021-02-18T08:48:22.518Z] [2021-02-18T08:48:22.518Z] #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-18T08:48:22.518Z] #52 sha256:e68fcc84ba65eaa0df0f1ac94c7983c3550fe7fdb93859366ee6d083affcab21 [2021-02-18T08:48:22.518Z] #52 8.554 + cd /tmp/tmp.5Lc8LWkFZX/src/github.com/opencontainers/runc [2021-02-18T08:48:22.518Z] #52 8.554 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:48:22.518Z] #52 9.021 + '[' -z '' ']' [2021-02-18T08:48:22.518Z] #52 9.021 + target=static [2021-02-18T08:48:22.519Z] #52 9.021 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T08:48:22.519Z] #52 9.483 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-18T08:48:22.519Z] #52 ... [2021-02-18T08:48:22.519Z] [2021-02-18T08:48:22.519Z] #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-18T08:48:22.519Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:22.519Z] #42 51.56 CC compel/src/lib/ptrace.o [2021-02-18T08:48:22.519Z] #42 51.89 AR compel/libcompel.a [2021-02-18T08:48:22.519Z] #42 52.00 HOSTCC compel/src/main-host.o [2021-02-18T08:48:22.519Z] #42 52.31 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-02-18T08:48:22.519Z] #42 52.51 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T08:48:22.519Z] #42 52.86 HOSTCC compel/src/lib/log-host.o [2021-02-18T08:48:22.519Z] #42 53.10 HOSTLINK compel/compel-host-bin [2021-02-18T08:48:22.519Z] #42 53.34 DEP soccr/soccr.d [2021-02-18T08:48:22.519Z] #42 53.51 CC soccr/soccr.o [2021-02-18T08:48:22.519Z] #42 54.92 AR soccr/libsoccr.a [2021-02-18T08:48:22.519Z] #42 54.98 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:48:22.564Z] #20 0.432 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:48:22.564Z] #20 0.477 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:48:22.564Z] #20 0.479 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:48:22.677Z] #19 24.49 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-18T08:48:22.677Z] #19 24.54 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-18T08:48:22.677Z] #19 24.60 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-18T08:48:23.094Z] #42 55.40 DEP criu/arch/aarch64/sigframe.d [2021-02-18T08:48:23.094Z] #42 55.60 DEP criu/arch/aarch64/crtools.d [2021-02-18T08:48:23.251Z] #19 ... [2021-02-18T08:48:23.251Z] [2021-02-18T08:48:23.251Z] #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-18T08:48:23.251Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:23.251Z] #42 71.09 LINK criu/pie/restorer.built-in.o [2021-02-18T08:48:23.251Z] #42 71.11 GEN criu/pie/restorer-blob.h [2021-02-18T08:48:23.251Z] #42 71.22 DEP criu/vdso.d [2021-02-18T08:48:23.251Z] #42 71.38 DEP criu/vdso-compat.d [2021-02-18T08:48:23.251Z] #42 71.58 DEP criu/uts_ns.d [2021-02-18T08:48:23.251Z] #42 71.71 DEP criu/util.d [2021-02-18T08:48:23.251Z] #42 71.92 DEP criu/uffd.d [2021-02-18T08:48:23.251Z] #42 72.11 DEP criu/tun.d [2021-02-18T08:48:23.251Z] #42 72.28 DEP criu/tty.d [2021-02-18T08:48:23.251Z] #42 72.50 DEP criu/timerfd.d [2021-02-18T08:48:23.251Z] #42 72.68 DEP criu/timens.d [2021-02-18T08:48:23.251Z] #42 72.91 DEP criu/sysfs_parse.d [2021-02-18T08:48:23.251Z] #42 73.14 DEP criu/sysctl.d [2021-02-18T08:48:23.251Z] #42 73.37 DEP criu/string.d [2021-02-18T08:48:23.251Z] #42 73.42 DEP criu/stats.d [2021-02-18T08:48:23.251Z] #42 73.57 DEP criu/sockets.d [2021-02-18T08:48:23.251Z] #42 73.82 DEP criu/sk-unix.d [2021-02-18T08:48:23.251Z] #42 74.00 DEP criu/sk-tcp.d [2021-02-18T08:48:23.251Z] #42 74.16 DEP criu/sk-queue.d [2021-02-18T08:48:23.251Z] #42 74.41 DEP criu/sk-packet.d [2021-02-18T08:48:23.251Z] #42 74.88 DEP criu/sk-netlink.d [2021-02-18T08:48:23.251Z] #42 75.19 DEP criu/sk-inet.d [2021-02-18T08:48:23.251Z] #42 75.55 DEP criu/signalfd.d [2021-02-18T08:48:23.251Z] #42 75.66 DEP criu/sigframe.d [2021-02-18T08:48:23.251Z] #42 75.80 DEP criu/shmem.d [2021-02-18T08:48:23.251Z] #42 76.04 DEP criu/servicefd.d [2021-02-18T08:48:23.251Z] #42 76.25 DEP criu/seize.d [2021-02-18T08:48:23.251Z] #42 76.39 DEP criu/seccomp.d [2021-02-18T08:48:23.251Z] #42 76.56 DEP criu/rst-malloc.d [2021-02-18T08:48:23.251Z] #42 76.61 DEP criu/rbtree.d [2021-02-18T08:48:23.251Z] #42 76.65 DEP criu/pstree.d [2021-02-18T08:48:23.251Z] #42 76.82 DEP criu/protobuf.d [2021-02-18T08:48:23.251Z] #42 77.01 GEN criu/protobuf-desc-gen.h [2021-02-18T08:48:23.251Z] #42 78.58 DEP criu/protobuf-desc.d [2021-02-18T08:48:23.251Z] #42 78.67 DEP criu/proc_parse.d [2021-02-18T08:48:23.251Z] #42 78.93 DEP criu/plugin.d [2021-02-18T08:48:23.251Z] #42 79.09 DEP criu/pipes.d [2021-02-18T08:48:23.251Z] #42 79.33 DEP criu/pie-util.d [2021-02-18T08:48:23.251Z] #42 79.46 DEP criu/pie-util-vdso.d [2021-02-18T08:48:23.251Z] #42 79.57 DEP criu/pie-util-vdso-elf32.d [2021-02-18T08:48:23.251Z] #42 79.69 DEP criu/path.d [2021-02-18T08:48:23.251Z] #42 79.78 DEP criu/parasite-syscall.d [2021-02-18T08:48:23.251Z] #42 79.95 DEP criu/pagemap.d [2021-02-18T08:48:23.251Z] #42 80.05 DEP criu/pagemap-cache.d [2021-02-18T08:48:23.251Z] #42 80.14 DEP criu/page-xfer.d [2021-02-18T08:48:23.251Z] #42 80.26 DEP criu/page-pipe.d [2021-02-18T08:48:23.251Z] #42 80.35 DEP criu/netfilter.d [2021-02-18T08:48:23.251Z] #42 80.47 DEP criu/net.d [2021-02-18T08:48:23.251Z] #42 80.64 DEP criu/namespaces.d [2021-02-18T08:48:23.251Z] #42 80.79 DEP criu/mount.d [2021-02-18T08:48:23.251Z] #42 80.97 DEP criu/memfd.d [2021-02-18T08:48:23.251Z] #42 81.20 DEP criu/mem.d [2021-02-18T08:48:23.251Z] #42 ... [2021-02-18T08:48:23.251Z] [2021-02-18T08:48:23.251Z] #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-18T08:48:23.251Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:23.251Z] #19 25.24 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:48:23.358Z] #42 55.89 DEP criu/arch/aarch64/cpu.d [2021-02-18T08:48:23.358Z] #42 55.95 DEP criu/arch/aarch64/bitops.d [2021-02-18T08:48:23.513Z] #19 25.37 Fetched 28.5 MB in 2s (13.1 MB/s) [2021-02-18T08:48:23.513Z] #19 25.46 Selecting previously unselected package pigz. [2021-02-18T08:48:23.513Z] #19 25.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-18T08:48:23.513Z] #19 25.53 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-18T08:48:23.513Z] #19 25.53 Unpacking pigz (2.4-1) ... [2021-02-18T08:48:21.863Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T08:48:22.329Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-02-18T08:48:23.510Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:48:23.510Z] > git --version # timeout=10 [2021-02-18T08:48:23.553Z] > git --version # 'git version 2.24.1.windows.2' [2021-02-18T08:48:23.554Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:48:23.621Z] #42 56.01 CC criu/arch/aarch64/bitops.o [2021-02-18T08:48:23.621Z] #42 56.10 CC criu/arch/aarch64/cpu.o [2021-02-18T08:48:23.631Z] #20 1.423 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-18T08:48:23.775Z] #19 25.62 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-18T08:48:23.775Z] #19 25.62 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:48:23.775Z] #19 25.63 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:23.884Z] #42 56.33 CC criu/arch/aarch64/crtools.o [2021-02-18T08:48:23.948Z] #42 ... [2021-02-18T08:48:23.948Z] [2021-02-18T08:48:23.948Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:48:23.948Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T08:48:23.948Z] #21 5.357 Collecting yamllint==1.16.0 [2021-02-18T08:48:23.948Z] #21 ... [2021-02-18T08:48:23.948Z] [2021-02-18T08:48:23.948Z] #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-18T08:48:23.948Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:23.948Z] #42 135.6 CC criu/netfilter.o [2021-02-18T08:48:24.039Z] #19 ... [2021-02-18T08:48:24.039Z] [2021-02-18T08:48:24.039Z] #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-18T08:48:24.039Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:48:24.039Z] #31 DONE 153.7s [2021-02-18T08:48:24.208Z] #42 136.0 CC criu/page-pipe.o [2021-02-18T08:48:24.301Z] [2021-02-18T08:48:24.301Z] #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-18T08:48:24.301Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:24.301Z] #19 26.21 Selecting previously unselected package python3.7-minimal. [2021-02-18T08:48:24.301Z] #19 26.21 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:48:24.301Z] #19 26.22 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:48:24.460Z] #42 56.88 CC criu/arch/aarch64/sigframe.o [2021-02-18T08:48:24.460Z] #42 57.04 LINK criu/arch/aarch64/crtools.built-in.o [2021-02-18T08:48:24.460Z] #42 57.09 DEP criu/pie/util-vdso.d [2021-02-18T08:48:25.037Z] #42 57.25 DEP criu/pie/util.d [2021-02-18T08:48:25.037Z] #42 57.51 CC criu/pie/util.o [2021-02-18T08:48:25.147Z] #42 136.8 CC criu/page-xfer.o [2021-02-18T08:48:25.172Z] #20 3.048 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-18T08:48:25.300Z] #42 57.91 CC criu/pie/util-vdso.o [2021-02-18T08:48:25.300Z] #42 ... [2021-02-18T08:48:25.300Z] [2021-02-18T08:48:25.300Z] #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-18T08:48:25.300Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T08:48:25.300Z] #19 1.828 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:48:25.300Z] #19 1.953 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:48:25.300Z] #19 1.959 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:48:25.300Z] #19 2.640 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T08:48:25.300Z] #19 3.637 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T08:48:25.300Z] #19 4.645 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T08:48:25.300Z] #19 6.774 Fetched 8246 kB in 5s (1529 kB/s) [2021-02-18T08:48:25.300Z] #19 6.774 Reading package lists... [2021-02-18T08:48:23.557Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:48:25.809Z] #19 27.69 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:25.809Z] #19 27.70 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:48:25.822Z] #20 ... [2021-02-18T08:48:25.822Z] [2021-02-18T08:48:25.822Z] #45 [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-18T08:48:25.822Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:48:25.822Z] #45 117.8 math/big [2021-02-18T08:48:25.822Z] #45 121.3 go/doc [2021-02-18T08:48:25.822Z] #45 ... [2021-02-18T08:48:25.822Z] [2021-02-18T08:48:25.822Z] #43 [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-18T08:48:25.822Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:48:25.822Z] #43 57.80 HOSTCC compel/src/lib/log-host.o [2021-02-18T08:48:25.822Z] #43 58.11 HOSTLINK compel/compel-host-bin [2021-02-18T08:48:25.822Z] #43 58.49 DEP soccr/soccr.d [2021-02-18T08:48:25.822Z] #43 58.92 CC soccr/soccr.o [2021-02-18T08:48:25.822Z] #43 61.04 AR soccr/libsoccr.a [2021-02-18T08:48:25.822Z] #43 61.11 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:48:25.822Z] #43 61.63 DEP criu/arch/ppc64/sigframe.d [2021-02-18T08:48:25.822Z] #43 61.89 DEP criu/arch/ppc64/crtools.d [2021-02-18T08:48:25.822Z] #43 62.05 DEP criu/arch/ppc64/cpu.d [2021-02-18T08:48:25.822Z] #43 62.26 CC criu/arch/ppc64/cpu.o [2021-02-18T08:48:26.086Z] #42 ... [2021-02-18T08:48:26.086Z] [2021-02-18T08:48:26.086Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:48:26.086Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T08:48:26.086Z] #21 10.70 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T08:48:26.086Z] #21 10.77 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T08:48:26.086Z] #21 10.96 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-18T08:48:26.087Z] #21 11.31 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T08:48:26.087Z] #21 11.35 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T08:48:26.087Z] #21 11.41 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-18T08:48:26.087Z] #21 11.87 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T08:48:26.087Z] #21 DONE 12.3s [2021-02-18T08:48:26.087Z] [2021-02-18T08:48:26.087Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T08:48:26.087Z] #24 sha256:e2addd634006e5a938e0a88c575d80eabdc0086f1b626de09dd15d07b036c015 [2021-02-18T08:48:26.120Z] #43 62.79 CC criu/arch/ppc64/crtools.o [2021-02-18T08:48:26.250Z] #19 9.017 Reading package lists... [2021-02-18T08:48:26.250Z] #19 ... [2021-02-18T08:48:26.250Z] [2021-02-18T08:48:26.250Z] #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-18T08:48:26.250Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:26.250Z] #42 58.59 AR criu/pie/pie.lib.a [2021-02-18T08:48:26.250Z] #42 58.66 DEP criu/pie/restorer.d [2021-02-18T08:48:26.346Z] #24 DONE 0.3s [2021-02-18T08:48:26.346Z] [2021-02-18T08:48:26.346Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:48:26.346Z] #29 sha256:2ba015061399c94ccc8cda5394454f563aeeba02ac42f2d0d02155ac4216fa76 [2021-02-18T08:48:26.419Z] #43 ... [2021-02-18T08:48:26.419Z] [2021-02-18T08:48:26.419Z] #20 [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-18T08:48:26.419Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:48:26.419Z] #20 4.355 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-18T08:48:26.513Z] #42 58.86 DEP criu/arch/aarch64/intraprocedure.d [2021-02-18T08:48:26.513Z] #42 58.87 DEP criu/arch/aarch64/restorer.d [2021-02-18T08:48:26.657Z] #13 DONE 3.6s [2021-02-18T08:48:26.657Z] [2021-02-18T08:48:26.657Z] #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-18T08:48:26.657Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T08:48:26.775Z] #42 59.15 DEP criu/arch/aarch64/vdso-pie.d [2021-02-18T08:48:26.775Z] #42 59.30 DEP criu/pie/parasite-vdso.d [2021-02-18T08:48:27.038Z] #42 59.50 DEP criu/pie/parasite.d [2021-02-18T08:48:27.301Z] #42 59.86 CC criu/pie/parasite.o [2021-02-18T08:48:27.739Z] #19 29.75 Selecting previously unselected package python3-minimal. [2021-02-18T08:48:28.001Z] #19 29.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-18T08:48:28.001Z] #19 29.81 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-18T08:48:28.001Z] #19 29.81 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T08:48:28.001Z] #19 29.91 Selecting previously unselected package libmpdec2:amd64. [2021-02-18T08:48:28.001Z] #19 29.91 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-18T08:48:28.001Z] #19 29.92 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T08:48:28.265Z] #19 30.02 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-18T08:48:28.265Z] #19 30.03 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:48:28.265Z] #19 30.04 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:28.695Z] #42 61.00 LINK criu/pie/parasite.built-in.o [2021-02-18T08:48:28.696Z] #42 61.01 GEN criu/pie/parasite-blob.h [2021-02-18T08:48:28.696Z] #42 61.02 CC criu/pie/parasite-vdso.o [2021-02-18T08:48:28.958Z] #42 61.52 CC criu/arch/aarch64/vdso-pie.o [2021-02-18T08:48:29.190Z] #14 DONE 2.7s [2021-02-18T08:48:29.190Z] [2021-02-18T08:48:29.190Z] #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-18T08:48:29.190Z] #52 sha256:32930b10d176f900c1489dd09adf040761a92690d49b2dc8e1ddbc7be3bc1860 [2021-02-18T08:48:29.190Z] #52 3.556 + RM_GOPATH=0 [2021-02-18T08:48:29.190Z] #52 3.556 + TMP_GOPATH= [2021-02-18T08:48:29.190Z] #52 3.556 + : /build [2021-02-18T08:48:29.190Z] #52 3.557 + '[' -z '' ']' [2021-02-18T08:48:29.190Z] #52 3.561 ++ mktemp -d [2021-02-18T08:48:29.190Z] #52 3.563 + export GOPATH=/tmp/tmp.ngr0G6Seex [2021-02-18T08:48:29.190Z] #52 3.563 + GOPATH=/tmp/tmp.ngr0G6Seex [2021-02-18T08:48:29.190Z] #52 3.565 + RM_GOPATH=1 [2021-02-18T08:48:29.190Z] #52 3.565 + case "$(go env GOARCH)" in [2021-02-18T08:48:29.190Z] #52 3.566 ++ go env GOARCH [2021-02-18T08:48:29.190Z] #52 3.603 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T08:48:29.190Z] #52 3.603 + GO_BUILDMODE=-buildmode=pie [2021-02-18T08:48:29.190Z] #52 3.603 ++ dirname /tmp/install/install.sh [2021-02-18T08:48:29.190Z] #52 3.607 + dir=/tmp/install [2021-02-18T08:48:29.190Z] #52 3.607 + bin=runc [2021-02-18T08:48:29.190Z] #52 3.607 + shift [2021-02-18T08:48:29.191Z] #52 3.607 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T08:48:29.191Z] #52 3.607 + . /tmp/install/runc.installer [2021-02-18T08:48:29.191Z] #52 3.607 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:48:29.191Z] #52 3.608 + install_runc [2021-02-18T08:48:29.191Z] #52 3.609 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T08:48:29.191Z] #52 3.609 + uname -r [2021-02-18T08:48:29.191Z] #52 3.613 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T08:48:29.191Z] #52 3.613 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T08:48:29.191Z] #52 3.613 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T08:48:29.191Z] #52 3.614 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ngr0G6Seex/src/github.com/opencontainers/runc [2021-02-18T08:48:29.191Z] #52 3.622 Cloning into '/tmp/tmp.ngr0G6Seex/src/github.com/opencontainers/runc'... [2021-02-18T08:48:29.210Z] #19 30.98 Selecting previously unselected package python3.7. [2021-02-18T08:48:29.210Z] #19 30.98 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:48:29.210Z] #19 30.98 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:29.210Z] #19 31.12 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T08:48:29.210Z] #19 31.12 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-18T08:48:29.210Z] #19 31.13 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T08:48:29.210Z] #19 31.22 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T08:48:29.221Z] #42 61.73 CC criu/arch/aarch64/restorer.o [2021-02-18T08:48:29.484Z] #42 62.09 CC criu/arch/aarch64/intraprocedure.o [2021-02-18T08:48:29.484Z] #42 62.13 CC criu/pie/restorer.o [2021-02-18T08:48:30.155Z] #19 31.93 Selecting previously unselected package python3. [2021-02-18T08:48:30.155Z] #19 31.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-18T08:48:30.155Z] #19 31.98 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-18T08:48:30.155Z] #19 31.99 Unpacking python3 (3.7.3-1) ... [2021-02-18T08:48:30.155Z] #19 32.09 Selecting previously unselected package libip4tc0:amd64. [2021-02-18T08:48:30.155Z] #19 32.09 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-18T08:48:30.155Z] #19 32.11 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T08:48:30.155Z] #19 32.17 Selecting previously unselected package libip6tc0:amd64. [2021-02-18T08:48:30.155Z] #19 32.17 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-18T08:48:30.155Z] #19 32.19 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T08:48:30.417Z] #19 32.29 Selecting previously unselected package libiptc0:amd64. [2021-02-18T08:48:30.417Z] #19 32.29 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-18T08:48:30.417Z] #19 32.31 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-18T08:48:30.682Z] #19 32.39 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-18T08:48:30.682Z] #19 32.39 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-18T08:48:30.682Z] #19 32.40 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T08:48:30.682Z] #19 32.48 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-18T08:48:30.682Z] #19 32.48 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-18T08:48:30.682Z] #19 32.49 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T08:48:30.682Z] #19 32.56 Selecting previously unselected package libnftnl11:amd64. [2021-02-18T08:48:30.682Z] #19 32.56 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-18T08:48:30.682Z] #19 32.57 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T08:48:30.682Z] #19 32.67 Selecting previously unselected package iptables. [2021-02-18T08:48:30.944Z] #19 32.68 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-18T08:48:30.944Z] #19 32.68 Unpacking iptables (1.8.2-4) ... [2021-02-18T08:48:31.095Z] #52 ... [2021-02-18T08:48:31.095Z] [2021-02-18T08:48:31.095Z] #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-18T08:48:31.095Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:48:31.095Z] #44 118.8 net/http/httptrace [2021-02-18T08:48:31.095Z] #44 119.0 net/http [2021-02-18T08:48:31.206Z] #19 33.01 Selecting previously unselected package xxd. [2021-02-18T08:48:31.206Z] #19 33.01 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:48:31.206Z] #19 33.01 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:48:31.206Z] #19 33.15 Selecting previously unselected package vim-common. [2021-02-18T08:48:31.206Z] #19 33.17 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:48:31.206Z] #19 33.19 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:48:31.353Z] #44 ... [2021-02-18T08:48:31.353Z] [2021-02-18T08:48:31.353Z] #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-18T08:48:31.353Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:31.353Z] #42 48.05 CC compel/src/lib/infect-rpc.o [2021-02-18T08:48:31.353Z] #42 48.45 CC compel/src/lib/infect-util.o [2021-02-18T08:48:31.353Z] #42 48.76 CC compel/src/lib/infect.o [2021-02-18T08:48:31.353Z] #42 50.90 CC compel/src/lib/ptrace.o [2021-02-18T08:48:31.353Z] #42 51.22 AR compel/libcompel.a [2021-02-18T08:48:31.353Z] #42 51.28 HOSTCC compel/src/main-host.o [2021-02-18T08:48:31.353Z] #42 51.51 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-18T08:48:31.353Z] #42 51.68 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T08:48:31.353Z] #42 52.10 HOSTCC compel/src/lib/log-host.o [2021-02-18T08:48:31.353Z] #42 52.36 HOSTLINK compel/compel-host-bin [2021-02-18T08:48:31.353Z] #42 52.55 DEP soccr/soccr.d [2021-02-18T08:48:31.353Z] #42 52.75 CC soccr/soccr.o [2021-02-18T08:48:31.353Z] #42 54.19 AR soccr/libsoccr.a [2021-02-18T08:48:31.353Z] #42 54.24 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:48:31.354Z] #42 54.59 DEP criu/arch/x86/sigframe.d [2021-02-18T08:48:31.354Z] #42 54.71 DEP criu/arch/x86/sigaction_compat.d [2021-02-18T08:48:31.354Z] #42 54.84 DEP criu/arch/x86/kerndat.d [2021-02-18T08:48:31.354Z] #42 55.05 DEP criu/arch/x86/crtools.d [2021-02-18T08:48:31.354Z] #42 55.17 DEP criu/arch/x86/cpu.d [2021-02-18T08:48:31.354Z] #42 55.32 CC criu/arch/x86/cpu.o [2021-02-18T08:48:31.354Z] #42 56.06 CC criu/arch/x86/crtools.o [2021-02-18T08:48:31.354Z] #42 ... [2021-02-18T08:48:31.354Z] [2021-02-18T08:48:31.354Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T08:48:31.354Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T08:48:31.354Z] #15 2.421 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T08:48:31.354Z] #15 DONE 2.5s [2021-02-18T08:48:31.354Z] [2021-02-18T08:48:31.354Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T08:48:31.354Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T08:48:31.468Z] #19 33.36 Selecting previously unselected package bash-completion. [2021-02-18T08:48:31.468Z] #19 33.37 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T08:48:32.044Z] #42 ... [2021-02-18T08:48:32.044Z] [2021-02-18T08:48:32.044Z] #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-18T08:48:32.044Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T08:48:32.044Z] #19 9.017 Reading package lists... [2021-02-18T08:48:32.044Z] #19 11.83 Building dependency tree... [2021-02-18T08:48:32.044Z] #19 13.06 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T08:48:32.044Z] #19 13.06 The following additional packages will be installed: [2021-02-18T08:48:32.044Z] #19 13.06 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T08:48:32.044Z] #19 13.06 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T08:48:32.044Z] #19 13.06 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T08:48:32.044Z] #19 13.06 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T08:48:32.044Z] #19 13.06 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T08:48:32.044Z] #19 13.07 Suggested packages: [2021-02-18T08:48:32.044Z] #19 13.07 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T08:48:32.044Z] #19 13.07 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T08:48:32.044Z] #19 13.07 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T08:48:32.044Z] #19 13.07 Recommended packages: [2021-02-18T08:48:32.044Z] #19 13.07 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T08:48:32.044Z] #19 13.07 python3-keyrings.alt python3-xdg unzip [2021-02-18T08:48:32.044Z] #19 14.32 The following NEW packages will be installed: [2021-02-18T08:48:32.044Z] #19 14.32 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T08:48:32.044Z] #19 14.33 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T08:48:32.044Z] #19 14.33 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T08:48:32.044Z] #19 14.33 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T08:48:32.044Z] #19 14.33 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T08:48:32.044Z] #19 14.33 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T08:48:32.044Z] #19 14.33 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T08:48:32.044Z] #19 14.33 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T08:48:32.044Z] #19 14.33 xz-utils zip [2021-02-18T08:48:32.044Z] #19 14.65 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:48:32.044Z] #19 14.65 Need to get 27.6 MB of archives. [2021-02-18T08:48:32.044Z] #19 14.65 After this operation, 114 MB of additional disk space will be used. [2021-02-18T08:48:32.044Z] #19 14.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-02-18T08:48:32.044Z] #19 14.66 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-18T08:48:32.044Z] #19 14.67 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-18T08:48:32.044Z] #19 14.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-02-18T08:48:32.044Z] #19 14.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-02-18T08:48:32.044Z] #19 14.75 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-18T08:48:32.044Z] #19 14.82 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T08:48:32.044Z] #19 14.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-02-18T08:48:32.044Z] #19 14.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-02-18T08:48:32.044Z] #19 14.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-02-18T08:48:32.044Z] #19 14.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-02-18T08:48:32.044Z] #19 14.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-02-18T08:48:32.044Z] #19 14.85 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-02-18T08:48:32.044Z] #19 14.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-02-18T08:48:32.045Z] #19 14.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-02-18T08:48:32.045Z] #19 14.86 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-02-18T08:48:32.045Z] #19 14.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-02-18T08:48:32.045Z] #19 14.88 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:48:32.045Z] #19 14.89 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T08:48:32.045Z] #19 14.90 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-18T08:48:32.045Z] #19 14.91 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-02-18T08:48:32.045Z] #19 14.93 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-02-18T08:48:32.045Z] #19 14.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-02-18T08:48:32.045Z] #19 14.95 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-02-18T08:48:32.045Z] #19 14.96 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-02-18T08:48:32.045Z] #19 14.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-02-18T08:48:32.045Z] #19 14.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-02-18T08:48:32.045Z] #19 14.97 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-02-18T08:48:32.045Z] #19 14.97 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-02-18T08:48:32.045Z] #19 15.30 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-18T08:48:32.045Z] #19 15.30 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-18T08:48:32.045Z] #19 15.31 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-18T08:48:32.045Z] #19 15.31 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-02-18T08:48:32.045Z] #19 15.31 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-02-18T08:48:32.045Z] #19 15.32 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T08:48:32.045Z] #19 15.38 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T08:48:32.045Z] #19 15.38 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T08:48:32.045Z] #19 15.38 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-02-18T08:48:32.045Z] #19 15.39 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T08:48:32.045Z] #19 15.40 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T08:48:32.045Z] #19 15.41 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T08:48:32.045Z] #19 15.41 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-02-18T08:48:32.045Z] #19 15.45 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-18T08:48:32.045Z] #19 15.46 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-02-18T08:48:32.045Z] #19 15.48 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T08:48:32.045Z] #19 15.80 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-02-18T08:48:32.045Z] #19 15.84 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-02-18T08:48:32.045Z] #19 15.86 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-02-18T08:48:32.045Z] #19 16.59 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:48:32.045Z] #19 16.71 Fetched 27.6 MB in 1s (18.6 MB/s) [2021-02-18T08:48:32.045Z] #19 16.77 Selecting previously unselected package pigz. [2021-02-18T08:48:32.077Z] #20 ... [2021-02-18T08:48:32.077Z] [2021-02-18T08:48:32.077Z] #53 [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-18T08:48:32.077Z] #53 sha256:9f677d967f087b67bcc5f7cd75dd5d2f74a548710712db3a7bc52dcf3b337c86 [2021-02-18T08:48:32.077Z] #53 10.51 + cd /tmp/tmp.iDAvI5mCZp/src/github.com/opencontainers/runc [2021-02-18T08:48:32.077Z] #53 10.52 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:48:32.077Z] #53 11.25 + '[' -z '' ']' [2021-02-18T08:48:32.077Z] #53 11.25 + target=static [2021-02-18T08:48:32.077Z] #53 11.25 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T08:48:32.077Z] #53 11.74 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-18T08:48:32.308Z] #19 16.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2021-02-18T08:48:32.308Z] #19 16.88 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-02-18T08:48:32.308Z] #19 16.90 Unpacking pigz (2.4-1) ... [2021-02-18T08:48:32.308Z] #19 17.00 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-02-18T08:48:32.578Z] #19 17.01 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-02-18T08:48:32.578Z] #19 17.01 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:32.578Z] #19 17.39 Selecting previously unselected package python3.7-minimal. [2021-02-18T08:48:32.578Z] #19 17.39 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-02-18T08:48:32.578Z] #19 17.41 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:48:32.931Z] #29 ... [2021-02-18T08:48:32.931Z] [2021-02-18T08:48:32.931Z] #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-18T08:48:32.931Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:32.931Z] #42 138.8 CC criu/pagemap-cache.o [2021-02-18T08:48:32.931Z] #42 139.2 CC criu/pagemap.o [2021-02-18T08:48:32.931Z] #42 140.1 CC criu/parasite-syscall.o [2021-02-18T08:48:32.931Z] #42 141.0 CC criu/path.o [2021-02-18T08:48:32.931Z] #42 141.2 CC criu/pie-util-vdso-elf32.o [2021-02-18T08:48:32.931Z] #42 141.6 CC criu/pie-util-vdso.o [2021-02-18T08:48:32.931Z] #42 142.0 CC criu/pie-util.o [2021-02-18T08:48:32.931Z] #42 142.2 CC criu/pipes.o [2021-02-18T08:48:32.931Z] #42 142.8 CC criu/plugin.o [2021-02-18T08:48:32.931Z] #42 143.1 CC criu/proc_parse.o [2021-02-18T08:48:32.931Z] #42 ... [2021-02-18T08:48:32.931Z] [2021-02-18T08:48:32.931Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:48:32.931Z] #29 sha256:2ba015061399c94ccc8cda5394454f563aeeba02ac42f2d0d02155ac4216fa76 [2021-02-18T08:48:32.931Z] #29 DONE 5.7s [2021-02-18T08:48:32.931Z] [2021-02-18T08:48:32.931Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T08:48:32.931Z] #32 sha256:850c5edd9c42575cb7fae182bc21f248064aab5c5acca30b9496e97d0f5cc97c [2021-02-18T08:48:32.931Z] #32 DONE 0.7s [2021-02-18T08:48:32.931Z] [2021-02-18T08:48:32.931Z] #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-18T08:48:32.931Z] #52 sha256:a631099ee85f93f452de141782cb69c22b97a7801e47da2cbc6b444e7a40ac4d [2021-02-18T08:48:32.931Z] #52 92.66 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-18T08:48:32.931Z] #52 94.66 + mkdir -p /build [2021-02-18T08:48:32.931Z] #52 94.67 + cp runc /build/runc [2021-02-18T08:48:32.931Z] #52 DONE 95.3s [2021-02-18T08:48:32.931Z] [2021-02-18T08:48:32.931Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T08:48:32.931Z] #34 sha256:922f08e64e2f78795a4f7035c75ae22fc9d14fef012b13c3239f362a1bfb9c79 [2021-02-18T08:48:32.931Z] #34 DONE 0.1s [2021-02-18T08:48:32.931Z] [2021-02-18T08:48:32.931Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T08:48:32.931Z] #37 sha256:72f7aaf16e540dc3bcd16c144c481fdc81033bf6a34977b04e765ba114e863da [2021-02-18T08:48:32.931Z] #37 DONE 0.1s [2021-02-18T08:48:32.931Z] [2021-02-18T08:48:32.931Z] #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-18T08:48:32.931Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:33.157Z] #19 17.97 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:33.386Z] #19 ... [2021-02-18T08:48:33.386Z] [2021-02-18T08:48:33.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-18T08:48:33.386Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:33.386Z] #42 81.39 DEP criu/lsm.d [2021-02-18T08:48:33.386Z] #42 81.51 DEP criu/log.d [2021-02-18T08:48:33.386Z] #42 81.62 DEP criu/libnetlink.d [2021-02-18T08:48:33.386Z] #42 81.74 DEP criu/kerndat.d [2021-02-18T08:48:33.386Z] #42 81.98 DEP criu/kcmp-ids.d [2021-02-18T08:48:33.386Z] #42 82.12 DEP criu/irmap.d [2021-02-18T08:48:33.386Z] #42 82.26 DEP criu/ipc_ns.d [2021-02-18T08:48:33.386Z] #42 82.42 DEP criu/image.d [2021-02-18T08:48:33.386Z] #42 82.59 DEP criu/image-desc.d [2021-02-18T08:48:33.386Z] #42 82.77 DEP criu/fsnotify.d [2021-02-18T08:48:33.386Z] #42 83.07 DEP criu/filesystems.d [2021-02-18T08:48:33.386Z] #42 83.37 DEP criu/files.d [2021-02-18T08:48:33.386Z] #42 83.64 DEP criu/files-reg.d [2021-02-18T08:48:33.386Z] #42 83.83 DEP criu/files-ext.d [2021-02-18T08:48:33.386Z] #42 84.00 DEP criu/file-lock.d [2021-02-18T08:48:33.386Z] #42 84.16 DEP criu/file-ids.d [2021-02-18T08:48:33.386Z] #42 84.35 DEP criu/fifo.d [2021-02-18T08:48:33.386Z] #42 84.47 DEP criu/fdstore.d [2021-02-18T08:48:33.386Z] #42 84.56 DEP criu/fault-injection.d [2021-02-18T08:48:33.386Z] #42 84.61 DEP criu/external.d [2021-02-18T08:48:33.386Z] #42 84.74 DEP criu/eventpoll.d [2021-02-18T08:48:33.386Z] #42 84.93 DEP criu/eventfd.d [2021-02-18T08:48:33.386Z] #42 85.03 DEP criu/crtools.d [2021-02-18T08:48:33.386Z] #42 85.15 DEP criu/cr-service.d [2021-02-18T08:48:33.386Z] #42 85.28 DEP criu/cr-restore.d [2021-02-18T08:48:33.386Z] #42 85.44 DEP criu/cr-errno.d [2021-02-18T08:48:33.386Z] #42 85.45 DEP criu/cr-dump.d [2021-02-18T08:48:33.386Z] #42 85.66 DEP criu/cr-dedup.d [2021-02-18T08:48:33.386Z] #42 85.77 DEP criu/cr-check.d [2021-02-18T08:48:33.386Z] #42 86.01 DEP criu/config.d [2021-02-18T08:48:33.386Z] #42 86.18 DEP criu/clone-noasan.d [2021-02-18T08:48:33.386Z] #42 86.25 DEP criu/cgroup.d [2021-02-18T08:48:33.386Z] #42 86.40 DEP criu/cgroup-props.d [2021-02-18T08:48:33.386Z] #42 86.51 DEP criu/bitmap.d [2021-02-18T08:48:33.386Z] #42 86.53 DEP criu/bfd.d [2021-02-18T08:48:33.386Z] #42 86.64 DEP criu/autofs.d [2021-02-18T08:48:33.386Z] #42 86.79 DEP criu/aio.d [2021-02-18T08:48:33.386Z] #42 86.91 DEP criu/action-scripts.d [2021-02-18T08:48:33.386Z] #42 87.22 CC criu/action-scripts.o [2021-02-18T08:48:33.386Z] #42 87.52 CC criu/aio.o [2021-02-18T08:48:33.386Z] #42 88.05 CC criu/autofs.o [2021-02-18T08:48:33.386Z] #42 89.40 CC criu/bfd.o [2021-02-18T08:48:33.386Z] #42 89.94 CC criu/bitmap.o [2021-02-18T08:48:33.386Z] #42 90.09 CC criu/cgroup-props.o [2021-02-18T08:48:33.386Z] #42 90.75 CC criu/cgroup.o [2021-02-18T08:48:33.421Z] #19 18.00 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:48:33.889Z] #16 DONE 2.5s [2021-02-18T08:48:33.889Z] [2021-02-18T08:48:33.889Z] #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-18T08:48:33.889Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:33.889Z] #42 57.46 CC criu/arch/x86/kerndat.o [2021-02-18T08:48:33.889Z] #42 57.98 CC criu/arch/x86/sigaction_compat.o [2021-02-18T08:48:33.889Z] #42 58.29 CC criu/arch/x86/sigframe.o [2021-02-18T08:48:33.889Z] #42 58.57 LINK criu/arch/x86/crtools.built-in.o [2021-02-18T08:48:33.889Z] #42 58.64 DEP criu/pie/util-vdso-elf32.d [2021-02-18T08:48:33.889Z] #42 58.87 DEP criu/pie/util-vdso.d [2021-02-18T08:48:33.889Z] #42 59.04 DEP criu/pie/util.d [2021-02-18T08:48:33.889Z] #42 59.18 CC criu/pie/util.o [2021-02-18T08:48:33.889Z] #42 59.51 CC criu/pie/util-vdso.o [2021-02-18T08:48:34.179Z] #53 ... [2021-02-18T08:48:34.179Z] [2021-02-18T08:48:34.179Z] #58 [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-18T08:48:34.179Z] #58 sha256:6ad7d681cf06f38ddfca5d644172ce41dc0f8510e8e7f4b08beabbdba99401fc [2021-02-18T08:48:34.179Z] #58 128.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T08:48:34.179Z] #58 128.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T08:48:34.179Z] #58 DONE 136.0s [2021-02-18T08:48:34.179Z] [2021-02-18T08:48:34.179Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T08:48:34.179Z] #59 sha256:1f46c4a5dfaf0c62c1b2f4a065e7c40e29b19b7c57abc7c7b02d2d2d9c16fb00 [2021-02-18T08:48:34.179Z] #59 DONE 0.1s [2021-02-18T08:48:34.179Z] [2021-02-18T08:48:34.179Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T08:48:34.179Z] #60 sha256:33487f1406db7c57a76a13dafcf8fcf426a259123f09a36a6174c53dfb1b73f8 [2021-02-18T08:48:34.179Z] #60 DONE 0.1s [2021-02-18T08:48:34.179Z] [2021-02-18T08:48:34.179Z] #43 [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-18T08:48:34.179Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:48:34.179Z] #43 64.04 CC criu/arch/ppc64/sigframe.o [2021-02-18T08:48:34.179Z] #43 64.35 LINK criu/arch/ppc64/crtools.built-in.o [2021-02-18T08:48:34.179Z] #43 64.42 DEP criu/pie/util-vdso.d [2021-02-18T08:48:34.179Z] #43 64.65 DEP criu/pie/util.d [2021-02-18T08:48:34.179Z] #43 64.81 CC criu/pie/util.o [2021-02-18T08:48:34.179Z] #43 65.15 CC criu/pie/util-vdso.o [2021-02-18T08:48:34.179Z] #43 66.02 AR criu/pie/pie.lib.a [2021-02-18T08:48:34.179Z] #43 66.08 DEP criu/pie/restorer.d [2021-02-18T08:48:34.179Z] #43 66.41 DEP criu/arch/ppc64/vdso-trampoline.d [2021-02-18T08:48:34.179Z] #43 66.45 DEP criu/arch/ppc64/restorer.d [2021-02-18T08:48:34.179Z] #43 66.67 DEP criu/arch/ppc64/vdso-pie.d [2021-02-18T08:48:34.179Z] #43 66.81 DEP criu/pie/parasite-vdso.d [2021-02-18T08:48:34.179Z] #43 67.00 DEP criu/pie/parasite.d [2021-02-18T08:48:34.179Z] #43 67.29 CC criu/pie/parasite.o [2021-02-18T08:48:34.179Z] #43 68.67 LINK criu/pie/parasite.built-in.o [2021-02-18T08:48:34.179Z] #43 68.68 GEN criu/pie/parasite-blob.h [2021-02-18T08:48:34.179Z] #43 68.72 CC criu/pie/parasite-vdso.o [2021-02-18T08:48:34.179Z] #43 69.72 CC criu/arch/ppc64/vdso-pie.o [2021-02-18T08:48:34.179Z] #43 70.23 CC criu/arch/ppc64/restorer.o [2021-02-18T08:48:34.179Z] #43 70.63 CC criu/arch/ppc64/vdso-trampoline.o [2021-02-18T08:48:34.179Z] #43 70.68 CC criu/pie/restorer.o [2021-02-18T08:48:34.331Z] #42 ... [2021-02-18T08:48:34.331Z] [2021-02-18T08:48:34.331Z] #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-18T08:48:34.331Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:34.331Z] #19 36.16 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T08:48:34.826Z] #42 60.33 CC criu/pie/util-vdso-elf32.o [2021-02-18T08:48:34.841Z] #42 146.1 CC criu/protobuf-desc.o [2021-02-18T08:48:34.904Z] #19 36.61 Selecting previously unselected package bzip2. [2021-02-18T08:48:34.904Z] #19 36.62 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-18T08:48:34.904Z] #19 36.63 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:48:34.904Z] #19 36.71 Selecting previously unselected package xz-utils. [2021-02-18T08:48:34.904Z] #19 36.73 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-18T08:48:34.904Z] #19 36.74 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T08:48:35.166Z] #19 36.92 Selecting previously unselected package apparmor. [2021-02-18T08:48:35.166Z] #19 36.92 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-18T08:48:35.166Z] #19 37.01 Unpacking apparmor (2.13.2-10) ... [2021-02-18T08:48:35.347Z] #19 19.85 Selecting previously unselected package python3-minimal. [2021-02-18T08:48:35.347Z] #19 19.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 ... 23654 files and directories currently installed.) [2021-02-18T08:48:35.347Z] #19 19.87 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-02-18T08:48:35.347Z] #19 19.89 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T08:48:35.347Z] #19 20.02 Selecting previously unselected package libmpdec2:arm64. [2021-02-18T08:48:35.347Z] #19 20.02 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-02-18T08:48:35.347Z] #19 20.04 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-02-18T08:48:35.395Z] #42 60.96 AR criu/pie/pie.lib.a [2021-02-18T08:48:35.395Z] #42 61.04 DEP criu/pie/restorer.d [2021-02-18T08:48:35.410Z] #42 146.8 CC criu/protobuf.o [2021-02-18T08:48:35.410Z] #42 ... [2021-02-18T08:48:35.410Z] [2021-02-18T08:48:35.410Z] #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-18T08:48:35.410Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:48:35.410Z] #39 DONE 220.1s [2021-02-18T08:48:35.427Z] #19 37.35 Selecting previously unselected package aufs-tools. [2021-02-18T08:48:35.427Z] #19 37.36 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-18T08:48:35.427Z] #19 37.36 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:48:35.427Z] #19 37.49 Selecting previously unselected package libonig5:amd64. [2021-02-18T08:48:35.427Z] #19 37.51 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T08:48:35.611Z] #19 20.15 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-02-18T08:48:35.611Z] #19 20.15 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2021-02-18T08:48:35.611Z] #19 20.16 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:35.653Z] #42 61.25 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-18T08:48:35.670Z] [2021-02-18T08:48:35.670Z] #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-18T08:48:35.670Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:35.670Z] #42 147.2 CC criu/pstree.o [2021-02-18T08:48:35.688Z] #19 37.51 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:48:35.688Z] #19 37.67 Selecting previously unselected package libjq1:amd64. [2021-02-18T08:48:35.688Z] #19 37.67 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:48:35.688Z] #19 37.68 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:48:35.913Z] #42 61.37 DEP criu/arch/x86/restorer_unmap.d [2021-02-18T08:48:35.913Z] #42 61.40 DEP criu/arch/x86/restorer.d [2021-02-18T08:48:35.913Z] #42 61.58 DEP criu/arch/x86/vdso-pie.d [2021-02-18T08:48:35.950Z] #19 37.77 Selecting previously unselected package jq. [2021-02-18T08:48:35.950Z] #19 37.78 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:48:35.950Z] #19 37.80 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:48:35.950Z] #19 37.88 Selecting previously unselected package libaio1:amd64. [2021-02-18T08:48:35.950Z] #19 37.88 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-18T08:48:35.950Z] #19 37.89 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-18T08:48:35.950Z] #19 37.96 Selecting previously unselected package libgpm2:amd64. [2021-02-18T08:48:35.950Z] #19 37.96 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-18T08:48:35.950Z] #19 37.97 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-18T08:48:36.172Z] #42 61.72 DEP criu/pie/parasite-vdso.d [2021-02-18T08:48:36.172Z] #42 61.91 DEP criu/pie/parasite.d [2021-02-18T08:48:36.212Z] #19 38.05 Selecting previously unselected package libicu63:amd64. [2021-02-18T08:48:36.212Z] #19 38.06 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T08:48:36.212Z] #19 38.06 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:48:36.561Z] #19 20.97 Selecting previously unselected package python3.7. [2021-02-18T08:48:36.562Z] #19 20.98 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2021-02-18T08:48:36.562Z] #19 20.99 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:36.562Z] #19 21.23 Selecting previously unselected package libpython3-stdlib:arm64. [2021-02-18T08:48:36.562Z] #19 21.24 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-02-18T08:48:36.741Z] #42 ... [2021-02-18T08:48:36.741Z] [2021-02-18T08:48:36.741Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T08:48:36.741Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T08:48:36.741Z] #17 DONE 2.6s [2021-02-18T08:48:36.741Z] [2021-02-18T08:48:36.741Z] #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-18T08:48:36.741Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:36.741Z] #42 62.32 CC criu/pie/parasite.o [2021-02-18T08:48:36.825Z] #19 21.39 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-02-18T08:48:36.955Z] #43 ... [2021-02-18T08:48:36.955Z] [2021-02-18T08:48:36.955Z] #45 [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-18T08:48:36.955Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:48:36.955Z] #45 128.9 vendor/golang.org/x/text/unicode/norm [2021-02-18T08:48:36.955Z] #45 132.2 github.com/LK4D4/vndr/build [2021-02-18T08:48:36.955Z] #45 ... [2021-02-18T08:48:36.955Z] [2021-02-18T08:48:36.955Z] #20 [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-18T08:48:36.955Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:48:36.955Z] #20 9.849 Fetched 8197 kB in 9s (867 kB/s) [2021-02-18T08:48:36.955Z] #20 9.849 Reading package lists... [2021-02-18T08:48:37.051Z] #42 148.5 CC criu/rbtree.o [2021-02-18T08:48:37.051Z] #42 148.7 CC criu/rst-malloc.o [2021-02-18T08:48:37.089Z] #19 21.73 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T08:48:37.312Z] #42 148.9 CC criu/seccomp.o [2021-02-18T08:48:37.572Z] #42 ... [2021-02-18T08:48:37.572Z] [2021-02-18T08:48:37.572Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T08:48:37.572Z] #40 sha256:85ca2080f18a31c6b72a05cc52e00f8bd7ff5606e7d2e2c89e6f2c10aba21433 [2021-02-18T08:48:37.572Z] #40 DONE 0.6s [2021-02-18T08:48:37.831Z] [2021-02-18T08:48:37.831Z] #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-18T08:48:37.831Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:37.831Z] #42 149.3 CC criu/seize.o [2021-02-18T08:48:38.022Z] #20 14.95 Reading package lists... [2021-02-18T08:48:38.022Z] #20 ... [2021-02-18T08:48:38.022Z] [2021-02-18T08:48:38.022Z] #43 [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-18T08:48:38.022Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:48:38.022Z] #43 74.69 LINK criu/pie/restorer.built-in.o [2021-02-18T08:48:38.022Z] #43 74.71 GEN criu/pie/restorer-blob.h [2021-02-18T08:48:38.022Z] #43 74.90 DEP criu/vdso.d [2021-02-18T08:48:38.039Z] #19 22.76 Selecting previously unselected package python3. [2021-02-18T08:48:38.092Z] #42 149.9 CC criu/servicefd.o [2021-02-18T08:48:38.120Z] #42 63.52 LINK criu/pie/parasite.built-in.o [2021-02-18T08:48:38.120Z] #42 63.53 GEN criu/pie/parasite-blob.h [2021-02-18T08:48:38.120Z] #42 63.54 CC criu/pie/parasite-vdso.o [2021-02-18T08:48:38.303Z] #19 22.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2021-02-18T08:48:38.303Z] #19 22.82 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-02-18T08:48:38.303Z] #19 22.84 Unpacking python3 (3.7.3-1) ... [2021-02-18T08:48:38.303Z] #19 22.98 Selecting previously unselected package libip4tc0:arm64. [2021-02-18T08:48:38.303Z] #19 22.99 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-02-18T08:48:38.303Z] #19 23.00 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-02-18T08:48:38.321Z] #43 75.09 DEP criu/uts_ns.d [2021-02-18T08:48:38.567Z] #19 23.08 Selecting previously unselected package libip6tc0:arm64. [2021-02-18T08:48:38.567Z] #19 23.08 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-02-18T08:48:38.567Z] #19 23.09 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-02-18T08:48:38.567Z] #19 23.18 Selecting previously unselected package libiptc0:arm64. [2021-02-18T08:48:38.567Z] #19 23.19 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-02-18T08:48:38.567Z] #19 23.19 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-02-18T08:48:38.567Z] #19 23.28 Selecting previously unselected package libnfnetlink0:arm64. [2021-02-18T08:48:38.567Z] #19 23.29 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-02-18T08:48:38.567Z] #19 23.30 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-02-18T08:48:38.567Z] #19 23.37 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-02-18T08:48:38.567Z] #19 23.38 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-02-18T08:48:38.567Z] #19 23.39 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-02-18T08:48:38.621Z] #43 75.29 DEP criu/util.d [2021-02-18T08:48:38.661Z] #42 150.2 CC criu/shmem.o [2021-02-18T08:48:38.688Z] #42 64.22 CC criu/arch/x86/vdso-pie.o [2021-02-18T08:48:38.830Z] #19 23.51 Selecting previously unselected package libnftnl11:arm64. [2021-02-18T08:48:38.830Z] #19 23.53 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-02-18T08:48:38.831Z] #19 23.54 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-02-18T08:48:38.831Z] #19 23.61 Selecting previously unselected package iptables. [2021-02-18T08:48:38.923Z] #43 75.51 DEP criu/uffd.d [2021-02-18T08:48:38.923Z] #43 75.74 DEP criu/tun.d [2021-02-18T08:48:38.947Z] #42 ... [2021-02-18T08:48:38.947Z] [2021-02-18T08:48:38.947Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T08:48:38.947Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T08:48:38.947Z] #18 DONE 2.4s [2021-02-18T08:48:38.947Z] [2021-02-18T08:48:38.947Z] #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-18T08:48:38.947Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:38.947Z] #42 64.66 CC criu/arch/x86/restorer.o [2021-02-18T08:48:39.094Z] #19 23.62 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-02-18T08:48:39.094Z] #19 23.64 Unpacking iptables (1.8.2-4) ... [2021-02-18T08:48:39.222Z] #43 75.94 DEP criu/tty.d [2021-02-18T08:48:39.236Z] #42 150.7 CC criu/sigframe.o [2021-02-18T08:48:39.236Z] #42 ... [2021-02-18T08:48:39.236Z] [2021-02-18T08:48:39.236Z] #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-18T08:48:39.236Z] #48 sha256:a7b3bb4dc095f19dfb06733633f9d67ea7f1678e5b19d3aed000f2f4ec571144 [2021-02-18T08:48:39.236Z] #48 224.3 + /build/golangci-lint --version [2021-02-18T08:48:39.236Z] #48 224.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T08:48:39.236Z] #48 DONE 224.8s [2021-02-18T08:48:39.236Z] [2021-02-18T08:48:39.236Z] #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-18T08:48:39.236Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:39.236Z] #42 150.9 CC criu/signalfd.o [2021-02-18T08:48:39.358Z] #19 23.93 Selecting previously unselected package xxd. [2021-02-18T08:48:39.358Z] #19 23.94 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-02-18T08:48:39.358Z] #19 23.96 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:48:39.358Z] #19 24.10 Selecting previously unselected package vim-common. [2021-02-18T08:48:39.358Z] #19 24.10 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:48:39.495Z] #42 151.0 CC criu/sk-inet.o [2021-02-18T08:48:39.527Z] #43 76.17 DEP criu/timerfd.d [2021-02-18T08:48:39.527Z] #43 76.33 DEP criu/timens.d [2021-02-18T08:48:39.622Z] #19 24.14 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:48:39.622Z] #19 24.35 Selecting previously unselected package bash-completion. [2021-02-18T08:48:39.622Z] #19 24.36 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T08:48:39.825Z] #43 76.52 DEP criu/sysfs_parse.d [2021-02-18T08:48:39.885Z] #42 65.32 CC criu/arch/x86/restorer_unmap.o [2021-02-18T08:48:39.886Z] #42 65.40 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-18T08:48:40.124Z] #43 76.74 DEP criu/sysctl.d [2021-02-18T08:48:40.124Z] #43 76.95 DEP criu/string.d [2021-02-18T08:48:40.147Z] #42 65.75 CC criu/pie/restorer.o [2021-02-18T08:48:40.423Z] #43 76.99 DEP criu/stats.d [2021-02-18T08:48:40.423Z] #43 77.09 DEP criu/sockets.d [2021-02-18T08:48:40.424Z] #19 41.72 Selecting previously unselected package libnet1:amd64. [2021-02-18T08:48:40.424Z] #19 41.73 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:48:40.424Z] #19 41.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:48:40.424Z] #19 41.82 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T08:48:40.424Z] #19 41.83 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T08:48:40.424Z] #19 41.83 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:48:40.424Z] #19 41.93 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T08:48:40.424Z] #19 41.93 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:48:40.424Z] #19 41.94 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:48:40.424Z] #19 42.03 Selecting previously unselected package libreadline5:amd64. [2021-02-18T08:48:40.424Z] #19 42.04 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-18T08:48:40.424Z] #19 42.05 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T08:48:40.424Z] #19 42.17 Selecting previously unselected package net-tools. [2021-02-18T08:48:40.424Z] #19 42.21 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-18T08:48:40.424Z] #19 42.23 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:48:40.432Z] #42 151.8 CC criu/sk-netlink.o [2021-02-18T08:48:40.244Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:48:40.307Z] > git config --add remote.origin.fetch +refs/pull/41973/head:refs/remotes/origin/PR-41973 # timeout=10 [2021-02-18T08:48:40.350Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:48:40.549Z] Fetching without tags [2021-02-18T08:48:40.686Z] #19 42.44 Selecting previously unselected package python-pip-whl. [2021-02-18T08:48:40.686Z] #19 42.46 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T08:48:40.686Z] #19 42.47 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T08:48:40.691Z] #42 152.2 CC criu/sk-packet.o [2021-02-18T08:48:40.724Z] #43 77.31 DEP criu/sk-unix.d [2021-02-18T08:48:41.024Z] #43 77.62 DEP criu/sk-tcp.d [2021-02-18T08:48:41.024Z] #43 77.89 DEP criu/sk-queue.d [2021-02-18T08:48:41.259Z] #42 152.7 CC criu/sk-queue.o [2021-02-18T08:48:41.259Z] #19 43.05 Selecting previously unselected package python3-lib2to3. [2021-02-18T08:48:41.259Z] #19 43.07 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T08:48:41.259Z] #19 43.08 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:48:41.259Z] #19 43.20 Selecting previously unselected package python3-distutils. [2021-02-18T08:48:41.259Z] #19 43.20 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T08:48:41.259Z] #19 43.21 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T08:48:41.325Z] #43 78.12 DEP criu/sk-packet.d [2021-02-18T08:48:41.519Z] #42 153.0 CC criu/sk-tcp.o [2021-02-18T08:48:41.521Z] #19 43.36 Selecting previously unselected package python3-pip. [2021-02-18T08:48:41.521Z] #19 43.36 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T08:48:41.521Z] #19 43.37 Unpacking python3-pip (18.1-5) ... [2021-02-18T08:48:41.521Z] #19 43.53 Selecting previously unselected package python3-pkg-resources. [2021-02-18T08:48:41.521Z] #19 43.54 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:48:41.521Z] #19 43.54 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:48:41.580Z] #19 ... [2021-02-18T08:48:41.580Z] [2021-02-18T08:48:41.580Z] #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-18T08:48:41.580Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-18T08:48:41.580Z] #39 135.5 + dpkg --print-architecture [2021-02-18T08:48:41.630Z] #43 78.33 DEP criu/sk-netlink.d [2021-02-18T08:48:41.778Z] #42 153.3 CC criu/sk-unix.o [2021-02-18T08:48:41.783Z] #19 43.68 Selecting previously unselected package python3-setuptools. [2021-02-18T08:48:41.783Z] #19 43.69 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T08:48:41.783Z] #19 43.71 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T08:48:41.925Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec [2021-02-18T08:48:41.931Z] #43 78.56 DEP criu/sk-inet.d [2021-02-18T08:48:42.044Z] #19 43.95 Selecting previously unselected package python3-wheel. [2021-02-18T08:48:42.044Z] #19 43.98 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T08:48:42.045Z] #19 43.98 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T08:48:42.045Z] #19 44.08 Selecting previously unselected package sudo. [2021-02-18T08:48:42.166Z] #39 ... [2021-02-18T08:48:42.166Z] [2021-02-18T08:48:42.166Z] #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-18T08:48:42.166Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:42.166Z] #42 64.64 LINK criu/pie/restorer.built-in.o [2021-02-18T08:48:42.166Z] #42 64.66 GEN criu/pie/restorer-blob.h [2021-02-18T08:48:42.166Z] #42 64.77 DEP criu/vdso.d [2021-02-18T08:48:42.166Z] #42 65.03 DEP criu/uts_ns.d [2021-02-18T08:48:42.166Z] #42 65.20 DEP criu/util.d [2021-02-18T08:48:42.166Z] #42 65.45 DEP criu/uffd.d [2021-02-18T08:48:42.166Z] #42 65.68 DEP criu/tun.d [2021-02-18T08:48:42.166Z] #42 65.92 DEP criu/tty.d [2021-02-18T08:48:42.166Z] #42 66.09 DEP criu/timerfd.d [2021-02-18T08:48:42.166Z] #42 66.23 DEP criu/timens.d [2021-02-18T08:48:42.166Z] #42 66.42 DEP criu/sysfs_parse.d [2021-02-18T08:48:42.166Z] #42 66.63 DEP criu/sysctl.d [2021-02-18T08:48:42.166Z] #42 66.80 DEP criu/string.d [2021-02-18T08:48:42.166Z] #42 66.84 DEP criu/stats.d [2021-02-18T08:48:42.166Z] #42 66.99 DEP criu/sockets.d [2021-02-18T08:48:42.166Z] #42 67.22 DEP criu/sk-unix.d [2021-02-18T08:48:42.166Z] #42 67.48 DEP criu/sk-tcp.d [2021-02-18T08:48:42.166Z] #42 67.66 DEP criu/sk-queue.d [2021-02-18T08:48:42.166Z] #42 67.79 DEP criu/sk-packet.d [2021-02-18T08:48:42.166Z] #42 67.93 DEP criu/sk-netlink.d [2021-02-18T08:48:42.166Z] #42 68.19 DEP criu/sk-inet.d [2021-02-18T08:48:42.166Z] #42 68.45 DEP criu/signalfd.d [2021-02-18T08:48:42.166Z] #42 68.67 DEP criu/sigframe.d [2021-02-18T08:48:42.166Z] #42 68.79 DEP criu/shmem.d [2021-02-18T08:48:42.166Z] #42 68.96 DEP criu/servicefd.d [2021-02-18T08:48:42.166Z] #42 69.11 DEP criu/seize.d [2021-02-18T08:48:42.166Z] #42 69.21 DEP criu/seccomp.d [2021-02-18T08:48:42.166Z] #42 69.31 DEP criu/rst-malloc.d [2021-02-18T08:48:42.166Z] #42 69.38 DEP criu/rbtree.d [2021-02-18T08:48:42.166Z] #42 69.40 DEP criu/pstree.d [2021-02-18T08:48:42.166Z] #42 69.59 DEP criu/protobuf.d [2021-02-18T08:48:42.166Z] #42 69.70 GEN criu/protobuf-desc-gen.h [2021-02-18T08:48:42.166Z] #42 71.15 DEP criu/protobuf-desc.d [2021-02-18T08:48:42.166Z] #42 71.37 DEP criu/proc_parse.d [2021-02-18T08:48:42.166Z] #42 71.63 DEP criu/plugin.d [2021-02-18T08:48:42.166Z] #42 71.69 DEP criu/pipes.d [2021-02-18T08:48:42.166Z] #42 71.89 DEP criu/pie-util.d [2021-02-18T08:48:42.166Z] #42 71.97 DEP criu/pie-util-vdso.d [2021-02-18T08:48:42.166Z] #42 72.14 DEP criu/path.d [2021-02-18T08:48:42.166Z] #42 72.22 DEP criu/parasite-syscall.d [2021-02-18T08:48:42.166Z] #42 72.45 DEP criu/pagemap.d [2021-02-18T08:48:42.166Z] #42 72.61 DEP criu/pagemap-cache.d [2021-02-18T08:48:42.166Z] #42 72.69 DEP criu/page-xfer.d [2021-02-18T08:48:42.166Z] #42 72.82 DEP criu/page-pipe.d [2021-02-18T08:48:42.166Z] #42 72.90 DEP criu/netfilter.d [2021-02-18T08:48:42.166Z] #42 73.04 DEP criu/net.d [2021-02-18T08:48:42.166Z] #42 73.20 DEP criu/namespaces.d [2021-02-18T08:48:42.166Z] #42 73.41 DEP criu/mount.d [2021-02-18T08:48:42.166Z] #42 73.64 DEP criu/memfd.d [2021-02-18T08:48:42.166Z] #42 73.81 DEP criu/mem.d [2021-02-18T08:48:42.166Z] #42 74.05 DEP criu/lsm.d [2021-02-18T08:48:42.166Z] #42 74.20 DEP criu/log.d [2021-02-18T08:48:42.166Z] #42 74.34 DEP criu/libnetlink.d [2021-02-18T08:48:42.166Z] #42 74.51 DEP criu/kerndat.d [2021-02-18T08:48:42.245Z] #43 78.80 DEP criu/signalfd.d [2021-02-18T08:48:42.245Z] #43 79.03 DEP criu/sigframe.d [2021-02-18T08:48:42.245Z] #43 79.14 DEP criu/shmem.d [2021-02-18T08:48:42.306Z] #19 44.09 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-18T08:48:42.306Z] #19 44.10 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:48:42.429Z] #42 74.78 DEP criu/kcmp-ids.d [2021-02-18T08:48:42.429Z] #42 74.96 DEP criu/irmap.d [2021-02-18T08:48:42.429Z] #42 ... [2021-02-18T08:48:42.429Z] [2021-02-18T08:48:42.429Z] #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-18T08:48:42.429Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T08:48:42.702Z] #19 27.17 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T08:48:42.716Z] #42 154.2 CC criu/sockets.o [2021-02-18T08:48:42.880Z] #19 44.59 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T08:48:42.880Z] #19 44.59 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-18T08:48:42.880Z] #19 44.60 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:48:42.891Z] #43 79.48 DEP criu/servicefd.d [2021-02-18T08:48:42.891Z] #43 79.66 DEP criu/seize.d [2021-02-18T08:48:42.969Z] #19 ... [2021-02-18T08:48:42.969Z] [2021-02-18T08:48:42.969Z] #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-18T08:48:42.969Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-18T08:48:42.969Z] #39 DONE 137.1s [2021-02-18T08:48:42.969Z] [2021-02-18T08:48:42.969Z] #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-18T08:48:42.969Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:42.969Z] #42 75.11 DEP criu/ipc_ns.d [2021-02-18T08:48:42.976Z] #42 154.6 CC criu/stats.o [2021-02-18T08:48:43.142Z] #19 44.86 Selecting previously unselected package uidmap. [2021-02-18T08:48:43.142Z] #19 44.86 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-18T08:48:43.142Z] #19 44.87 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T08:48:43.142Z] #19 45.00 Selecting previously unselected package vim-runtime. [2021-02-18T08:48:43.142Z] #19 45.00 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:48:43.142Z] #19 45.04 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-18T08:48:43.142Z] #19 45.07 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T08:48:43.142Z] #19 45.07 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:48:43.189Z] #43 79.85 DEP criu/seccomp.d [2021-02-18T08:48:43.236Z] #42 154.8 CC criu/string.o [2021-02-18T08:48:43.236Z] #42 154.8 CC criu/sysctl.o [2021-02-18T08:48:43.262Z] #42 75.58 DEP criu/image.d [2021-02-18T08:48:43.262Z] #42 75.85 DEP criu/image-desc.d [2021-02-18T08:48:40.465Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T08:48:40.583Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T08:48:40.584Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:48:40.585Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41973/head:refs/remotes/origin/PR-41973 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T08:48:42.031Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:48:42.074Z] > git checkout -f ab5711e619f2a6c7b0682a7c61a86aacdc9ad7ec # timeout=10 [2021-02-18T08:48:43.437Z] #42 68.67 LINK criu/pie/restorer.built-in.o [2021-02-18T08:48:43.437Z] #42 68.69 GEN criu/pie/restorer-blob.h [2021-02-18T08:48:43.437Z] #42 68.80 DEP criu/vdso.d [2021-02-18T08:48:43.437Z] #42 69.00 DEP criu/vdso-compat.d [2021-02-18T08:48:43.437Z] #42 ... [2021-02-18T08:48:43.437Z] [2021-02-18T08:48:43.437Z] #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-18T08:48:43.437Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:48:43.437Z] #44 131.2 github.com/LK4D4/vndr/godl [2021-02-18T08:48:43.437Z] #44 132.2 github.com/LK4D4/vndr [2021-02-18T08:48:43.487Z] #43 80.04 DEP criu/rst-malloc.d [2021-02-18T08:48:43.487Z] #43 80.12 DEP criu/rbtree.d [2021-02-18T08:48:43.487Z] #43 80.18 DEP criu/pstree.d [2021-02-18T08:48:43.495Z] #42 155.1 CC criu/sysfs_parse.o [2021-02-18T08:48:43.561Z] #42 75.99 DEP criu/fsnotify.d [2021-02-18T08:48:43.561Z] #42 76.14 DEP criu/filesystems.d [2021-02-18T08:48:43.696Z] #44 ... [2021-02-18T08:48:43.696Z] [2021-02-18T08:48:43.696Z] #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-18T08:48:43.696Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:43.696Z] #42 69.16 DEP criu/uts_ns.d [2021-02-18T08:48:43.696Z] #42 69.39 DEP criu/util.d [2021-02-18T08:48:43.755Z] #42 155.3 CC criu/timens.o [2021-02-18T08:48:43.788Z] #43 80.35 DEP criu/protobuf.d [2021-02-18T08:48:43.788Z] #43 80.53 GEN criu/protobuf-desc-gen.h [2021-02-18T08:48:43.846Z] #42 76.33 DEP criu/files.d [2021-02-18T08:48:43.955Z] #42 69.65 DEP criu/uffd.d [2021-02-18T08:48:44.015Z] #42 155.5 CC criu/timerfd.o [2021-02-18T08:48:44.015Z] #42 155.7 CC criu/tty.o [2021-02-18T08:48:44.132Z] #42 76.61 DEP criu/files-reg.d [2021-02-18T08:48:44.215Z] #42 ... [2021-02-18T08:48:44.215Z] [2021-02-18T08:48:44.215Z] #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-18T08:48:44.215Z] #44 sha256:f8cd732ccc609a37184bf8511529f84dc171953ed4ef3f3e5c833f93d6d27dae [2021-02-18T08:48:44.215Z] #44 DONE 142.0s [2021-02-18T08:48:44.215Z] [2021-02-18T08:48:44.215Z] #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-18T08:48:44.215Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:44.215Z] #42 69.85 DEP criu/tun.d [2021-02-18T08:48:44.317Z] #55 214.6 + bin/containerd-stress [2021-02-18T08:48:44.317Z] #55 216.6 + bin/containerd-shim [2021-02-18T08:48:44.405Z] #42 76.78 DEP criu/files-ext.d [2021-02-18T08:48:44.406Z] #42 76.93 DEP criu/file-lock.d [2021-02-18T08:48:44.672Z] #42 77.09 DEP criu/file-ids.d [2021-02-18T08:48:44.672Z] #42 77.22 DEP criu/fifo.d [2021-02-18T08:48:44.783Z] #42 70.11 DEP criu/tty.d [2021-02-18T08:48:44.783Z] #42 ... [2021-02-18T08:48:44.783Z] [2021-02-18T08:48:44.783Z] #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-18T08:48:44.783Z] #52 sha256:32930b10d176f900c1489dd09adf040761a92690d49b2dc8e1ddbc7be3bc1860 [2021-02-18T08:48:44.783Z] #52 12.05 + cd /tmp/tmp.ngr0G6Seex/src/github.com/opencontainers/runc [2021-02-18T08:48:44.783Z] #52 12.05 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T08:48:44.783Z] #52 12.68 + '[' -z '' ']' [2021-02-18T08:48:44.783Z] #52 12.68 + target=static [2021-02-18T08:48:44.784Z] #52 12.68 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T08:48:44.784Z] #52 12.81 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-18T08:48:44.784Z] #52 ... [2021-02-18T08:48:44.784Z] [2021-02-18T08:48:44.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-18T08:48:44.784Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:44.784Z] #42 70.30 DEP criu/timerfd.d [2021-02-18T08:48:44.940Z] #42 77.34 DEP criu/fdstore.d [2021-02-18T08:48:44.940Z] #42 77.43 DEP criu/fault-injection.d [2021-02-18T08:48:44.940Z] #42 77.46 DEP criu/external.d [2021-02-18T08:48:44.940Z] #42 77.53 DEP criu/eventpoll.d [2021-02-18T08:48:44.953Z] #42 156.6 CC criu/tun.o [2021-02-18T08:48:45.043Z] #42 70.47 DEP criu/timens.d [2021-02-18T08:48:45.043Z] #42 70.66 DEP criu/sysfs_parse.d [2021-02-18T08:48:45.210Z] #42 77.64 DEP criu/eventfd.d [2021-02-18T08:48:45.210Z] #42 77.78 DEP criu/crtools.d [2021-02-18T08:48:45.213Z] #42 156.8 CC criu/uffd.o [2021-02-18T08:48:45.302Z] #42 70.83 DEP criu/sysctl.d [2021-02-18T08:48:45.309Z] Merge succeeded, producing 45d1aa717c3336c5da383119864bbad5e9f320e3 [2021-02-18T08:48:45.309Z] Checking out Revision 45d1aa717c3336c5da383119864bbad5e9f320e3 (PR-41973) [2021-02-18T08:48:45.482Z] #42 77.88 DEP criu/cr-service.d [2021-02-18T08:48:45.482Z] #42 77.96 DEP criu/cr-restore.d [2021-02-18T08:48:45.552Z] #43 ... [2021-02-18T08:48:45.552Z] [2021-02-18T08:48:45.552Z] #20 [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-18T08:48:45.552Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:48:45.552Z] #20 14.95 Reading package lists... [2021-02-18T08:48:45.552Z] #20 18.62 Building dependency tree... [2021-02-18T08:48:45.552Z] #20 19.71 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T08:48:45.552Z] #20 19.71 The following additional packages will be installed: [2021-02-18T08:48:45.552Z] #20 19.71 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T08:48:45.552Z] #20 19.71 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T08:48:45.552Z] #20 19.72 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T08:48:45.552Z] #20 19.72 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T08:48:45.552Z] #20 19.73 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T08:48:45.552Z] #20 19.75 Suggested packages: [2021-02-18T08:48:45.552Z] #20 19.75 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T08:48:45.552Z] #20 19.75 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T08:48:45.552Z] #20 19.76 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T08:48:45.552Z] #20 19.76 Recommended packages: [2021-02-18T08:48:45.552Z] #20 19.76 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T08:48:45.552Z] #20 19.76 python3-keyrings.alt python3-xdg unzip [2021-02-18T08:48:45.553Z] #20 21.64 The following NEW packages will be installed: [2021-02-18T08:48:45.553Z] #20 21.65 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T08:48:45.553Z] #20 21.65 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T08:48:45.553Z] #20 21.65 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T08:48:45.553Z] #20 21.65 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T08:48:45.553Z] #20 21.65 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T08:48:45.553Z] #20 21.66 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T08:48:45.553Z] #20 21.66 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T08:48:45.553Z] #20 21.66 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T08:48:45.553Z] #20 21.66 xz-utils zip [2021-02-18T08:48:45.553Z] #20 21.77 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:48:45.553Z] #20 21.77 Need to get 29.2 MB of archives. [2021-02-18T08:48:45.553Z] #20 21.77 After this operation, 134 MB of additional disk space will be used. [2021-02-18T08:48:45.553Z] #20 21.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-02-18T08:48:45.553Z] #20 21.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2021-02-18T08:48:45.553Z] #20 21.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2021-02-18T08:48:45.553Z] #20 22.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-02-18T08:48:45.553Z] #20 22.36 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-02-18T08:48:45.553Z] #20 22.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2021-02-18T08:48:45.553Z] #20 22.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2021-02-18T08:48:45.553Z] #20 22.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-02-18T08:48:45.553Z] #20 22.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-02-18T08:48:45.553Z] #20 23.00 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-02-18T08:48:45.553Z] #20 23.02 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-02-18T08:48:45.553Z] #20 23.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-02-18T08:48:45.553Z] #20 23.04 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-02-18T08:48:45.553Z] #20 23.04 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-02-18T08:48:45.553Z] #20 23.04 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-02-18T08:48:45.553Z] #20 23.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-02-18T08:48:45.553Z] #20 23.11 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-02-18T08:48:45.553Z] #20 23.13 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:48:45.553Z] #20 23.16 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-02-18T08:48:45.553Z] #20 23.22 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2021-02-18T08:48:45.553Z] #20 23.23 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-02-18T08:48:45.553Z] #20 23.25 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-02-18T08:48:45.553Z] #20 23.32 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-02-18T08:48:45.553Z] #20 23.33 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-02-18T08:48:45.553Z] #20 23.35 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-02-18T08:48:45.553Z] #20 23.40 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-02-18T08:48:45.553Z] #20 23.42 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-02-18T08:48:45.553Z] #20 23.42 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-02-18T08:48:45.553Z] #20 23.42 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-02-18T08:48:45.561Z] #42 70.99 DEP criu/string.d [2021-02-18T08:48:45.561Z] #42 71.03 DEP criu/stats.d [2021-02-18T08:48:45.561Z] #42 71.18 DEP criu/sockets.d [2021-02-18T08:48:45.696Z] #19 ... [2021-02-18T08:48:45.697Z] [2021-02-18T08:48:45.697Z] #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-18T08:48:45.697Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:45.697Z] #42 93.46 CC criu/clone-noasan.o [2021-02-18T08:48:45.697Z] #42 93.72 CC criu/config.o [2021-02-18T08:48:45.697Z] #42 95.13 CC criu/cr-check.o [2021-02-18T08:48:45.697Z] #42 96.91 CC criu/cr-dedup.o [2021-02-18T08:48:45.697Z] #42 97.32 CC criu/cr-dump.o [2021-02-18T08:48:45.697Z] #42 99.56 CC criu/cr-errno.o [2021-02-18T08:48:45.697Z] #42 99.65 CC criu/cr-restore.o [2021-02-18T08:48:45.751Z] #42 78.08 DEP criu/cr-errno.d [2021-02-18T08:48:45.751Z] #42 78.10 DEP criu/cr-dump.d [2021-02-18T08:48:45.751Z] #42 78.25 DEP criu/cr-dedup.d [2021-02-18T08:48:45.781Z] #42 157.5 CC criu/util.o [2021-02-18T08:48:45.820Z] #42 71.45 DEP criu/sk-unix.d [2021-02-18T08:48:46.021Z] #42 78.36 DEP criu/cr-check.d [2021-02-18T08:48:46.021Z] #42 78.52 DEP criu/config.d [2021-02-18T08:48:46.269Z] #42 104.3 CC criu/cr-service.o [2021-02-18T08:48:46.289Z] #42 78.64 DEP criu/clone-noasan.d [2021-02-18T08:48:46.289Z] #42 78.74 DEP criu/cgroup.d [2021-02-18T08:48:46.289Z] #42 78.84 DEP criu/cgroup-props.d [2021-02-18T08:48:46.390Z] #42 71.73 DEP criu/sk-tcp.d [2021-02-18T08:48:46.390Z] #42 71.96 DEP criu/sk-queue.d [2021-02-18T08:48:44.284Z] > git remote # timeout=10 [2021-02-18T08:48:44.367Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:48:44.412Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T08:48:44.414Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T08:48:45.209Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-02-18T08:48:45.342Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:48:45.385Z] > git checkout -f 45d1aa717c3336c5da383119864bbad5e9f320e3 # timeout=10 [2021-02-18T08:48:46.531Z] #42 ... [2021-02-18T08:48:46.531Z] [2021-02-18T08:48:46.531Z] #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-18T08:48:46.531Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:46.531Z] #19 48.47 Selecting previously unselected package vim. [2021-02-18T08:48:46.531Z] #19 48.47 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:48:46.531Z] #19 48.49 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T08:48:46.563Z] #42 79.00 DEP criu/bitmap.d [2021-02-18T08:48:46.563Z] #42 79.02 DEP criu/bfd.d [2021-02-18T08:48:46.650Z] #42 72.22 DEP criu/sk-packet.d [2021-02-18T08:48:46.720Z] #42 158.2 CC criu/uts_ns.o [2021-02-18T08:48:46.720Z] #42 158.3 CC criu/vdso-compat.o [2021-02-18T08:48:46.720Z] #42 158.4 CC criu/vdso.o [2021-02-18T08:48:46.834Z] #42 79.17 DEP criu/autofs.d [2021-02-18T08:48:46.834Z] #42 79.31 DEP criu/aio.d [2021-02-18T08:48:46.834Z] #42 79.40 DEP criu/action-scripts.d [2021-02-18T08:48:46.909Z] #42 72.39 DEP criu/sk-netlink.d [2021-02-18T08:48:46.909Z] #42 72.60 DEP criu/sk-inet.d [2021-02-18T08:48:47.099Z] #42 79.62 CC criu/action-scripts.o [2021-02-18T08:48:47.105Z] #19 49.04 Selecting previously unselected package xfsprogs. [2021-02-18T08:48:47.105Z] #19 49.05 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-18T08:48:47.105Z] #19 49.05 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T08:48:47.107Z] #20 25.13 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-02-18T08:48:47.108Z] #20 25.15 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-02-18T08:48:47.108Z] #20 25.16 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-02-18T08:48:47.108Z] #20 25.16 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-02-18T08:48:47.108Z] #20 25.19 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-02-18T08:48:47.108Z] #20 25.23 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T08:48:47.168Z] #42 72.79 DEP criu/signalfd.d [2021-02-18T08:48:47.289Z] #42 158.8 LINK criu/built-in.o [2021-02-18T08:48:47.289Z] #42 158.9 LINK criu/criu [2021-02-18T08:48:47.413Z] #20 25.48 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T08:48:47.413Z] #20 25.49 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T08:48:47.427Z] #42 73.01 DEP criu/sigframe.d [2021-02-18T08:48:47.549Z] #42 159.1 DEP lib/c/criu.d [2021-02-18T08:48:47.549Z] #42 159.1 CC images/rpc.pb-c.o [2021-02-18T08:48:47.677Z] #42 80.18 CC criu/aio.o [2021-02-18T08:48:47.679Z] #19 49.50 Selecting previously unselected package zip. [2021-02-18T08:48:47.679Z] #19 49.50 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-18T08:48:47.679Z] #19 49.51 Unpacking zip (3.0-11+b1) ... [2021-02-18T08:48:47.679Z] #19 49.71 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:48:47.679Z] #19 49.73 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:48:47.679Z] #19 49.74 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T08:48:47.686Z] #42 73.17 DEP criu/shmem.d [2021-02-18T08:48:47.716Z] #20 25.51 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-02-18T08:48:47.716Z] #20 25.53 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T08:48:47.716Z] #20 25.55 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T08:48:47.716Z] #20 25.59 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T08:48:47.716Z] #20 25.74 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-02-18T08:48:47.808Z] #42 159.4 CC lib/c/criu.o [2021-02-18T08:48:48.096Z] #42 73.37 DEP criu/servicefd.d [2021-02-18T08:48:48.096Z] #42 73.59 DEP criu/seize.d [2021-02-18T08:48:48.096Z] #42 73.73 DEP criu/seccomp.d [2021-02-18T08:48:48.099Z] #19 49.75 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T08:48:48.099Z] #19 49.77 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-18T08:48:48.099Z] #19 49.78 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T08:48:48.099Z] #19 49.80 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T08:48:48.099Z] #19 49.81 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T08:48:48.099Z] #19 49.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:48:48.099Z] #19 49.84 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:48:48.099Z] #19 49.85 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:48:48.099Z] #19 49.86 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:48:48.099Z] #19 49.87 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:48:48.099Z] #19 49.89 Setting up zip (3.0-11+b1) ... [2021-02-18T08:48:48.099Z] #19 49.90 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:48:48.099Z] #19 49.94 Setting up bash-completion (1:2.8-6) ... [2021-02-18T08:48:48.146Z] #20 26.11 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2021-02-18T08:48:48.146Z] #20 26.16 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-02-18T08:48:48.146Z] #20 26.20 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T08:48:48.356Z] #42 73.94 DEP criu/rst-malloc.d [2021-02-18T08:48:48.356Z] #42 74.00 DEP criu/rbtree.d [2021-02-18T08:48:48.356Z] #42 74.06 DEP criu/pstree.d [2021-02-18T08:48:48.412Z] #42 80.67 CC criu/autofs.o [2021-02-18T08:48:48.416Z] #42 160.0 LINK lib/c/built-in.o [2021-02-18T08:48:48.416Z] #42 160.0 LINK lib/c/libcriu.so [2021-02-18T08:48:48.416Z] #42 160.0 LINK lib/c/libcriu.a [2021-02-18T08:48:48.416Z] #42 160.1 GEN magic.py [2021-02-18T08:48:48.615Z] #42 74.27 DEP criu/protobuf.d [2021-02-18T08:48:48.676Z] #42 160.2 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:48:48.676Z] #42 160.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:48:48.676Z] #42 160.2 Note: Building without GnuTLS support [2021-02-18T08:48:48.676Z] #42 160.2 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:48:48.676Z] #42 160.2 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:48:48.875Z] #42 74.42 GEN criu/protobuf-desc-gen.h [2021-02-18T08:48:48.936Z] #42 160.7 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:48:49.136Z] #42 ... [2021-02-18T08:48:49.136Z] [2021-02-18T08:48:49.136Z] #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-18T08:48:49.136Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:49.136Z] #19 2.947 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T08:48:49.136Z] #19 2.999 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T08:48:49.136Z] #19 3.003 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T08:48:49.136Z] #19 3.639 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T08:48:49.136Z] #19 4.931 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T08:48:49.136Z] #19 6.510 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T08:48:49.504Z] #42 161.2 make[1]: Nothing to be done for 'all'. [2021-02-18T08:48:49.568Z] #55 223.1 + bin/containerd-shim-runc-v1 [2021-02-18T08:48:49.758Z] #20 27.75 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-02-18T08:48:49.805Z] #42 82.09 CC criu/bfd.o [2021-02-18T08:48:50.068Z] #42 ... [2021-02-18T08:48:50.068Z] [2021-02-18T08:48:50.068Z] #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-18T08:48:50.068Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T08:48:50.068Z] #19 28.26 Selecting previously unselected package bzip2. [2021-02-18T08:48:50.068Z] #19 28.27 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 28.29 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:48:50.068Z] #19 28.39 Selecting previously unselected package xz-utils. [2021-02-18T08:48:50.068Z] #19 28.41 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 28.42 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T08:48:50.068Z] #19 28.65 Selecting previously unselected package apparmor. [2021-02-18T08:48:50.068Z] #19 28.65 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 28.80 Unpacking apparmor (2.13.2-10) ... [2021-02-18T08:48:50.068Z] #19 29.18 Selecting previously unselected package aufs-tools. [2021-02-18T08:48:50.068Z] #19 29.18 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 29.21 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:48:50.068Z] #19 29.41 Selecting previously unselected package libonig5:arm64. [2021-02-18T08:48:50.068Z] #19 29.41 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 29.42 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-02-18T08:48:50.068Z] #19 29.59 Selecting previously unselected package libjq1:arm64. [2021-02-18T08:48:50.068Z] #19 29.59 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 29.59 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-18T08:48:50.068Z] #19 29.68 Selecting previously unselected package jq. [2021-02-18T08:48:50.068Z] #19 29.68 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 29.69 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:48:50.068Z] #19 29.78 Selecting previously unselected package libaio1:arm64. [2021-02-18T08:48:50.068Z] #19 29.80 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 29.83 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-02-18T08:48:50.068Z] #19 29.91 Selecting previously unselected package libgpm2:arm64. [2021-02-18T08:48:50.068Z] #19 29.91 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 29.92 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-02-18T08:48:50.068Z] #19 30.03 Selecting previously unselected package libicu63:arm64. [2021-02-18T08:48:50.068Z] #19 30.03 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 30.04 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-18T08:48:50.068Z] #19 33.09 Selecting previously unselected package libnet1:arm64. [2021-02-18T08:48:50.068Z] #19 33.09 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 33.10 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:48:50.068Z] #19 33.22 Selecting previously unselected package libnl-3-200:arm64. [2021-02-18T08:48:50.068Z] #19 33.22 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 33.23 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-02-18T08:48:50.068Z] #19 33.32 Selecting previously unselected package libprotobuf-c1:arm64. [2021-02-18T08:48:50.068Z] #19 33.33 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 33.34 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-18T08:48:50.068Z] #19 33.43 Selecting previously unselected package libreadline5:arm64. [2021-02-18T08:48:50.068Z] #19 33.43 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 33.44 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-02-18T08:48:50.068Z] #19 33.55 Selecting previously unselected package net-tools. [2021-02-18T08:48:50.068Z] #19 33.56 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-02-18T08:48:50.068Z] #19 33.57 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:48:50.068Z] #19 33.77 Selecting previously unselected package python-pip-whl. [2021-02-18T08:48:50.068Z] #19 33.77 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T08:48:50.068Z] #19 33.79 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T08:48:50.068Z] #19 34.22 Selecting previously unselected package python3-lib2to3. [2021-02-18T08:48:50.068Z] #19 34.23 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T08:48:50.068Z] #19 34.23 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:48:50.068Z] #19 34.37 Selecting previously unselected package python3-distutils. [2021-02-18T08:48:50.068Z] #19 34.37 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T08:48:50.068Z] #19 34.38 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T08:48:50.068Z] #19 34.54 Selecting previously unselected package python3-pip. [2021-02-18T08:48:50.068Z] #19 34.55 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T08:48:50.068Z] #19 34.56 Unpacking python3-pip (18.1-5) ... [2021-02-18T08:48:50.068Z] #19 34.77 Selecting previously unselected package python3-pkg-resources. [2021-02-18T08:48:50.068Z] #19 34.77 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:48:50.068Z] #19 34.78 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:48:50.068Z] #19 ... [2021-02-18T08:48:50.068Z] [2021-02-18T08:48:50.068Z] #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-18T08:48:50.068Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:48:50.068Z] #42 82.62 CC criu/bitmap.o [2021-02-18T08:48:50.073Z] #42 161.6 make[1]: 'images/built-in.o' is up to date. [2021-02-18T08:48:50.073Z] #42 161.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T08:48:50.073Z] #42 161.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T08:48:50.073Z] #42 161.6 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T08:48:50.073Z] #42 161.6 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T08:48:50.073Z] #42 161.6 make[1]: Nothing to be done for 'all'. [2021-02-18T08:48:50.073Z] #42 161.6 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:48:50.073Z] #42 161.7 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:50.073Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:50.073Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:50.073Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:50.331Z] #42 82.80 CC criu/cgroup-props.o [2021-02-18T08:48:50.332Z] #42 161.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:50.332Z] #42 161.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:50.332Z] #42 161.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:50.332Z] #42 162.0 make[2]: Nothing to be done for 'all'. [2021-02-18T08:48:50.332Z] #42 162.0 INSTALL criu/criu [2021-02-18T08:48:50.471Z] #20 ... [2021-02-18T08:48:50.471Z] [2021-02-18T08:48:50.471Z] #45 [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-18T08:48:50.471Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:48:50.471Z] #45 142.3 vendor/golang.org/x/net/http2/hpack [2021-02-18T08:48:50.471Z] #45 143.0 mime [2021-02-18T08:48:50.471Z] #45 144.1 vendor/golang.org/x/crypto/cryptobyte [2021-02-18T08:48:50.471Z] #45 148.3 net/textproto [2021-02-18T08:48:50.471Z] #45 148.4 vendor/golang.org/x/net/http/httpproxy [2021-02-18T08:48:50.471Z] #45 148.4 crypto/x509 [2021-02-18T08:48:50.471Z] #45 150.4 vendor/golang.org/x/net/http/httpguts [2021-02-18T08:48:50.471Z] #45 150.4 mime/multipart [2021-02-18T08:48:50.471Z] #45 ... [2021-02-18T08:48:50.471Z] [2021-02-18T08:48:50.471Z] #20 [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-18T08:48:50.471Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:48:50.471Z] #20 28.41 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-02-18T08:48:50.515Z] #19 ... [2021-02-18T08:48:50.515Z] [2021-02-18T08:48:50.515Z] #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-18T08:48:50.515Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:50.515Z] #42 75.96 DEP criu/protobuf-desc.d [2021-02-18T08:48:50.515Z] #42 76.09 DEP criu/proc_parse.d [2021-02-18T08:48:50.652Z] #19 52.66 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-18T08:48:50.775Z] #42 76.32 DEP criu/plugin.d [2021-02-18T08:48:50.775Z] #42 76.39 DEP criu/pipes.d [2021-02-18T08:48:50.778Z] #20 28.67 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-02-18T08:48:50.900Z] #42 DONE 162.3s [2021-02-18T08:48:50.900Z] [2021-02-18T08:48:50.900Z] #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-18T08:48:50.900Z] #55 sha256:058273f5a3956e07f30cfc63590bb0e78017b66eb0ddf043399b28b5f047189c [2021-02-18T08:48:50.907Z] #42 83.30 CC criu/cgroup.o [2021-02-18T08:48:50.913Z] #19 52.68 Setting up xz-utils (5.2.4-1) ... [2021-02-18T08:48:50.913Z] #19 52.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T08:48:50.913Z] #19 52.71 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:48:50.913Z] #19 52.79 invoke-rc.d: could not determine current runlevel [2021-02-18T08:48:50.913Z] #19 52.80 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T08:48:50.913Z] #19 52.81 Setting up pigz (2.4-1) ... [2021-02-18T08:48:50.913Z] #19 52.82 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T08:48:50.913Z] #19 52.84 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:48:50.913Z] #19 52.86 Setting up python-pip-whl (18.1-5) ... [2021-02-18T08:48:50.913Z] #19 52.87 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T08:48:50.913Z] #19 52.88 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:48:51.034Z] #42 76.54 DEP criu/pie-util.d [2021-02-18T08:48:51.034Z] #42 76.65 DEP criu/pie-util-vdso.d [2021-02-18T08:48:51.293Z] #42 76.81 DEP criu/pie-util-vdso-elf32.d [2021-02-18T08:48:51.467Z] #55 ... [2021-02-18T08:48:51.468Z] [2021-02-18T08:48:51.468Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T08:48:51.468Z] #43 sha256:a59dcceb49c07ac0655e0241b26176f8176a870ccd29cc9df6032f3803283913 [2021-02-18T08:48:51.468Z] #43 DONE 0.1s [2021-02-18T08:48:51.468Z] [2021-02-18T08:48:51.468Z] #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-18T08:48:51.468Z] #55 sha256:058273f5a3956e07f30cfc63590bb0e78017b66eb0ddf043399b28b5f047189c [2021-02-18T08:48:51.492Z] #19 53.34 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-18T08:48:51.492Z] #19 53.35 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:48:51.492Z] #19 53.37 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:51.492Z] #19 53.38 Setting up vim (2:8.1.0875-5) ... [2021-02-18T08:48:51.492Z] #19 53.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T08:48:51.492Z] #19 53.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T08:48:51.492Z] #19 53.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T08:48:51.492Z] #19 53.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T08:48:51.492Z] #19 53.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T08:48:51.492Z] #19 53.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T08:48:51.492Z] #19 53.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T08:48:51.492Z] #19 53.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T08:48:51.492Z] #19 53.50 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:48:51.492Z] #19 53.51 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:48:51.492Z] #19 53.53 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T08:48:51.553Z] #42 76.97 DEP criu/path.d [2021-02-18T08:48:51.553Z] #42 77.14 DEP criu/parasite-syscall.d [2021-02-18T08:48:51.726Z] #55 ... [2021-02-18T08:48:51.726Z] [2021-02-18T08:48:51.726Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T08:48:51.726Z] #45 sha256:4bbe7032496a04551d7e3774d8d4871efeab2766ed729b21c7d504b79c282a58 [2021-02-18T08:48:51.754Z] #19 53.54 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:48:51.754Z] #19 53.55 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T08:48:51.754Z] #19 53.57 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:51.813Z] #42 77.33 DEP criu/pagemap.d [2021-02-18T08:48:51.915Z] #20 29.76 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:48:51.915Z] #20 29.84 Fetched 29.2 MB in 7s (4113 kB/s) [2021-02-18T08:48:51.915Z] #20 29.93 Selecting previously unselected package pigz. [2021-02-18T08:48:51.915Z] #20 29.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2021-02-18T08:48:51.985Z] #45 DONE 0.4s [2021-02-18T08:48:51.985Z] [2021-02-18T08:48:51.985Z] #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-18T08:48:51.985Z] #55 sha256:058273f5a3956e07f30cfc63590bb0e78017b66eb0ddf043399b28b5f047189c [2021-02-18T08:48:52.072Z] #42 77.51 DEP criu/pagemap-cache.d [2021-02-18T08:48:52.073Z] #42 77.69 DEP criu/page-xfer.d [2021-02-18T08:48:52.241Z] #20 30.01 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-02-18T08:48:52.241Z] #20 30.02 Unpacking pigz (2.4-1) ... [2021-02-18T08:48:52.241Z] #20 30.09 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-02-18T08:48:52.241Z] #20 30.10 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-18T08:48:52.241Z] #20 30.11 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-02-18T08:48:52.243Z] #55 ... [2021-02-18T08:48:52.243Z] [2021-02-18T08:48:52.243Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T08:48:52.243Z] #47 sha256:01ad8938d4590aad0c5a5fc2f299fc479799940de3499789647ee3f7bf507946 [2021-02-18T08:48:52.243Z] #47 DONE 0.2s [2021-02-18T08:48:52.243Z] [2021-02-18T08:48:52.243Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T08:48:52.243Z] #49 sha256:b8de0e145d8eba84008d18cd118c8a92b0a12ffdbcdbe34bb721b98f2ec00771 [2021-02-18T08:48:52.332Z] #42 77.83 DEP criu/page-pipe.d [2021-02-18T08:48:52.332Z] #42 77.93 DEP criu/netfilter.d [2021-02-18T08:48:52.593Z] #42 78.09 DEP criu/net.d [2021-02-18T08:48:52.617Z] #20 30.67 Selecting previously unselected package python3.7-minimal. [2021-02-18T08:48:52.852Z] #42 78.27 DEP criu/namespaces.d [2021-02-18T08:48:52.852Z] #42 78.48 DEP criu/mount.d [2021-02-18T08:48:53.028Z] #20 30.68 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-18T08:48:53.028Z] #20 30.69 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:48:53.112Z] #42 78.64 DEP criu/memfd.d [2021-02-18T08:48:53.112Z] #42 78.76 DEP criu/mem.d [2021-02-18T08:48:53.183Z] #49 DONE 0.8s [2021-02-18T08:48:53.183Z] [2021-02-18T08:48:53.183Z] #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-18T08:48:53.183Z] #55 sha256:058273f5a3956e07f30cfc63590bb0e78017b66eb0ddf043399b28b5f047189c [2021-02-18T08:48:53.183Z] #55 190.9 + bin/containerd [2021-02-18T08:48:53.183Z] #55 ... [2021-02-18T08:48:53.183Z] [2021-02-18T08:48:53.183Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T08:48:53.183Z] #51 sha256:77f90fd4f46256855356853a020fd5ee34e23b3718e73499738b3cfb32770f55 [2021-02-18T08:48:53.183Z] #51 DONE 0.1s [2021-02-18T08:48:53.373Z] #42 78.93 DEP criu/lsm.d [2021-02-18T08:48:53.373Z] #42 79.04 DEP criu/log.d [2021-02-18T08:48:53.443Z] [2021-02-18T08:48:53.443Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T08:48:53.443Z] #53 sha256:9b8a3d1f0c48909dfdcab74a1779526d4dec4c02ac99599b1d75ab1ae350b737 [2021-02-18T08:48:53.443Z] #53 DONE 0.3s [2021-02-18T08:48:53.443Z] [2021-02-18T08:48:53.443Z] #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-18T08:48:53.443Z] #55 sha256:058273f5a3956e07f30cfc63590bb0e78017b66eb0ddf043399b28b5f047189c [2021-02-18T08:48:53.464Z] #42 85.63 CC criu/clone-noasan.o [2021-02-18T08:48:53.464Z] #42 85.77 CC criu/config.o [2021-02-18T08:48:53.632Z] #42 79.16 DEP criu/libnetlink.d [2021-02-18T08:48:53.736Z] #55 227.7 + bin/containerd-shim-runc-v2 [2021-02-18T08:48:53.892Z] #42 79.33 DEP criu/kerndat.d [2021-02-18T08:48:53.892Z] #42 79.51 DEP criu/kcmp-ids.d [2021-02-18T08:48:54.151Z] #42 79.61 DEP criu/irmap.d [2021-02-18T08:48:54.151Z] #42 79.74 DEP criu/ipc_ns.d [2021-02-18T08:48:54.203Z] #20 31.86 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-02-18T08:48:54.203Z] #20 31.87 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:48:54.297Z] #55 228.7 + binaries [2021-02-18T08:48:54.297Z] #55 228.7 + install -D bin/containerd /build/containerd [2021-02-18T08:48:54.297Z] #55 228.7 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T08:48:54.297Z] #55 228.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T08:48:54.297Z] #55 228.7 + install -D bin/ctr /build/ctr [2021-02-18T08:48:54.410Z] #42 79.95 DEP criu/image.d [2021-02-18T08:48:54.412Z] #42 86.83 CC criu/cr-check.o [2021-02-18T08:48:54.566Z] #19 56.39 Setting up iptables (1.8.2-4) ... [2021-02-18T08:48:54.566Z] #19 56.42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:48:54.566Z] #19 56.43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:48:54.566Z] #19 56.44 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:48:54.566Z] #19 56.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:48:54.566Z] #19 56.45 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T08:48:54.566Z] #19 56.46 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T08:48:54.566Z] #19 56.47 Setting up python3 (3.7.3-1) ... [2021-02-18T08:48:54.669Z] #42 80.10 DEP criu/image-desc.d [2021-02-18T08:48:54.669Z] #42 80.19 DEP criu/fsnotify.d [2021-02-18T08:48:54.929Z] #42 80.35 DEP criu/filesystems.d [2021-02-18T08:48:54.929Z] #42 80.53 DEP criu/files.d [2021-02-18T08:48:55.139Z] #19 56.86 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T08:48:55.206Z] #42 80.69 DEP criu/files-reg.d [2021-02-18T08:48:55.206Z] #42 80.93 DEP criu/files-ext.d [2021-02-18T08:48:55.714Z] #19 57.63 Setting up apparmor (2.13.2-10) ... [2021-02-18T08:48:55.774Z] #42 81.12 DEP criu/file-lock.d [2021-02-18T08:48:55.774Z] #42 81.28 DEP criu/file-ids.d [2021-02-18T08:48:55.774Z] #42 81.44 DEP criu/fifo.d [2021-02-18T08:48:55.806Z] #42 ... [2021-02-18T08:48:55.806Z] [2021-02-18T08:48:55.806Z] #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-18T08:48:55.806Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T08:48:55.806Z] #19 34.96 Selecting previously unselected package python3-setuptools. [2021-02-18T08:48:55.806Z] #19 34.96 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T08:48:55.806Z] #19 34.97 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T08:48:55.806Z] #19 35.18 Selecting previously unselected package python3-wheel. [2021-02-18T08:48:55.806Z] #19 35.20 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T08:48:55.806Z] #19 35.20 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T08:48:55.806Z] #19 35.34 Selecting previously unselected package sudo. [2021-02-18T08:48:55.806Z] #19 35.35 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-02-18T08:48:55.806Z] #19 35.38 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:48:55.806Z] #19 35.79 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T08:48:55.806Z] #19 35.80 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-02-18T08:48:55.806Z] #19 35.81 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:48:55.806Z] #19 36.07 Selecting previously unselected package uidmap. [2021-02-18T08:48:55.806Z] #19 36.09 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-02-18T08:48:55.806Z] #19 36.10 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T08:48:55.806Z] #19 36.25 Selecting previously unselected package vim-runtime. [2021-02-18T08:48:55.806Z] #19 36.25 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:48:55.806Z] #19 36.31 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-18T08:48:55.806Z] #19 36.34 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T08:48:55.806Z] #19 36.36 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:48:55.806Z] #19 38.95 Selecting previously unselected package vim. [2021-02-18T08:48:55.806Z] #19 38.97 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-02-18T08:48:55.806Z] #19 38.99 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T08:48:55.806Z] #19 39.45 Selecting previously unselected package xfsprogs. [2021-02-18T08:48:55.806Z] #19 39.46 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-02-18T08:48:55.806Z] #19 39.48 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T08:48:55.806Z] #19 39.89 Selecting previously unselected package zip. [2021-02-18T08:48:55.806Z] #19 39.90 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-02-18T08:48:55.806Z] #19 39.90 Unpacking zip (3.0-11+b1) ... [2021-02-18T08:48:55.806Z] #19 40.10 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:48:55.806Z] #19 40.13 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:48:55.806Z] #19 40.14 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-02-18T08:48:55.806Z] #19 40.16 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-02-18T08:48:55.806Z] #19 40.17 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-02-18T08:48:55.806Z] #19 40.18 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-02-18T08:48:55.806Z] #19 40.19 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T08:48:55.806Z] #19 40.20 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-02-18T08:48:55.806Z] #19 40.22 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:48:55.806Z] #19 40.23 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:48:55.806Z] #19 40.24 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-18T08:48:55.806Z] #19 40.26 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-18T08:48:55.806Z] #19 40.27 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:48:55.806Z] #19 40.28 Setting up zip (3.0-11+b1) ... [2021-02-18T08:48:55.806Z] #19 40.29 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:48:55.806Z] #19 40.33 Setting up bash-completion (1:2.8-6) ... [2021-02-18T08:48:56.034Z] #42 81.60 DEP criu/fdstore.d [2021-02-18T08:48:56.183Z] #55 DONE 230.4s [2021-02-18T08:48:56.293Z] #42 ... [2021-02-18T08:48:56.293Z] [2021-02-18T08:48:56.293Z] #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-18T08:48:56.293Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T08:48:56.293Z] #31 DONE 153.2s [2021-02-18T08:48:56.293Z] [2021-02-18T08:48:56.293Z] #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-18T08:48:56.293Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:56.293Z] #42 81.69 DEP criu/fault-injection.d [2021-02-18T08:48:56.293Z] #42 ... [2021-02-18T08:48:56.293Z] [2021-02-18T08:48:56.293Z] #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-18T08:48:56.293Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:56.293Z] #19 11.82 Fetched 8422 kB in 9s (919 kB/s) [2021-02-18T08:48:56.293Z] #19 11.82 Reading package lists... [2021-02-18T08:48:56.293Z] #19 15.27 Reading package lists... [2021-02-18T08:48:56.293Z] #19 ... [2021-02-18T08:48:56.293Z] [2021-02-18T08:48:56.293Z] #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-18T08:48:56.293Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:56.293Z] #42 81.84 DEP criu/external.d [2021-02-18T08:48:56.293Z] #42 81.90 DEP criu/eventpoll.d [2021-02-18T08:48:56.333Z] #20 ... [2021-02-18T08:48:56.333Z] [2021-02-18T08:48:56.333Z] #43 [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-18T08:48:56.333Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:48:56.333Z] #43 82.86 DEP criu/protobuf-desc.d [2021-02-18T08:48:56.333Z] #43 83.11 DEP criu/proc_parse.d [2021-02-18T08:48:56.333Z] #43 83.35 DEP criu/plugin.d [2021-02-18T08:48:56.333Z] #43 83.45 DEP criu/pipes.d [2021-02-18T08:48:56.333Z] #43 83.69 DEP criu/pie-util.d [2021-02-18T08:48:56.333Z] #43 83.85 DEP criu/pie-util-vdso.d [2021-02-18T08:48:56.333Z] #43 84.01 DEP criu/path.d [2021-02-18T08:48:56.333Z] #43 84.19 DEP criu/parasite-syscall.d [2021-02-18T08:48:56.333Z] #43 84.40 DEP criu/pagemap.d [2021-02-18T08:48:56.333Z] #43 84.57 DEP criu/pagemap-cache.d [2021-02-18T08:48:56.333Z] #43 84.72 DEP criu/page-xfer.d [2021-02-18T08:48:56.333Z] #43 85.00 DEP criu/page-pipe.d [2021-02-18T08:48:56.333Z] #43 85.14 DEP criu/netfilter.d [2021-02-18T08:48:56.333Z] #43 85.34 DEP criu/net.d [2021-02-18T08:48:56.333Z] #43 85.58 DEP criu/namespaces.d [2021-02-18T08:48:56.333Z] #43 85.94 DEP criu/mount.d [2021-02-18T08:48:56.333Z] #43 86.21 DEP criu/memfd.d [2021-02-18T08:48:56.333Z] #43 86.36 DEP criu/mem.d [2021-02-18T08:48:56.333Z] #43 86.62 DEP criu/lsm.d [2021-02-18T08:48:56.333Z] #43 86.78 DEP criu/log.d [2021-02-18T08:48:56.333Z] #43 86.97 DEP criu/libnetlink.d [2021-02-18T08:48:56.333Z] #43 87.10 DEP criu/kerndat.d [2021-02-18T08:48:56.333Z] #43 87.42 DEP criu/kcmp-ids.d [2021-02-18T08:48:56.333Z] #43 87.54 DEP criu/irmap.d [2021-02-18T08:48:56.333Z] #43 87.76 DEP criu/ipc_ns.d [2021-02-18T08:48:56.333Z] #43 87.97 DEP criu/image.d [2021-02-18T08:48:56.333Z] #43 88.19 DEP criu/image-desc.d [2021-02-18T08:48:56.333Z] #43 88.28 DEP criu/fsnotify.d [2021-02-18T08:48:56.333Z] #43 88.53 DEP criu/filesystems.d [2021-02-18T08:48:56.333Z] #43 88.71 DEP criu/files.d [2021-02-18T08:48:56.333Z] #43 88.95 DEP criu/files-reg.d [2021-02-18T08:48:56.333Z] #43 89.19 DEP criu/files-ext.d [2021-02-18T08:48:56.333Z] #43 89.40 DEP criu/file-lock.d [2021-02-18T08:48:56.333Z] #43 89.57 DEP criu/file-ids.d [2021-02-18T08:48:56.333Z] #43 89.76 DEP criu/fifo.d [2021-02-18T08:48:56.333Z] #43 89.99 DEP criu/fdstore.d [2021-02-18T08:48:56.333Z] #43 90.12 DEP criu/fault-injection.d [2021-02-18T08:48:56.333Z] #43 90.20 DEP criu/external.d [2021-02-18T08:48:56.333Z] #43 90.36 DEP criu/eventpoll.d [2021-02-18T08:48:56.333Z] #43 90.58 DEP criu/eventfd.d [2021-02-18T08:48:56.333Z] #43 90.77 DEP criu/crtools.d [2021-02-18T08:48:56.333Z] #43 90.98 DEP criu/cr-service.d [2021-02-18T08:48:56.333Z] #43 91.23 DEP criu/cr-restore.d [2021-02-18T08:48:56.333Z] #43 91.53 DEP criu/cr-errno.d [2021-02-18T08:48:56.333Z] #43 91.55 DEP criu/cr-dump.d [2021-02-18T08:48:56.333Z] #43 91.82 DEP criu/cr-dedup.d [2021-02-18T08:48:56.333Z] #43 92.07 DEP criu/cr-check.d [2021-02-18T08:48:56.333Z] #43 92.40 DEP criu/config.d [2021-02-18T08:48:56.333Z] #43 92.68 DEP criu/clone-noasan.d [2021-02-18T08:48:56.333Z] #43 92.80 DEP criu/cgroup.d [2021-02-18T08:48:56.333Z] #43 93.01 DEP criu/cgroup-props.d [2021-02-18T08:48:56.333Z] #43 93.18 DEP criu/bitmap.d [2021-02-18T08:48:56.333Z] #43 93.20 DEP criu/bfd.d [2021-02-18T08:48:56.553Z] #42 82.07 DEP criu/eventfd.d [2021-02-18T08:48:56.553Z] #42 82.23 DEP criu/crtools.d [2021-02-18T08:48:56.641Z] #43 93.40 DEP criu/autofs.d [2021-02-18T08:48:56.813Z] #42 82.41 DEP criu/cr-service.d [2021-02-18T08:48:56.974Z] #43 93.64 DEP criu/aio.d [2021-02-18T08:48:56.974Z] #43 ... [2021-02-18T08:48:56.974Z] [2021-02-18T08:48:56.974Z] #20 [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-18T08:48:56.974Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:48:56.974Z] #20 34.78 Selecting previously unselected package python3-minimal. [2021-02-18T08:48:56.974Z] #20 34.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2021-02-18T08:48:56.974Z] #20 34.85 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-02-18T08:48:56.974Z] #20 34.86 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T08:48:56.974Z] #20 34.98 Selecting previously unselected package libmpdec2:ppc64el. [2021-02-18T08:48:56.974Z] #20 35.00 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-02-18T08:48:56.974Z] #20 35.01 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-02-18T08:48:57.073Z] #42 82.60 DEP criu/cr-restore.d [2021-02-18T08:48:57.073Z] #42 82.82 DEP criu/cr-errno.d [2021-02-18T08:48:57.115Z] [2021-02-18T08:48:57.115Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T08:48:57.115Z] #56 sha256:69364dc53d5f5addd710d7dbc8b160898240a2d1006347f4ce516e1bc1ee9a14 [2021-02-18T08:48:57.277Z] #20 35.19 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-02-18T08:48:57.277Z] #20 35.20 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-18T08:48:57.277Z] #20 35.21 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-02-18T08:48:57.332Z] #42 82.85 DEP criu/cr-dump.d [2021-02-18T08:48:57.441Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T08:48:57.588Z] First time build. Skipping changelog. [2021-02-18T08:48:57.591Z] #42 83.05 DEP criu/cr-dedup.d [2021-02-18T08:48:57.591Z] #42 83.23 DEP criu/cr-check.d [2021-02-18T08:48:57.631Z] #19 59.40 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T08:48:57.631Z] #19 59.42 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:48:57.631Z] #19 ... [2021-02-18T08:48:57.631Z] [2021-02-18T08:48:57.631Z] #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-18T08:48:57.631Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:48:57.631Z] #39 187.2 + dpkg --print-architecture [2021-02-18T08:48:57.631Z] #39 187.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T08:48:57.851Z] #42 83.46 DEP criu/config.d [2021-02-18T08:48:57.893Z] #39 ... [2021-02-18T08:48:57.893Z] [2021-02-18T08:48:57.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-18T08:48:57.893Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:48:57.893Z] #42 105.9 CC criu/crtools.o [2021-02-18T08:48:57.893Z] #42 106.5 CC criu/eventfd.o [2021-02-18T08:48:57.893Z] #42 106.9 CC criu/eventpoll.o [2021-02-18T08:48:57.893Z] #42 107.7 CC criu/external.o [2021-02-18T08:48:57.893Z] #42 108.0 CC criu/fault-injection.o [2021-02-18T08:48:57.893Z] #42 108.2 CC criu/fdstore.o [2021-02-18T08:48:57.893Z] #42 108.6 CC criu/fifo.o [2021-02-18T08:48:57.893Z] #42 109.1 CC criu/file-ids.o [2021-02-18T08:48:57.893Z] #42 109.5 CC criu/file-lock.o [2021-02-18T08:48:57.893Z] #42 110.4 CC criu/files-ext.o [2021-02-18T08:48:57.893Z] #42 110.8 CC criu/files-reg.o [2021-02-18T08:48:57.893Z] #42 113.0 CC criu/files.o [2021-02-18T08:48:57.893Z] #42 115.3 CC criu/filesystems.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-02-18T08:48:58.041Z] #56 DONE 0.9s [2021-02-18T08:48:58.041Z] [2021-02-18T08:48:58.041Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T08:48:58.041Z] #60 sha256:8cad083b377fcae4fbeff11a8e7e18216b2beffa1e8b9419e5656f436c2df2a1 [2021-02-18T08:48:58.041Z] #60 DONE 0.2s [2021-02-18T08:48:58.041Z] [2021-02-18T08:48:58.041Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T08:48:58.041Z] #62 sha256:9d113e5373b06cab66df1f83ab221de73788cda10cf214aac3dada08de0dc4f9 [Pipeline] sh [2021-02-18T08:48:58.110Z] #42 83.68 DEP criu/clone-noasan.d [2021-02-18T08:48:58.110Z] #42 83.75 DEP criu/cgroup.d [2021-02-18T08:48:58.155Z] #42 116.1 CC criu/fsnotify.o [2021-02-18T08:48:58.155Z] #42 ... [2021-02-18T08:48:58.155Z] [2021-02-18T08:48:58.155Z] #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-18T08:48:58.155Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:48:58.155Z] #19 59.73 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:48:58.346Z] #20 36.36 Selecting previously unselected package python3.7. [2021-02-18T08:48:58.346Z] #20 36.36 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-18T08:48:58.370Z] #42 83.98 DEP criu/cgroup-props.d [2021-02-18T08:48:58.603Z] #62 DONE 0.4s [2021-02-18T08:48:58.603Z] [2021-02-18T08:48:58.603Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T08:48:58.603Z] #64 sha256:5cf83effce6a43867168f3d828ccf22efa17714c7127d8bd5c5e1985a3e18a95 [2021-02-18T08:48:58.603Z] #64 DONE 0.0s [2021-02-18T08:48:58.603Z] [2021-02-18T08:48:58.603Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T08:48:58.603Z] #65 sha256:d9d182681ad7822d8cad736db070c5704a52192b0febcd04114c8a59451ff515 [2021-02-18T08:48:58.603Z] #65 DONE 0.0s [2021-02-18T08:48:58.603Z] [2021-02-18T08:48:58.603Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T08:48:58.603Z] #66 sha256:46bd46643ebf01960674c671ad1c029727e1d80c386dc97eccccafb15f02d941 [2021-02-18T08:48:58.630Z] #42 84.16 DEP criu/bitmap.d [2021-02-18T08:48:58.630Z] #42 84.20 DEP criu/bfd.d [2021-02-18T08:48:58.630Z] #42 84.26 DEP criu/autofs.d [2021-02-18T08:48:58.648Z] #20 36.36 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:58.648Z] #20 36.51 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-02-18T08:48:58.648Z] #20 36.52 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-02-18T08:48:58.648Z] #20 36.52 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-02-18T08:48:58.648Z] #20 36.65 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T08:48:58.730Z] #19 60.70 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T08:48:58.889Z] #42 84.46 DEP criu/aio.d [2021-02-18T08:48:59.124Z] #19 43.38 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-02-18T08:48:59.124Z] #19 43.40 Setting up xz-utils (5.2.4-1) ... [2021-02-18T08:48:59.124Z] #19 43.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T08:48:59.124Z] #19 43.48 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:48:59.124Z] #19 43.59 invoke-rc.d: could not determine current runlevel [2021-02-18T08:48:59.124Z] #19 43.61 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T08:48:59.124Z] #19 43.62 Setting up pigz (2.4-1) ... [2021-02-18T08:48:59.124Z] #19 43.64 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-02-18T08:48:59.124Z] #19 43.65 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-02-18T08:48:59.124Z] #19 43.67 Setting up python-pip-whl (18.1-5) ... [2021-02-18T08:48:59.124Z] #19 43.69 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-02-18T08:48:59.124Z] #19 43.71 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:48:59.149Z] #42 84.60 DEP criu/action-scripts.d [2021-02-18T08:48:59.304Z] #19 61.20 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T08:48:59.409Z] #42 84.90 CC criu/action-scripts.o [2021-02-18T08:48:59.530Z] #66 DONE 0.7s [2021-02-18T08:48:59.530Z] [2021-02-18T08:48:59.530Z] #67 exporting to image [2021-02-18T08:48:59.530Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T08:48:59.530Z] #67 exporting layers [2021-02-18T08:48:59.668Z] #42 85.36 CC criu/aio.o [2021-02-18T08:48:59.701Z] #19 44.17 Setting up libaio1:arm64 (0.3.112-3) ... [2021-02-18T08:48:59.701Z] #19 44.18 Setting up libonig5:arm64 (6.9.1-1) ... [2021-02-18T08:48:59.701Z] #19 44.19 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:59.701Z] #19 44.20 Setting up vim (2:8.1.0875-5) ... [2021-02-18T08:48:59.701Z] #19 44.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T08:48:59.701Z] #19 44.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T08:48:59.701Z] #19 44.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T08:48:59.701Z] #19 44.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T08:48:59.701Z] #19 44.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T08:48:59.701Z] #19 44.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T08:48:59.701Z] #19 44.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T08:48:59.701Z] #19 44.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T08:48:59.701Z] #19 44.31 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-18T08:48:59.701Z] #19 44.32 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:48:59.701Z] #19 44.36 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-02-18T08:48:59.701Z] #19 44.38 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:48:59.701Z] #19 44.39 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-02-18T08:48:59.701Z] #19 44.40 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:48:59.715Z] #20 37.73 Selecting previously unselected package python3. [2021-02-18T08:48:59.715Z] #20 37.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2021-02-18T08:48:59.715Z] #20 37.79 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-02-18T08:48:59.715Z] #20 37.81 Unpacking python3 (3.7.3-1) ... [2021-02-18T08:49:00.014Z] #20 38.00 Selecting previously unselected package libip4tc0:ppc64el. [2021-02-18T08:49:00.014Z] #20 38.01 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-02-18T08:49:00.014Z] #20 38.02 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-02-18T08:48:57.474Z] > git rev-list --no-walk 715b6e306452b1ac926193f062b46fd5669fd5cf # timeout=10 [2021-02-18T08:49:00.236Z] #42 85.85 CC criu/autofs.o [2021-02-18T08:49:00.314Z] #20 38.14 Selecting previously unselected package libip6tc0:ppc64el. [2021-02-18T08:49:00.314Z] #20 38.15 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-02-18T08:49:00.314Z] #20 38.16 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-02-18T08:49:00.314Z] #20 38.25 Selecting previously unselected package libiptc0:ppc64el. [2021-02-18T08:49:00.314Z] #20 38.26 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-02-18T08:49:00.314Z] #20 38.26 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-02-18T08:49:00.314Z] #20 38.38 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-02-18T08:49:00.614Z] #20 38.38 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-02-18T08:49:00.614Z] #20 38.40 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-02-18T08:49:00.614Z] #20 38.46 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-02-18T08:49:00.614Z] #20 38.46 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-02-18T08:49:00.614Z] #20 38.47 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-02-18T08:49:00.615Z] #20 38.53 Selecting previously unselected package libnftnl11:ppc64el. [2021-02-18T08:49:00.615Z] #20 38.54 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-02-18T08:49:00.615Z] #20 38.55 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-02-18T08:49:00.615Z] #20 38.67 Selecting previously unselected package iptables. [2021-02-18T08:49:00.692Z] #19 62.49 Setting up python3-pip (18.1-5) ... [2021-02-18T08:49:00.739Z] + docker version [2021-02-18T08:49:00.914Z] #20 38.68 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-02-18T08:49:00.914Z] #20 38.68 Unpacking iptables (1.8.2-4) ... [2021-02-18T08:49:01.564Z] #20 39.29 Selecting previously unselected package xxd. [2021-02-18T08:49:01.564Z] #20 39.30 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-18T08:49:01.564Z] #20 39.30 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:49:01.564Z] #20 39.43 Selecting previously unselected package vim-common. [2021-02-18T08:49:01.564Z] #20 39.44 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:49:01.564Z] #20 39.48 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:49:01.564Z] #20 ... [2021-02-18T08:49:01.564Z] [2021-02-18T08:49:01.564Z] #45 [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-18T08:49:01.564Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:49:01.564Z] #45 153.5 crypto/tls [2021-02-18T08:49:01.564Z] #45 160.9 net/http/httptrace [2021-02-18T08:49:01.564Z] #45 161.2 net/http [2021-02-18T08:49:01.564Z] #45 ... [2021-02-18T08:49:01.564Z] [2021-02-18T08:49:01.564Z] #20 [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-18T08:49:01.564Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:49:01.564Z] #20 39.68 Selecting previously unselected package bash-completion. [2021-02-18T08:49:01.637Z] #19 63.55 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:49:01.637Z] #19 63.58 Processing triggers for mime-support (3.62) ... [2021-02-18T08:49:01.863Z] #20 39.69 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T08:49:02.193Z] #42 87.33 CC criu/bfd.o [2021-02-18T08:49:02.262Z] #19 46.82 Setting up iptables (1.8.2-4) ... [2021-02-18T08:49:02.262Z] #19 46.87 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:49:02.262Z] #19 46.88 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:49:02.262Z] #19 46.89 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:49:02.262Z] #19 46.89 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:49:02.262Z] #19 46.90 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T08:49:02.262Z] #19 46.92 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T08:49:02.262Z] #19 46.93 Setting up python3 (3.7.3-1) ... [2021-02-18T08:49:02.452Z] #42 87.87 CC criu/bitmap.o [2021-02-18T08:49:02.452Z] #42 88.05 CC criu/cgroup-props.o [2021-02-18T08:49:02.582Z] #19 DONE 64.6s [2021-02-18T08:49:02.582Z] [2021-02-18T08:49:02.582Z] #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-18T08:49:02.582Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:49:02.582Z] #39 188.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T08:49:02.582Z] #39 188.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T08:49:02.710Z] #42 ... [2021-02-18T08:49:02.710Z] [2021-02-18T08:49:02.710Z] #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-18T08:49:02.710Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:49:02.710Z] #19 15.27 Reading package lists... [2021-02-18T08:49:02.710Z] #19 18.80 Building dependency tree... [2021-02-18T08:49:02.710Z] #19 20.29 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T08:49:02.710Z] #19 20.29 The following additional packages will be installed: [2021-02-18T08:49:02.710Z] #19 20.29 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T08:49:02.710Z] #19 20.29 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T08:49:02.710Z] #19 20.29 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T08:49:02.710Z] #19 20.29 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T08:49:02.710Z] #19 20.29 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T08:49:02.710Z] #19 20.29 Suggested packages: [2021-02-18T08:49:02.710Z] #19 20.29 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T08:49:02.710Z] #19 20.29 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T08:49:02.710Z] #19 20.29 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T08:49:02.710Z] #19 20.29 Recommended packages: [2021-02-18T08:49:02.710Z] #19 20.29 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T08:49:02.710Z] #19 20.29 python3-keyrings.alt python3-xdg unzip [2021-02-18T08:49:02.710Z] #19 21.78 The following NEW packages will be installed: [2021-02-18T08:49:02.710Z] #19 21.78 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T08:49:02.710Z] #19 21.79 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T08:49:02.710Z] #19 21.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T08:49:02.710Z] #19 21.79 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T08:49:02.711Z] #19 21.79 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T08:49:02.711Z] #19 21.79 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T08:49:02.711Z] #19 21.79 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T08:49:02.711Z] #19 21.79 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T08:49:02.711Z] #19 21.79 xz-utils zip [2021-02-18T08:49:02.711Z] #19 22.12 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:49:02.711Z] #19 22.12 Need to get 28.5 MB of archives. [2021-02-18T08:49:02.711Z] #19 22.12 After this operation, 116 MB of additional disk space will be used. [2021-02-18T08:49:02.711Z] #19 22.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-18T08:49:02.711Z] #19 22.12 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-18T08:49:02.711Z] #19 22.14 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-18T08:49:02.711Z] #19 22.22 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-18T08:49:02.711Z] #19 22.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-18T08:49:02.711Z] #19 22.23 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-18T08:49:02.711Z] #19 22.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T08:49:02.711Z] #19 22.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-18T08:49:02.711Z] #19 22.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-18T08:49:02.711Z] #19 22.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-18T08:49:02.711Z] #19 22.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-18T08:49:02.711Z] #19 22.34 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-18T08:49:02.711Z] #19 22.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-18T08:49:02.711Z] #19 22.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-18T08:49:02.711Z] #19 22.35 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-18T08:49:02.711Z] #19 22.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-18T08:49:02.711Z] #19 22.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T08:49:02.711Z] #19 22.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T08:49:02.711Z] #19 22.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T08:49:02.711Z] #19 22.40 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-18T08:49:02.711Z] #19 22.41 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-18T08:49:02.711Z] #19 22.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-18T08:49:02.711Z] #19 22.45 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-18T08:49:02.711Z] #19 22.46 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T08:49:02.711Z] #19 22.48 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T08:49:02.711Z] #19 22.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T08:49:02.711Z] #19 22.49 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-18T08:49:02.711Z] #19 22.50 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-18T08:49:02.711Z] #19 22.50 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T08:49:02.711Z] #19 22.89 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-18T08:49:02.711Z] #19 22.89 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-18T08:49:02.711Z] #19 22.90 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-18T08:49:02.711Z] #19 22.90 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-18T08:49:02.711Z] #19 22.90 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-18T08:49:02.711Z] #19 22.94 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T08:49:02.711Z] #19 23.03 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T08:49:02.711Z] #19 23.04 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T08:49:02.711Z] #19 23.04 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-18T08:49:02.711Z] #19 23.05 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T08:49:02.711Z] #19 23.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T08:49:02.711Z] #19 23.08 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T08:49:02.711Z] #19 23.09 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-18T08:49:02.711Z] #19 23.14 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-18T08:49:02.711Z] #19 23.16 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-18T08:49:02.711Z] #19 23.17 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T08:49:02.711Z] #19 23.47 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-18T08:49:02.711Z] #19 23.53 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-18T08:49:02.711Z] #19 23.58 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-18T08:49:02.838Z] #19 47.56 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T08:49:02.973Z] #19 24.12 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:49:03.231Z] #19 24.22 Fetched 28.5 MB in 2s (16.5 MB/s) [2021-02-18T08:49:03.231Z] #19 24.29 Selecting previously unselected package pigz. [2021-02-18T08:49:03.232Z] #19 24.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-18T08:49:03.232Z] #19 24.33 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-18T08:49:03.232Z] #19 24.35 Unpacking pigz (2.4-1) ... [2021-02-18T08:49:03.490Z] #19 24.44 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-18T08:49:03.490Z] #19 24.44 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:49:03.490Z] #19 24.45 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:49:03.806Z] #19 48.39 Setting up apparmor (2.13.2-10) ... [2021-02-18T08:49:03.971Z] #39 ... [2021-02-18T08:49:03.971Z] [2021-02-18T08:49:03.971Z] #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-18T08:49:03.971Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T08:49:03.971Z] #20 1.048 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T08:49:03.971Z] #20 1.052 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T08:49:03.971Z] #20 1.058 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T08:49:03.971Z] #20 DONE 1.1s [2021-02-18T08:49:03.971Z] [2021-02-18T08:49:03.971Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:49:03.971Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T08:49:04.008Z] #19 24.86 Selecting previously unselected package python3.7-minimal. [2021-02-18T08:49:04.008Z] #19 24.88 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:49:04.008Z] #19 24.89 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:49:04.834Z] #19 25.73 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:49:04.834Z] #19 25.76 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T08:49:05.732Z] #19 50.09 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T08:49:05.732Z] #19 50.10 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:49:05.996Z] #19 50.60 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:49:05.996Z] #19 ... [2021-02-18T08:49:05.996Z] [2021-02-18T08:49:05.996Z] #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-18T08:49:05.996Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:49:05.996Z] #42 88.60 CC criu/cr-dedup.o [2021-02-18T08:49:05.996Z] #42 89.00 CC criu/cr-dump.o [2021-02-18T08:49:05.996Z] #42 91.00 CC criu/cr-errno.o [2021-02-18T08:49:05.996Z] #42 91.12 CC criu/cr-restore.o [2021-02-18T08:49:05.996Z] #42 94.68 CC criu/cr-service.o [2021-02-18T08:49:05.996Z] #42 96.05 CC criu/crtools.o [2021-02-18T08:49:05.996Z] #42 96.62 CC criu/eventfd.o [2021-02-18T08:49:05.996Z] #42 96.88 CC criu/eventpoll.o [2021-02-18T08:49:05.996Z] #42 97.42 CC criu/external.o [2021-02-18T08:49:05.996Z] #42 97.82 CC criu/fault-injection.o [2021-02-18T08:49:05.996Z] #42 97.92 CC criu/fdstore.o [2021-02-18T08:49:05.996Z] #42 98.40 CC criu/fifo.o [2021-02-18T08:49:06.066Z] #67 exporting layers 6.4s done [2021-02-18T08:49:06.066Z] #67 writing image sha256:aa81d492e366471a0e83eca297d85094bbeb4f92202f4332ede6c35ed112d8df done [2021-02-18T08:49:06.066Z] #67 naming to docker.io/library/docker:13a1568b3cc2fea7cc7821da843fe597500395b9 done [2021-02-18T08:49:06.066Z] #67 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-02-18T08:49:06.259Z] #42 98.78 CC criu/file-ids.o [2021-02-18T08:49:06.395Z] #20 43.70 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T08:49:06.395Z] #20 44.27 Selecting previously unselected package bzip2. [2021-02-18T08:49:06.395Z] #20 44.28 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-02-18T08:49:06.395Z] #20 44.29 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:49:06.395Z] #20 44.38 Selecting previously unselected package xz-utils. [2021-02-18T08:49:06.395Z] #20 44.39 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-02-18T08:49:06.395Z] #20 44.39 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T08:49:06.409Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41973/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/validate/default [2021-02-18T08:49:06.522Z] #42 99.03 CC criu/file-lock.o [2021-02-18T08:49:06.697Z] #20 44.54 Selecting previously unselected package apparmor. [2021-02-18T08:49:06.697Z] #20 44.55 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-02-18T08:49:06.697Z] #20 44.66 Unpacking apparmor (2.13.2-10) ... [2021-02-18T08:49:06.740Z] #19 27.76 Selecting previously unselected package python3-minimal. [2021-02-18T08:49:06.741Z] #19 27.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-18T08:49:06.741Z] #19 27.82 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-18T08:49:06.741Z] #19 27.83 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T08:49:06.741Z] #19 27.93 Selecting previously unselected package libmpdec2:amd64. [2021-02-18T08:49:06.998Z] #20 45.08 Selecting previously unselected package aufs-tools. [2021-02-18T08:49:06.999Z] #19 27.94 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-18T08:49:06.999Z] #19 27.95 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T08:49:06.999Z] #19 28.06 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-18T08:49:06.999Z] #19 28.06 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:49:06.999Z] #19 28.06 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:49:07.102Z] #42 ... [2021-02-18T08:49:07.102Z] [2021-02-18T08:49:07.102Z] #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-18T08:49:07.102Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T08:49:07.102Z] #19 51.53 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T08:49:07.299Z] #20 45.08 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-02-18T08:49:07.299Z] #20 45.10 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:49:07.299Z] #20 ... [2021-02-18T08:49:07.299Z] [2021-02-18T08:49:07.299Z] #43 [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-18T08:49:07.299Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:49:07.299Z] #43 93.90 DEP criu/action-scripts.d [2021-02-18T08:49:07.299Z] #43 94.29 CC criu/action-scripts.o [2021-02-18T08:49:07.299Z] #43 94.88 CC criu/aio.o [2021-02-18T08:49:07.299Z] #43 95.58 CC criu/autofs.o [2021-02-18T08:49:07.299Z] #43 97.36 CC criu/bfd.o [2021-02-18T08:49:07.299Z] #43 97.96 CC criu/bitmap.o [2021-02-18T08:49:07.299Z] #43 98.23 CC criu/cgroup-props.o [2021-02-18T08:49:07.299Z] #43 99.30 CC criu/cgroup.o [2021-02-18T08:49:07.299Z] #43 ... [2021-02-18T08:49:07.299Z] [2021-02-18T08:49:07.299Z] #20 [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-18T08:49:07.299Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:49:07.299Z] #20 45.31 Selecting previously unselected package libonig5:ppc64el. [2021-02-18T08:49:07.299Z] #20 45.32 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-02-18T08:49:07.299Z] #20 45.33 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-02-18T08:49:07.337Z] Congratulations! All commits are properly signed with the DCO! [2021-02-18T08:49:07.600Z] #20 45.53 Selecting previously unselected package libjq1:ppc64el. [2021-02-18T08:49:07.600Z] #20 45.54 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-18T08:49:07.600Z] #20 45.54 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-18T08:49:07.600Z] #20 45.65 Selecting previously unselected package jq. [2021-02-18T08:49:07.678Z] #19 52.17 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T08:49:07.820Z] Client: Docker Engine - Enterprise [2021-02-18T08:49:07.820Z] Version: 19.03.12 [2021-02-18T08:49:07.820Z] API version: 1.40 [2021-02-18T08:49:07.820Z] Go version: go1.13.13 [2021-02-18T08:49:07.820Z] Git commit: 4306744 [2021-02-18T08:49:07.820Z] Built: 08/05/2020 19:27:53 [2021-02-18T08:49:07.820Z] OS/Arch: windows/amd64 [2021-02-18T08:49:07.820Z] Experimental: false [2021-02-18T08:49:07.820Z] [2021-02-18T08:49:07.820Z] Server: Docker Engine - Enterprise [2021-02-18T08:49:07.820Z] Engine: [2021-02-18T08:49:07.820Z] Version: 19.03.12 [2021-02-18T08:49:07.820Z] API version: 1.40 (minimum version 1.24) [2021-02-18T08:49:07.820Z] Go version: go1.13.13 [2021-02-18T08:49:07.820Z] Git commit: f295753ffd [2021-02-18T08:49:07.820Z] Built: 08/05/2020 19:26:41 [2021-02-18T08:49:07.820Z] OS/Arch: windows/amd64 [2021-02-18T08:49:07.820Z] Experimental: true [2021-02-18T08:49:07.899Z] Congratulations! Seccomp profile generation is done correctly. [2021-02-18T08:49:07.899Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-02-18T08:49:07.913Z] #20 45.67 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-18T08:49:07.913Z] #20 45.68 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:49:07.913Z] #20 45.76 Selecting previously unselected package libaio1:ppc64el. [2021-02-18T08:49:07.913Z] #20 45.77 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-02-18T08:49:07.913Z] #20 45.79 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-02-18T08:49:07.913Z] #20 45.88 Selecting previously unselected package libgpm2:ppc64el. [2021-02-18T08:49:07.913Z] #20 45.89 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-02-18T08:49:07.913Z] #20 45.91 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-02-18T08:49:07.913Z] #20 45.99 Selecting previously unselected package libicu63:ppc64el. [2021-02-18T08:49:07.934Z] #19 28.96 Selecting previously unselected package python3.7. [2021-02-18T08:49:07.934Z] #19 28.97 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T08:49:07.934Z] #19 28.97 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:49:08.193Z] #19 29.10 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T08:49:08.193Z] #19 29.11 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-18T08:49:08.193Z] #19 29.12 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T08:49:08.193Z] #19 29.21 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T08:49:08.215Z] #20 46.00 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-02-18T08:49:08.215Z] #20 46.00 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [Pipeline] sh [2021-02-18T08:49:08.627Z] #19 53.30 Setting up python3-pip (18.1-5) ... [2021-02-18T08:49:09.129Z] #19 30.11 Selecting previously unselected package python3. [2021-02-18T08:49:09.129Z] #19 30.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-18T08:49:09.129Z] #19 30.14 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-18T08:49:09.129Z] #19 30.16 Unpacking python3 (3.7.3-1) ... [2021-02-18T08:49:09.267Z] #21 5.324 Collecting yamllint==1.16.0 [2021-02-18T08:49:09.267Z] #21 ... [2021-02-18T08:49:09.267Z] [2021-02-18T08:49:09.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-18T08:49:09.267Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:09.267Z] #42 117.3 CC criu/image-desc.o [2021-02-18T08:49:09.267Z] #42 117.4 CC criu/image.o [2021-02-18T08:49:09.267Z] #42 118.4 CC criu/ipc_ns.o [2021-02-18T08:49:09.267Z] #42 119.6 CC criu/irmap.o [2021-02-18T08:49:09.267Z] #42 120.4 CC criu/kcmp-ids.o [2021-02-18T08:49:09.267Z] #42 120.8 CC criu/kerndat.o [2021-02-18T08:49:09.267Z] #42 122.4 CC criu/libnetlink.o [2021-02-18T08:49:09.267Z] #42 122.9 CC criu/log.o [2021-02-18T08:49:09.267Z] #42 123.4 CC criu/lsm.o [2021-02-18T08:49:09.267Z] #42 123.9 CC criu/mem.o [2021-02-18T08:49:09.267Z] #42 125.7 CC criu/memfd.o [2021-02-18T08:49:09.267Z] #42 126.3 CC criu/mount.o [2021-02-18T08:49:09.354Z] + docker info [2021-02-18T08:49:09.388Z] #19 30.25 Selecting previously unselected package libip4tc0:amd64. [2021-02-18T08:49:09.388Z] #19 30.27 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-18T08:49:09.388Z] #19 30.27 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T08:49:09.388Z] #19 30.36 Selecting previously unselected package libip6tc0:amd64. [2021-02-18T08:49:09.388Z] #19 30.36 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-18T08:49:09.388Z] #19 30.36 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T08:49:09.388Z] #19 30.47 Selecting previously unselected package libiptc0:amd64. [2021-02-18T08:49:09.388Z] #19 30.48 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-18T08:49:09.388Z] #19 30.49 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-18T08:49:09.388Z] #19 30.55 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-18T08:49:09.388Z] #19 30.55 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-18T08:49:09.388Z] #19 30.57 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T08:49:09.647Z] #19 30.64 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-18T08:49:09.647Z] #19 30.64 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-18T08:49:09.647Z] #19 30.65 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T08:49:09.647Z] #19 30.73 Selecting previously unselected package libnftnl11:amd64. [2021-02-18T08:49:09.647Z] #19 30.73 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-18T08:49:09.647Z] #19 30.74 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T08:49:09.647Z] #19 30.83 Selecting previously unselected package iptables. [2021-02-18T08:49:09.906Z] #19 30.85 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-18T08:49:09.906Z] #19 30.86 Unpacking iptables (1.8.2-4) ... [2021-02-18T08:49:10.022Z] #19 54.55 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:49:10.022Z] #19 54.63 Processing triggers for mime-support (3.62) ... [2021-02-18T08:49:10.165Z] #19 31.25 Selecting previously unselected package xxd. [2021-02-18T08:49:10.424Z] #19 31.26 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:49:10.424Z] #19 31.28 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T08:49:10.424Z] #19 31.40 Selecting previously unselected package vim-common. [2021-02-18T08:49:10.424Z] #19 31.42 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:49:10.424Z] #19 31.45 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T08:49:10.682Z] #19 31.65 Selecting previously unselected package bash-completion. [2021-02-18T08:49:10.682Z] #19 31.65 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T08:49:12.575Z] #42 130.1 CC criu/namespaces.o [2021-02-18T08:49:12.750Z] #20 50.02 Selecting previously unselected package libnet1:ppc64el. [2021-02-18T08:49:12.750Z] #20 50.02 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-18T08:49:12.750Z] #20 50.03 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-18T08:49:12.750Z] #20 50.12 Selecting previously unselected package libnl-3-200:ppc64el. [2021-02-18T08:49:12.750Z] #20 50.12 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-02-18T08:49:12.750Z] #20 50.15 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-18T08:49:12.750Z] #20 50.25 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-02-18T08:49:12.750Z] #20 50.27 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-02-18T08:49:12.750Z] #20 50.28 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-18T08:49:12.750Z] #20 50.43 Selecting previously unselected package libreadline5:ppc64el. [2021-02-18T08:49:12.750Z] #20 50.43 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-02-18T08:49:12.750Z] #20 50.44 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-02-18T08:49:12.750Z] #20 50.59 Selecting previously unselected package net-tools. [2021-02-18T08:49:12.750Z] #20 50.61 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-02-18T08:49:12.750Z] #20 50.61 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:49:13.054Z] #20 50.91 Selecting previously unselected package python-pip-whl. [2021-02-18T08:49:13.054Z] #20 50.92 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T08:49:13.054Z] #20 50.93 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T08:49:13.338Z] #19 DONE 57.5s [2021-02-18T08:49:13.338Z] [2021-02-18T08:49:13.338Z] #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-18T08:49:13.338Z] #52 sha256:e68fcc84ba65eaa0df0f1ac94c7983c3550fe7fdb93859366ee6d083affcab21 [2021-02-18T08:49:13.338Z] #52 64.41 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-18T08:49:13.338Z] #52 66.27 + mkdir -p /build [2021-02-18T08:49:13.338Z] #52 66.27 + cp runc /build/runc [2021-02-18T08:49:13.338Z] #52 DONE 69.0s [2021-02-18T08:49:13.338Z] [2021-02-18T08:49:13.338Z] #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-18T08:49:13.338Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-02-18T08:49:13.709Z] #20 51.78 Selecting previously unselected package python3-lib2to3. [2021-02-18T08:49:13.709Z] #20 51.79 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T08:49:13.709Z] #20 51.80 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:49:13.914Z] #20 ... [2021-02-18T08:49:13.914Z] [2021-02-18T08:49:13.914Z] #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-18T08:49:13.914Z] #48 sha256:fe14aa252d3dd1a3c181750ab1dda174b442d456f1d9ce7ecd84d5a38ec4171d [2021-02-18T08:49:13.914Z] #48 167.6 + /build/golangci-lint --version [2021-02-18T08:49:13.914Z] #48 168.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T08:49:13.914Z] #48 DONE 168.3s [2021-02-18T08:49:13.963Z] #42 131.8 CC criu/net.o [2021-02-18T08:49:13.969Z] #19 34.38 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T08:49:13.969Z] #19 ... [2021-02-18T08:49:13.969Z] [2021-02-18T08:49:13.969Z] #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-18T08:49:13.969Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:13.969Z] #42 88.92 CC criu/cgroup.o [2021-02-18T08:49:13.969Z] #42 91.62 CC criu/clone-noasan.o [2021-02-18T08:49:13.969Z] #42 91.83 CC criu/config.o [2021-02-18T08:49:13.969Z] #42 93.16 CC criu/cr-check.o [2021-02-18T08:49:13.969Z] #42 94.74 CC criu/cr-dedup.o [2021-02-18T08:49:13.969Z] #42 95.17 CC criu/cr-dump.o [2021-02-18T08:49:13.969Z] #42 97.39 CC criu/cr-errno.o [2021-02-18T08:49:13.969Z] #42 97.46 CC criu/cr-restore.o [2021-02-18T08:49:13.969Z] #42 ... [2021-02-18T08:49:13.969Z] [2021-02-18T08:49:13.969Z] #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-18T08:49:13.969Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:49:13.969Z] #19 34.78 Selecting previously unselected package bzip2. [2021-02-18T08:49:13.969Z] #19 34.79 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-18T08:49:13.969Z] #19 34.80 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:49:13.969Z] #19 34.91 Selecting previously unselected package xz-utils. [2021-02-18T08:49:13.969Z] #19 34.92 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-18T08:49:13.969Z] #19 34.92 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T08:49:14.010Z] #20 ... [2021-02-18T08:49:14.010Z] [2021-02-18T08:49:14.010Z] #24 [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-18T08:49:14.010Z] #24 sha256:c8f512e46e54631fb838430615f8ae14f18aa90aed4e9128cd29abf375f5bd48 [2021-02-18T08:49:14.177Z] [2021-02-18T08:49:14.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-18T08:49:14.178Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:49:14.178Z] #42 99.87 CC criu/files-ext.o [2021-02-18T08:49:14.178Z] #42 100.2 CC criu/files-reg.o [2021-02-18T08:49:14.178Z] #42 102.1 CC criu/files.o [2021-02-18T08:49:14.178Z] #42 103.6 CC criu/filesystems.o [2021-02-18T08:49:14.178Z] #42 104.1 CC criu/fsnotify.o [2021-02-18T08:49:14.178Z] #42 104.9 CC criu/image-desc.o [2021-02-18T08:49:14.178Z] #42 105.0 CC criu/image.o [2021-02-18T08:49:14.178Z] #42 105.8 CC criu/ipc_ns.o [2021-02-18T08:49:14.228Z] #19 35.11 Selecting previously unselected package apparmor. [2021-02-18T08:49:14.228Z] #19 35.11 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-18T08:49:14.228Z] #19 35.22 Unpacking apparmor (2.13.2-10) ... [2021-02-18T08:49:14.440Z] #42 106.8 CC criu/irmap.o [2021-02-18T08:49:14.487Z] #19 35.55 Selecting previously unselected package aufs-tools. [2021-02-18T08:49:14.487Z] #19 35.56 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-18T08:49:14.487Z] #19 35.56 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:49:14.537Z] #42 ... [2021-02-18T08:49:14.537Z] [2021-02-18T08:49:14.537Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:49:14.537Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T08:49:14.537Z] #21 10.66 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T08:49:14.537Z] #21 10.73 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T08:49:14.610Z] #24 172.6 Checking out files: 20% (2315/11186) Checking out files: 21% (2350/11186) Checking out files: 22% (2461/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: 37% (4234/11186) Checking out files: 38% (4251/11186) Checking out files: 39% (4363/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: 60% (6761/11186) Checking out files: 61% (6824/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: 79% (8899/11186) Checking out files: 80% (8949/11186) Checking out files: 81% (9061/11186) Checking out files: 82% (9173/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-18T08:49:14.610Z] #24 176.7 + cd /tmp/tmp.mic6lOLEu8/tmp/docker-ce [2021-02-18T08:49:14.610Z] #24 176.7 + git checkout -q v17.06.2-ce [2021-02-18T08:49:14.707Z] #42 107.2 CC criu/kcmp-ids.o [2021-02-18T08:49:14.707Z] #42 ... [2021-02-18T08:49:14.707Z] [2021-02-18T08:49:14.707Z] #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-18T08:49:14.707Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-02-18T08:49:14.707Z] #20 2.033 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T08:49:14.747Z] #19 35.70 Selecting previously unselected package libonig5:amd64. [2021-02-18T08:49:14.747Z] #19 35.71 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T08:49:14.747Z] #19 35.72 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:49:14.747Z] #19 35.87 Selecting previously unselected package libjq1:amd64. [2021-02-18T08:49:14.747Z] #19 35.87 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:49:14.747Z] #19 35.88 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:49:14.799Z] #21 10.95 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-18T08:49:14.971Z] #20 2.038 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T08:49:14.971Z] #20 2.051 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T08:49:15.007Z] #19 36.01 Selecting previously unselected package jq. [2021-02-18T08:49:15.007Z] #19 36.01 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T08:49:15.007Z] #19 36.04 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T08:49:15.061Z] #21 11.31 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T08:49:15.061Z] #21 11.36 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T08:49:15.238Z] #20 DONE 2.2s [2021-02-18T08:49:15.238Z] [2021-02-18T08:49:15.238Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:49:15.238Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-18T08:49:15.266Z] #19 36.12 Selecting previously unselected package libaio1:amd64. [2021-02-18T08:49:15.266Z] #19 36.12 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-18T08:49:15.266Z] #19 36.13 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-18T08:49:15.266Z] #19 36.19 Selecting previously unselected package libgpm2:amd64. [2021-02-18T08:49:15.266Z] #19 36.20 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-18T08:49:15.266Z] #19 36.20 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-18T08:49:15.266Z] #19 36.29 Selecting previously unselected package libicu63:amd64. [2021-02-18T08:49:15.266Z] #19 36.30 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T08:49:15.266Z] #19 36.30 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:49:15.323Z] #21 11.42 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-18T08:49:15.584Z] #21 11.79 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T08:49:15.848Z] #21 DONE 12.2s [2021-02-18T08:49:15.848Z] [2021-02-18T08:49:15.848Z] #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-18T08:49:15.848Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:49:15.992Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2021-02-18T08:49:16.110Z] #39 ... [2021-02-18T08:49:16.110Z] [2021-02-18T08:49:16.110Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T08:49:16.110Z] #24 sha256:159efea0e8a9a454ee07ac5179fa9f5ffa8ac6ac44afa85452f33b95c773126d [2021-02-18T08:49:16.375Z] #24 DONE 0.4s [2021-02-18T08:49:16.375Z] [2021-02-18T08:49:16.375Z] #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-18T08:49:16.375Z] #55 sha256:0f40cb00639973bc51696812a68fb23b6e2097e66e8c5253a7aced9b60bbfcb1 [2021-02-18T08:49:16.375Z] #55 ... [2021-02-18T08:49:16.375Z] [2021-02-18T08:49:16.375Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:49:16.375Z] #29 sha256:c6e1f04b8ffb0950e8a012bd01b8ac718ea6accb4219bf45a2e1c3b240a0c4e4 [2021-02-18T08:49:17.884Z] Congratulations! All API changes are done the right way. [2021-02-18T08:49:17.884Z] Congratulations! All TOML source files changed here have valid syntax. [2021-02-18T08:49:17.884Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-02-18T08:49:17.884Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-02-18T08:49:17.884Z] Congratulations! No new tests were added to integration-cli. [2021-02-18T08:49:17.884Z] [2021-02-18T08:49:17.884Z] INFO Start validation with golang-ci-lint [2021-02-18T08:49:17.884Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-02-18T08:49:17.884Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-18T08:49:17.884Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-18T08:49:18.189Z] #24 ... [2021-02-18T08:49:18.189Z] [2021-02-18T08:49:18.189Z] #43 [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-18T08:49:18.189Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:49:18.189Z] #43 104.7 CC criu/clone-noasan.o [2021-02-18T08:49:18.189Z] #43 105.0 CC criu/config.o [2021-02-18T08:49:18.189Z] #43 107.9 CC criu/cr-check.o [2021-02-18T08:49:18.189Z] #43 111.3 CC criu/cr-dedup.o [2021-02-18T08:49:18.189Z] #43 111.8 CC criu/cr-dump.o [2021-02-18T08:49:18.189Z] #43 ... [2021-02-18T08:49:18.189Z] [2021-02-18T08:49:18.189Z] #20 [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-18T08:49:18.189Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:49:18.189Z] #20 51.98 Selecting previously unselected package python3-distutils. [2021-02-18T08:49:18.189Z] #20 52.01 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T08:49:18.189Z] #20 52.01 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T08:49:18.189Z] #20 52.31 Selecting previously unselected package python3-pip. [2021-02-18T08:49:18.189Z] #20 52.32 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T08:49:18.189Z] #20 52.33 Unpacking python3-pip (18.1-5) ... [2021-02-18T08:49:18.189Z] #20 52.43 Selecting previously unselected package python3-pkg-resources. [2021-02-18T08:49:18.189Z] #20 52.44 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:49:18.189Z] #20 52.44 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:49:18.189Z] #20 52.62 Selecting previously unselected package python3-setuptools. [2021-02-18T08:49:18.189Z] #20 52.63 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T08:49:18.189Z] #20 52.63 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T08:49:18.189Z] #20 52.93 Selecting previously unselected package python3-wheel. [2021-02-18T08:49:18.189Z] #20 52.94 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T08:49:18.189Z] #20 52.94 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T08:49:18.189Z] #20 53.01 Selecting previously unselected package sudo. [2021-02-18T08:49:18.189Z] #20 53.02 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-02-18T08:49:18.189Z] #20 53.03 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:49:18.189Z] #20 53.77 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T08:49:18.189Z] #20 53.78 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-02-18T08:49:18.189Z] #20 53.80 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:49:18.189Z] #20 54.11 Selecting previously unselected package uidmap. [2021-02-18T08:49:18.189Z] #20 54.11 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-02-18T08:49:18.189Z] #20 54.13 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T08:49:18.189Z] #20 54.27 Selecting previously unselected package vim-runtime. [2021-02-18T08:49:18.189Z] #20 54.29 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:49:18.189Z] #20 54.38 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-18T08:49:18.189Z] #20 54.46 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T08:49:18.189Z] #20 54.47 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:49:19.462Z] #19 39.83 Selecting previously unselected package libnet1:amd64. [2021-02-18T08:49:19.462Z] #19 39.84 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T08:49:19.462Z] #19 39.84 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:49:19.462Z] #19 39.94 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T08:49:19.462Z] #19 39.94 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T08:49:19.462Z] #19 39.95 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:49:19.462Z] #19 40.05 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T08:49:19.462Z] #19 40.06 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T08:49:19.462Z] #19 40.07 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:49:19.462Z] #19 40.14 Selecting previously unselected package libreadline5:amd64. [2021-02-18T08:49:19.462Z] #19 40.14 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-18T08:49:19.462Z] #19 40.15 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T08:49:19.462Z] #19 40.29 Selecting previously unselected package net-tools. [2021-02-18T08:49:19.462Z] #19 40.29 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-18T08:49:19.462Z] #19 40.30 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:49:19.462Z] #19 40.51 Selecting previously unselected package python-pip-whl. [2021-02-18T08:49:19.462Z] #19 40.51 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T08:49:19.462Z] #19 40.52 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T08:49:20.030Z] #19 41.10 Selecting previously unselected package python3-lib2to3. [2021-02-18T08:49:20.030Z] #19 41.11 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T08:49:20.030Z] #19 41.12 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:49:20.290Z] #19 41.27 Selecting previously unselected package python3-distutils. [2021-02-18T08:49:20.290Z] #19 41.27 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T08:49:20.290Z] #19 41.27 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T08:49:20.290Z] #19 41.42 Selecting previously unselected package python3-pip. [2021-02-18T08:49:20.549Z] #19 41.43 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T08:49:20.549Z] #19 41.43 Unpacking python3-pip (18.1-5) ... [2021-02-18T08:49:20.549Z] #19 41.62 Selecting previously unselected package python3-pkg-resources. [2021-02-18T08:49:20.549Z] #19 41.62 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T08:49:20.549Z] #19 41.63 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:49:20.553Z] #21 4.681 Collecting yamllint==1.16.0 [2021-02-18T08:49:20.809Z] #19 41.77 Selecting previously unselected package python3-setuptools. [2021-02-18T08:49:20.809Z] #19 41.78 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T08:49:20.809Z] #19 41.78 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T08:49:20.809Z] #19 41.99 Selecting previously unselected package python3-wheel. [2021-02-18T08:49:20.980Z] #20 58.70 Selecting previously unselected package vim. [2021-02-18T08:49:20.980Z] #20 58.72 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-18T08:49:20.980Z] #20 58.79 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T08:49:21.068Z] #19 41.99 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T08:49:21.068Z] #19 42.00 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T08:49:21.068Z] #19 42.07 Selecting previously unselected package sudo. [2021-02-18T08:49:21.068Z] #19 42.08 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-18T08:49:21.068Z] #19 42.09 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:49:21.281Z] #20 59.35 Selecting previously unselected package xfsprogs. [2021-02-18T08:49:21.502Z] #21 ... [2021-02-18T08:49:21.502Z] [2021-02-18T08:49:21.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-18T08:49:21.502Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:49:21.502Z] #42 107.5 CC criu/kerndat.o [2021-02-18T08:49:21.502Z] #42 108.4 CC criu/libnetlink.o [2021-02-18T08:49:21.502Z] #42 108.7 CC criu/log.o [2021-02-18T08:49:21.502Z] #42 109.3 CC criu/lsm.o [2021-02-18T08:49:21.502Z] #42 109.6 CC criu/mem.o [2021-02-18T08:49:21.502Z] #42 111.0 CC criu/memfd.o [2021-02-18T08:49:21.502Z] #42 111.4 CC criu/mount.o [2021-02-18T08:49:21.502Z] #42 114.0 CC criu/namespaces.o [2021-02-18T08:49:21.580Z] #20 59.35 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-02-18T08:49:21.580Z] #20 59.36 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T08:49:21.637Z] #19 42.57 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T08:49:21.637Z] #19 42.59 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-18T08:49:21.637Z] #19 42.59 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:49:21.637Z] #19 42.81 Selecting previously unselected package uidmap. [2021-02-18T08:49:21.673Z] #29 DONE 5.2s [2021-02-18T08:49:21.673Z] [2021-02-18T08:49:21.673Z] #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-18T08:49:21.673Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:21.673Z] #42 135.1 CC criu/netfilter.o [2021-02-18T08:49:21.673Z] #42 135.4 CC criu/page-pipe.o [2021-02-18T08:49:21.673Z] #42 136.1 CC criu/page-xfer.o [2021-02-18T08:49:21.673Z] #42 137.4 CC criu/pagemap-cache.o [2021-02-18T08:49:21.673Z] #42 137.7 CC criu/pagemap.o [2021-02-18T08:49:21.673Z] #42 138.6 CC criu/parasite-syscall.o [2021-02-18T08:49:21.673Z] #42 139.4 CC criu/path.o [2021-02-18T08:49:21.673Z] #42 139.7 CC criu/pie-util-vdso-elf32.o [2021-02-18T08:49:21.882Z] #20 59.86 Selecting previously unselected package zip. [2021-02-18T08:49:21.882Z] #20 59.88 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-02-18T08:49:21.882Z] #20 59.88 Unpacking zip (3.0-11+b1) ... [2021-02-18T08:49:21.896Z] #19 42.82 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-18T08:49:21.896Z] #19 42.83 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T08:49:21.896Z] #19 42.96 Selecting previously unselected package vim-runtime. [2021-02-18T08:49:21.896Z] #19 42.96 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T08:49:21.896Z] #19 42.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-18T08:49:21.896Z] #19 43.02 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T08:49:21.896Z] #19 43.03 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:49:22.182Z] #20 60.09 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:49:22.182Z] #20 60.11 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:49:22.182Z] #20 60.12 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-02-18T08:49:22.182Z] #20 60.13 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-02-18T08:49:22.182Z] #20 60.13 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-02-18T08:49:22.182Z] #20 60.14 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-02-18T08:49:22.182Z] #20 60.14 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T08:49:22.182Z] #20 60.15 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-02-18T08:49:22.182Z] #20 60.17 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-18T08:49:22.182Z] #20 60.17 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:49:22.182Z] #20 60.18 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-18T08:49:22.182Z] #20 60.18 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-18T08:49:22.246Z] #42 ... [2021-02-18T08:49:22.246Z] [2021-02-18T08:49:22.246Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T08:49:22.246Z] #32 sha256:bab0f55e49ad0a0fe9492bf1953d7c21f63e143a71ee526af8d0dd7be2931e30 [2021-02-18T08:49:22.246Z] #32 DONE 0.5s [2021-02-18T08:49:22.246Z] [2021-02-18T08:49:22.246Z] #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-18T08:49:22.246Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:22.246Z] #42 140.0 CC criu/pie-util-vdso.o [2021-02-18T08:49:22.246Z] #42 ... [2021-02-18T08:49:22.246Z] [2021-02-18T08:49:22.246Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T08:49:22.246Z] #34 sha256:f75cb0e824bfa8ef7ed1aa6b71a8fcf7c1f80d9fccfcc130ec3645a843466a7a [2021-02-18T08:49:22.246Z] #34 DONE 0.1s [2021-02-18T08:49:22.246Z] [2021-02-18T08:49:22.246Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T08:49:22.246Z] #37 sha256:9fd97a9183b66d43cf6ed3c4fb31294106eba495ed19c0ad36f3fb4e0191c9d0 [2021-02-18T08:49:22.246Z] #37 DONE 0.1s [2021-02-18T08:49:22.246Z] [2021-02-18T08:49:22.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-18T08:49:22.246Z] #52 sha256:ccf695875a9b86407246c81885df9733ee9673434d8067082db7cb88b8654c03 [2021-02-18T08:49:22.246Z] #52 91.28 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-18T08:49:22.482Z] #20 60.19 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:49:22.482Z] #20 60.20 Setting up zip (3.0-11+b1) ... [2021-02-18T08:49:22.482Z] #20 60.20 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:49:22.482Z] #20 60.26 Setting up bash-completion (1:2.8-6) ... [2021-02-18T08:49:22.482Z] #20 ... [2021-02-18T08:49:22.482Z] [2021-02-18T08:49:22.482Z] #45 [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-18T08:49:22.482Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:49:22.482Z] #45 174.4 github.com/LK4D4/vndr/godl [2021-02-18T08:49:22.482Z] #45 175.5 github.com/LK4D4/vndr [2021-02-18T08:49:22.482Z] #45 ... [2021-02-18T08:49:22.482Z] [2021-02-18T08:49:22.482Z] #24 [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-18T08:49:22.482Z] #24 sha256:c8f512e46e54631fb838430615f8ae14f18aa90aed4e9128cd29abf375f5bd48 [2021-02-18T08:49:22.482Z] #24 180.3 + mkdir -p /tmp/tmp.mic6lOLEu8/src/github.com/docker [2021-02-18T08:49:22.482Z] #24 180.3 + mv components/cli /tmp/tmp.mic6lOLEu8/src/github.com/docker/cli [2021-02-18T08:49:22.482Z] #24 180.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-02-18T08:49:22.894Z] #42 115.2 CC criu/net.o [2021-02-18T08:49:24.165Z] #52 93.35 + mkdir -p /build [2021-02-18T08:49:24.165Z] #52 93.36 + cp runc /build/runc [2021-02-18T08:49:24.169Z] Client: [2021-02-18T08:49:24.169Z] Debug Mode: false [2021-02-18T08:49:24.169Z] Plugins: [2021-02-18T08:49:24.169Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-18T08:49:24.169Z] [2021-02-18T08:49:24.169Z] Server: [2021-02-18T08:49:24.169Z] Containers: 0 [2021-02-18T08:49:24.169Z] Running: 0 [2021-02-18T08:49:24.169Z] Paused: 0 [2021-02-18T08:49:24.169Z] Stopped: 0 [2021-02-18T08:49:24.169Z] Images: 0 [2021-02-18T08:49:24.169Z] Server Version: 19.03.12 [2021-02-18T08:49:24.169Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-18T08:49:24.169Z] Windows: [2021-02-18T08:49:24.169Z] LCOW: [2021-02-18T08:49:24.169Z] Logging Driver: json-file [2021-02-18T08:49:24.169Z] Plugins: [2021-02-18T08:49:24.169Z] Volume: local [2021-02-18T08:49:24.169Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T08:49:24.169Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T08:49:24.169Z] Swarm: inactive [2021-02-18T08:49:24.169Z] Default Isolation: process [2021-02-18T08:49:24.169Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T08:49:24.169Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T08:49:24.169Z] OSType: windows [2021-02-18T08:49:24.169Z] Architecture: x86_64 [2021-02-18T08:49:24.169Z] CPUs: 4 [2021-02-18T08:49:24.169Z] Total Memory: 32GiB [2021-02-18T08:49:24.169Z] Name: azwin-2-4cafb0 [2021-02-18T08:49:24.170Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-18T08:49:24.170Z] Docker Root Dir: D:\docker [2021-02-18T08:49:24.170Z] Debug Mode: false [2021-02-18T08:49:24.170Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:49:24.170Z] Labels: [2021-02-18T08:49:24.170Z] Experimental: true [2021-02-18T08:49:24.170Z] Insecure Registries: [2021-02-18T08:49:24.170Z] 10.0.0.4:5000 [2021-02-18T08:49:24.170Z] 127.0.0.0/8 [2021-02-18T08:49:24.170Z] Registry Mirrors: [2021-02-18T08:49:24.170Z] http://10.0.0.4:5000/ [2021-02-18T08:49:24.170Z] Live Restore Enabled: false [2021-02-18T08:49:24.170Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-02-18T08:49:24.427Z] #52 DONE 94.0s [2021-02-18T08:49:24.427Z] [2021-02-18T08:49:24.427Z] #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-18T08:49:24.427Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:24.427Z] #42 140.5 CC criu/pie-util.o [2021-02-18T08:49:24.427Z] #42 140.7 CC criu/pipes.o [2021-02-18T08:49:24.427Z] #42 141.3 CC criu/plugin.o [2021-02-18T08:49:24.427Z] #42 141.7 CC criu/proc_parse.o [2021-02-18T08:49:24.653Z] #24 ... [2021-02-18T08:49:24.653Z] [2021-02-18T08:49:24.653Z] #45 [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-18T08:49:24.653Z] #45 sha256:42e4347d7baf7fd5822b8c946df46fbedec2f398a417c33640a744e6e727ce64 [2021-02-18T08:49:24.653Z] #45 DONE 186.5s [2021-02-18T08:49:24.653Z] [2021-02-18T08:49:24.653Z] #43 [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-18T08:49:24.653Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:49:24.653Z] #43 115.4 CC criu/cr-errno.o [2021-02-18T08:49:24.653Z] #43 115.5 CC criu/cr-restore.o [2021-02-18T08:49:24.818Z] #42 117.3 CC criu/netfilter.o [2021-02-18T08:49:25.081Z] #42 117.5 CC criu/page-pipe.o [2021-02-18T08:49:25.081Z] #42 ... [2021-02-18T08:49:25.081Z] [2021-02-18T08:49:25.081Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:49:25.081Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-18T08:49:25.081Z] #21 10.01 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T08:49:25.081Z] #21 10.08 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T08:49:25.081Z] #21 10.13 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T08:49:25.187Z] #19 46.01 Selecting previously unselected package vim. [2021-02-18T08:49:25.187Z] #19 46.01 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T08:49:25.187Z] #19 46.04 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T08:49:25.343Z] #21 10.19 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T08:49:25.343Z] #21 10.38 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-18T08:49:25.446Z] #19 46.51 Selecting previously unselected package xfsprogs. [2021-02-18T08:49:25.446Z] #19 46.52 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-18T08:49:25.446Z] #19 46.53 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T08:49:25.534Z] #55 219.7 + bin/containerd-stress [2021-02-18T08:49:25.534Z] #55 221.8 + bin/containerd-shim [2021-02-18T08:49:26.015Z] #19 47.02 Selecting previously unselected package zip. [2021-02-18T08:49:26.015Z] #19 47.02 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-18T08:49:26.015Z] #19 47.04 Unpacking zip (3.0-11+b1) ... [2021-02-18T08:49:26.015Z] #19 47.21 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T08:49:26.199Z] #43 122.8 CC criu/cr-service.o [2021-02-18T08:49:26.275Z] #19 47.24 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T08:49:26.275Z] #19 47.25 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T08:49:26.275Z] #19 47.26 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T08:49:26.275Z] #19 47.28 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-18T08:49:26.275Z] #19 47.29 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T08:49:26.275Z] #19 47.31 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T08:49:26.275Z] #19 47.32 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T08:49:26.275Z] #19 47.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:49:26.275Z] #19 ... [2021-02-18T08:49:26.275Z] [2021-02-18T08:49:26.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-18T08:49:26.275Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:26.275Z] #42 101.8 CC criu/cr-service.o [2021-02-18T08:49:26.275Z] #42 103.5 CC criu/crtools.o [2021-02-18T08:49:26.275Z] #42 104.0 CC criu/eventfd.o [2021-02-18T08:49:26.275Z] #42 104.4 CC criu/eventpoll.o [2021-02-18T08:49:26.275Z] #42 105.1 CC criu/external.o [2021-02-18T08:49:26.275Z] #42 105.4 CC criu/fault-injection.o [2021-02-18T08:49:26.275Z] #42 105.6 CC criu/fdstore.o [2021-02-18T08:49:26.275Z] #42 105.9 CC criu/fifo.o [2021-02-18T08:49:26.275Z] #42 106.3 CC criu/file-ids.o [2021-02-18T08:49:26.275Z] #42 106.6 CC criu/file-lock.o [2021-02-18T08:49:26.275Z] #42 107.6 CC criu/files-ext.o [2021-02-18T08:49:26.275Z] #42 108.0 CC criu/files-reg.o [2021-02-18T08:49:26.275Z] #42 110.1 CC criu/files.o [2021-02-18T08:49:26.275Z] #42 ... [2021-02-18T08:49:26.275Z] [2021-02-18T08:49:26.275Z] #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-18T08:49:26.275Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:49:26.275Z] #19 47.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T08:49:26.275Z] #19 47.35 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T08:49:26.275Z] #19 47.36 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T08:49:26.275Z] #19 47.37 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T08:49:26.275Z] #19 47.39 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T08:49:26.275Z] #19 47.40 Setting up zip (3.0-11+b1) ... [2021-02-18T08:49:26.275Z] #19 47.41 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T08:49:26.292Z] #21 10.95 Installing build dependencies: started [2021-02-18T08:49:26.535Z] #19 47.45 Setting up bash-completion (1:2.8-6) ... [2021-02-18T08:49:26.847Z] #43 ... [2021-02-18T08:49:26.847Z] [2021-02-18T08:49:26.847Z] #20 [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-18T08:49:26.847Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:49:26.847Z] #20 64.81 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-02-18T08:49:26.847Z] #20 64.81 Setting up xz-utils (5.2.4-1) ... [2021-02-18T08:49:26.847Z] #20 64.84 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T08:49:26.847Z] #20 64.86 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:49:27.041Z] #42 ... [2021-02-18T08:49:27.041Z] [2021-02-18T08:49:27.041Z] #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-18T08:49:27.041Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:49:27.041Z] #39 DONE 216.0s [2021-02-18T08:49:27.041Z] [2021-02-18T08:49:27.041Z] #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-18T08:49:27.041Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:27.041Z] #42 144.9 CC criu/protobuf-desc.o [2021-02-18T08:49:27.149Z] #20 64.96 invoke-rc.d: could not determine current runlevel [2021-02-18T08:49:27.149Z] #20 64.98 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T08:49:27.149Z] #20 64.99 Setting up pigz (2.4-1) ... [2021-02-18T08:49:27.149Z] #20 65.00 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-02-18T08:49:27.149Z] #20 65.01 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-18T08:49:27.149Z] #20 65.02 Setting up python-pip-whl (18.1-5) ... [2021-02-18T08:49:27.149Z] #20 65.03 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-02-18T08:49:27.149Z] #20 65.04 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:49:27.802Z] #20 65.69 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-02-18T08:49:27.802Z] #20 65.70 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-02-18T08:49:27.802Z] #20 65.70 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-02-18T08:49:27.802Z] #20 65.71 Setting up vim (2:8.1.0875-5) ... [2021-02-18T08:49:27.802Z] #20 65.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T08:49:27.802Z] #20 65.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T08:49:27.802Z] #20 65.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T08:49:27.803Z] #20 65.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T08:49:27.803Z] #20 65.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T08:49:27.803Z] #20 65.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T08:49:27.803Z] #20 65.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T08:49:27.803Z] #20 65.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T08:49:27.803Z] #20 65.80 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-18T08:49:27.803Z] #20 65.80 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:49:27.803Z] #20 65.82 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-02-18T08:49:27.803Z] #20 65.83 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:49:27.803Z] #20 65.85 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-02-18T08:49:27.803Z] #20 65.87 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:49:28.044Z] #42 146.0 CC criu/protobuf.o [2021-02-18T08:49:28.306Z] #42 146.3 CC criu/pstree.o [2021-02-18T08:49:28.879Z] #42 ... [2021-02-18T08:49:28.879Z] [2021-02-18T08:49:28.879Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T08:49:28.879Z] #40 sha256:6e2e53717068bd9b5a075c69c87c7a5ceee647f313ed2eede050f911574532eb [2021-02-18T08:49:28.879Z] #40 DONE 0.7s [2021-02-18T08:49:28.879Z] [2021-02-18T08:49:28.879Z] #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-18T08:49:28.879Z] #55 sha256:0f40cb00639973bc51696812a68fb23b6e2097e66e8c5253a7aced9b60bbfcb1 [2021-02-18T08:49:29.141Z] #55 ... [2021-02-18T08:49:29.141Z] [2021-02-18T08:49:29.141Z] #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-18T08:49:29.141Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:29.141Z] #42 147.0 CC criu/rbtree.o [2021-02-18T08:49:29.402Z] #42 147.3 CC criu/rst-malloc.o [2021-02-18T08:49:29.402Z] #42 147.4 CC criu/seccomp.o [2021-02-18T08:49:29.828Z] #19 50.28 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-18T08:49:29.828Z] #19 50.29 Setting up xz-utils (5.2.4-1) ... [2021-02-18T08:49:29.828Z] #19 50.32 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T08:49:29.828Z] #19 50.34 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T08:49:29.828Z] #19 50.39 invoke-rc.d: could not determine current runlevel [2021-02-18T08:49:29.828Z] #19 50.41 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T08:49:29.828Z] #19 50.42 Setting up pigz (2.4-1) ... [2021-02-18T08:49:29.828Z] #19 50.43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T08:49:29.828Z] #19 50.44 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T08:49:29.828Z] #19 50.46 Setting up python-pip-whl (18.1-5) ... [2021-02-18T08:49:29.828Z] #19 50.48 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T08:49:29.828Z] #19 50.49 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T08:49:29.828Z] #19 50.90 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-18T08:49:29.828Z] #19 50.91 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T08:49:29.828Z] #19 50.92 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T08:49:29.828Z] #19 50.93 Setting up vim (2:8.1.0875-5) ... [2021-02-18T08:49:29.828Z] #19 50.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T08:49:29.828Z] #19 50.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T08:49:29.828Z] #19 50.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T08:49:29.828Z] #19 50.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T08:49:29.828Z] #19 50.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T08:49:29.828Z] #19 50.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T08:49:29.975Z] #42 147.9 CC criu/seize.o [2021-02-18T08:49:30.088Z] #19 50.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T08:49:30.088Z] #19 50.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T08:49:30.088Z] #19 51.00 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T08:49:30.088Z] #19 51.02 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T08:49:30.088Z] #19 51.03 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T08:49:30.088Z] #19 51.05 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T08:49:30.088Z] #19 51.06 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T08:49:30.088Z] #19 51.08 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T08:49:30.548Z] #42 148.4 CC criu/servicefd.o [2021-02-18T08:49:30.549Z] #42 ... [2021-02-18T08:49:30.549Z] [2021-02-18T08:49:30.549Z] #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-18T08:49:30.549Z] #48 sha256:5bd0778700d50c93221dcb5c1fe51eac235972c8c6c1a68ed13ede599ca58ebd [2021-02-18T08:49:30.549Z] #48 220.1 + /build/golangci-lint --version [2021-02-18T08:49:30.549Z] #48 220.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T08:49:30.549Z] #48 DONE 220.6s [2021-02-18T08:49:30.816Z] [2021-02-18T08:49:30.816Z] #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-18T08:49:30.816Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:30.816Z] #42 148.7 CC criu/shmem.o [2021-02-18T08:49:30.848Z] #55 228.8 + bin/containerd-shim-runc-v1 [2021-02-18T08:49:31.388Z] #42 149.3 CC criu/sigframe.o [2021-02-18T08:49:31.388Z] #42 149.4 CC criu/signalfd.o [2021-02-18T08:49:31.649Z] #42 149.7 CC criu/sk-inet.o [2021-02-18T08:49:32.365Z] #20 69.64 Setting up iptables (1.8.2-4) ... [2021-02-18T08:49:32.365Z] #20 69.66 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:49:32.365Z] #20 69.67 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:49:32.365Z] #20 69.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:49:32.365Z] #20 69.70 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:49:32.365Z] #20 69.71 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T08:49:32.365Z] #20 69.71 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T08:49:32.365Z] #20 69.72 Setting up python3 (3.7.3-1) ... [2021-02-18T08:49:32.365Z] #20 70.25 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T08:49:32.594Z] #42 150.5 CC criu/sk-netlink.o [2021-02-18T08:49:32.855Z] #42 150.7 CC criu/sk-packet.o [2021-02-18T08:49:32.896Z] #21 ... [2021-02-18T08:49:32.896Z] [2021-02-18T08:49:32.896Z] #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-18T08:49:32.896Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:49:32.896Z] #42 118.0 CC criu/page-xfer.o [2021-02-18T08:49:32.896Z] #42 119.3 CC criu/pagemap-cache.o [2021-02-18T08:49:32.896Z] #42 119.5 CC criu/pagemap.o [2021-02-18T08:49:32.896Z] #42 120.2 CC criu/parasite-syscall.o [2021-02-18T08:49:32.896Z] #42 120.8 CC criu/path.o [2021-02-18T08:49:32.896Z] #42 121.0 CC criu/pie-util-vdso.o [2021-02-18T08:49:32.896Z] #42 121.3 CC criu/pie-util.o [2021-02-18T08:49:32.896Z] #42 121.4 CC criu/pipes.o [2021-02-18T08:49:32.896Z] #42 121.9 CC criu/plugin.o [2021-02-18T08:49:32.896Z] #42 122.1 CC criu/proc_parse.o [2021-02-18T08:49:32.896Z] #42 124.0 CC criu/protobuf-desc.o [2021-02-18T08:49:32.896Z] #42 124.7 CC criu/protobuf.o [2021-02-18T08:49:32.896Z] #42 125.0 CC criu/pstree.o [2021-02-18T08:49:33.025Z] #20 71.02 Setting up apparmor (2.13.2-10) ... [2021-02-18T08:49:33.116Z] #42 151.0 CC criu/sk-queue.o [2021-02-18T08:49:33.377Z] #42 151.3 CC criu/sk-tcp.o [2021-02-18T08:49:33.390Z] #19 54.14 Setting up iptables (1.8.2-4) ... [2021-02-18T08:49:33.390Z] #19 54.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:49:33.390Z] #19 54.17 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:49:33.390Z] #19 54.18 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T08:49:33.390Z] #19 54.18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T08:49:33.390Z] #19 54.19 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T08:49:33.390Z] #19 54.20 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T08:49:33.390Z] #19 54.21 Setting up python3 (3.7.3-1) ... [2021-02-18T08:49:33.469Z] #42 125.9 CC criu/rbtree.o [2021-02-18T08:49:33.638Z] #42 151.5 CC criu/sk-unix.o [2021-02-18T08:49:33.649Z] #19 54.66 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T08:49:33.732Z] #42 126.1 CC criu/rst-malloc.o [2021-02-18T08:49:33.996Z] #42 126.3 CC criu/seccomp.o [2021-02-18T08:49:34.218Z] #19 55.36 Setting up apparmor (2.13.2-10) ... [2021-02-18T08:49:34.259Z] #42 126.8 CC criu/seize.o [2021-02-18T08:49:34.581Z] #42 152.4 CC criu/sockets.o [2021-02-18T08:49:34.842Z] #42 152.9 CC criu/stats.o [2021-02-18T08:49:35.104Z] #42 153.0 CC criu/string.o [2021-02-18T08:49:35.104Z] #42 153.1 CC criu/sysctl.o [2021-02-18T08:49:35.207Z] #42 127.5 CC criu/servicefd.o [2021-02-18T08:49:35.470Z] #42 127.8 CC criu/shmem.o [2021-02-18T08:49:35.676Z] #42 153.4 CC criu/sysfs_parse.o [2021-02-18T08:49:35.676Z] #42 153.6 CC criu/timens.o [2021-02-18T08:49:35.813Z] #20 73.23 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T08:49:35.813Z] #20 73.24 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:49:35.813Z] #20 73.69 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:49:35.938Z] #42 153.8 CC criu/timerfd.o [2021-02-18T08:49:35.938Z] #42 154.0 CC criu/tty.o [2021-02-18T08:49:36.046Z] #42 128.6 CC criu/sigframe.o [2021-02-18T08:49:36.123Z] #19 57.02 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T08:49:36.123Z] #19 57.04 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T08:49:36.142Z] #55 233.6 + bin/containerd-shim-runc-v2 [2021-02-18T08:49:36.309Z] #42 128.7 CC criu/signalfd.o [2021-02-18T08:49:36.382Z] #19 57.37 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T08:49:36.464Z] #20 ... [2021-02-18T08:49:36.464Z] [2021-02-18T08:49:36.464Z] #32 [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-18T08:49:36.464Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-18T08:49:36.464Z] #32 DONE 198.4s [2021-02-18T08:49:36.464Z] [2021-02-18T08:49:36.464Z] #43 [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-18T08:49:36.464Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:49:36.464Z] #43 125.5 CC criu/crtools.o [2021-02-18T08:49:36.464Z] #43 126.3 CC criu/eventfd.o [2021-02-18T08:49:36.464Z] #43 126.7 CC criu/eventpoll.o [2021-02-18T08:49:36.464Z] #43 128.1 CC criu/external.o [2021-02-18T08:49:36.464Z] #43 128.6 CC criu/fault-injection.o [2021-02-18T08:49:36.464Z] #43 128.7 CC criu/fdstore.o [2021-02-18T08:49:36.464Z] #43 129.1 CC criu/fifo.o [2021-02-18T08:49:36.464Z] #43 129.7 CC criu/file-ids.o [2021-02-18T08:49:36.464Z] #43 130.0 CC criu/file-lock.o [2021-02-18T08:49:36.464Z] #43 131.3 CC criu/files-ext.o [2021-02-18T08:49:36.464Z] #43 131.7 CC criu/files-reg.o [2021-02-18T08:49:36.571Z] #42 128.9 CC criu/sk-inet.o [2021-02-18T08:49:36.642Z] #19 ... [2021-02-18T08:49:36.642Z] [2021-02-18T08:49:36.642Z] #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-18T08:49:36.642Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:36.642Z] #42 112.2 CC criu/filesystems.o [2021-02-18T08:49:36.642Z] #42 112.9 CC criu/fsnotify.o [2021-02-18T08:49:36.642Z] #42 114.1 CC criu/image-desc.o [2021-02-18T08:49:36.642Z] #42 114.3 CC criu/image.o [2021-02-18T08:49:36.642Z] #42 115.2 CC criu/ipc_ns.o [2021-02-18T08:49:36.642Z] #42 116.5 CC criu/irmap.o [2021-02-18T08:49:36.642Z] #42 117.2 CC criu/kcmp-ids.o [2021-02-18T08:49:36.642Z] #42 117.5 CC criu/kerndat.o [2021-02-18T08:49:36.642Z] #42 118.8 CC criu/libnetlink.o [2021-02-18T08:49:36.642Z] #42 119.3 CC criu/log.o [2021-02-18T08:49:36.642Z] #42 119.8 CC criu/lsm.o [2021-02-18T08:49:36.642Z] #42 120.3 CC criu/mem.o [2021-02-18T08:49:36.642Z] #42 122.0 CC criu/memfd.o [2021-02-18T08:49:36.709Z] #55 234.7 + binaries [2021-02-18T08:49:36.709Z] #55 234.7 + install -D bin/containerd /build/containerd [2021-02-18T08:49:36.709Z] #55 234.7 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T08:49:36.709Z] #55 234.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T08:49:36.709Z] #55 234.7 + install -D bin/ctr /build/ctr [2021-02-18T08:49:36.882Z] #42 154.9 CC criu/tun.o [2021-02-18T08:49:36.901Z] #42 ... [2021-02-18T08:49:36.901Z] [2021-02-18T08:49:36.901Z] #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-18T08:49:36.901Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:49:36.901Z] #39 184.8 + dpkg --print-architecture [2021-02-18T08:49:36.901Z] #39 184.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T08:49:36.901Z] #39 185.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T08:49:36.901Z] #39 185.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T08:49:37.113Z] #43 ... [2021-02-18T08:49:37.113Z] [2021-02-18T08:49:37.113Z] #20 [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-18T08:49:37.113Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-18T08:49:37.113Z] #20 75.11 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T08:49:37.143Z] #42 155.1 CC criu/uffd.o [2021-02-18T08:49:37.160Z] #39 ... [2021-02-18T08:49:37.160Z] [2021-02-18T08:49:37.160Z] #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-18T08:49:37.160Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:37.160Z] #42 122.7 CC criu/mount.o [2021-02-18T08:49:37.520Z] #42 129.8 CC criu/sk-netlink.o [2021-02-18T08:49:37.716Z] #42 155.8 CC criu/util.o [2021-02-18T08:49:37.782Z] #42 130.1 CC criu/sk-packet.o [2021-02-18T08:49:38.046Z] #42 130.6 CC criu/sk-queue.o [2021-02-18T08:49:38.198Z] #20 75.98 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T08:49:38.290Z] #42 156.4 CC criu/uts_ns.o [2021-02-18T08:49:38.310Z] #42 ... [2021-02-18T08:49:38.310Z] [2021-02-18T08:49:38.310Z] #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-18T08:49:38.310Z] #55 sha256:b138bf67cd09f71c1a8cbf669dc95234f80bd4f9f1c7da837eaee66794f1c69d [2021-02-18T08:49:38.310Z] #55 139.6 + bin/containerd [2021-02-18T08:49:38.310Z] #55 ... [2021-02-18T08:49:38.310Z] [2021-02-18T08:49:38.310Z] #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-18T08:49:38.310Z] #23 sha256:6c52ac0b5f1cc7571edd213714289a35ec3d13aeb27c5e2feeb9f53410d25fb7 [2021-02-18T08:49:38.310Z] #23 192.8 + return [2021-02-18T08:49:38.551Z] #42 156.6 CC criu/vdso-compat.o [2021-02-18T08:49:38.551Z] #42 156.7 CC criu/vdso.o [2021-02-18T08:49:38.613Z] #55 DONE 236.3s [2021-02-18T08:49:38.909Z] #23 DONE 193.5s [2021-02-18T08:49:38.909Z] [2021-02-18T08:49:38.909Z] #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-18T08:49:38.909Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:49:38.909Z] #42 131.0 CC criu/sk-tcp.o [2021-02-18T08:49:38.909Z] #42 131.4 CC criu/sk-unix.o [2021-02-18T08:49:39.222Z] [2021-02-18T08:49:39.222Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T08:49:39.222Z] #56 sha256:0d00ce8a419a2014fd4048d22cbd32c7a847fe7682d3ab7d9f43479c51eea42f [2021-02-18T08:49:39.274Z] #42 157.0 LINK criu/built-in.o [2021-02-18T08:49:39.274Z] #42 157.1 LINK criu/criu [2021-02-18T08:49:39.274Z] #42 157.3 DEP lib/c/criu.d [2021-02-18T08:49:39.274Z] #42 157.4 CC images/rpc.pb-c.o [2021-02-18T08:49:39.365Z] #20 77.16 Setting up python3-pip (18.1-5) ... [2021-02-18T08:49:39.483Z] #56 DONE 0.3s [2021-02-18T08:49:39.483Z] [2021-02-18T08:49:39.483Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T08:49:39.483Z] #60 sha256:267727f1d6ae3ef84766905a866e95f449ea88e0ed440b874f32e9767d98d895 [2021-02-18T08:49:39.743Z] #60 DONE 0.1s [2021-02-18T08:49:39.743Z] [2021-02-18T08:49:39.743Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T08:49:39.743Z] #62 sha256:22009dc6d84e55da0a4944754d59214cd34ca3a6b24b5ad028f040aebacd7466 [2021-02-18T08:49:39.848Z] #42 157.6 CC lib/c/criu.o [2021-02-18T08:49:40.005Z] #62 DONE 0.4s [2021-02-18T08:49:40.005Z] [2021-02-18T08:49:40.005Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T08:49:40.005Z] #64 sha256:735dd08ed51a64a43c882066f96ab36217608c817a6926e8f71f4f60aa7aa3c2 [2021-02-18T08:49:40.005Z] #64 DONE 0.1s [2021-02-18T08:49:40.005Z] [2021-02-18T08:49:40.005Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T08:49:40.005Z] #65 sha256:b066fbb9096761f52b84c0bfa212736b6ce2976015e9eed81c95c9edb683f9fc [2021-02-18T08:49:40.005Z] #65 DONE 0.0s [2021-02-18T08:49:40.265Z] [2021-02-18T08:49:40.265Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T08:49:40.265Z] #66 sha256:c942ba58d3ab5b823fe054560271393e1e1a10ea3fcb654cface892216216437 [2021-02-18T08:49:40.423Z] #20 78.21 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:49:40.423Z] #20 78.24 Processing triggers for mime-support (3.62) ... [2021-02-18T08:49:40.423Z] #42 158.2 LINK lib/c/built-in.o [2021-02-18T08:49:40.423Z] #42 158.2 LINK lib/c/libcriu.so [2021-02-18T08:49:40.423Z] #42 158.3 LINK lib/c/libcriu.a [2021-02-18T08:49:40.423Z] #42 158.4 GEN magic.py [2021-02-18T08:49:40.423Z] #42 158.5 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:49:40.423Z] #42 158.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:49:40.423Z] #42 158.5 Note: Building without GnuTLS support [2021-02-18T08:49:40.423Z] #42 158.5 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:49:40.423Z] #42 158.5 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:49:42.152Z] #66 DONE 1.0s [2021-02-18T08:49:42.152Z] [2021-02-18T08:49:42.152Z] #67 exporting to image [2021-02-18T08:49:42.152Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T08:49:42.152Z] #67 exporting layers [2021-02-18T08:49:42.161Z] #42 158.9 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:49:42.161Z] #42 159.4 make[1]: Nothing to be done for 'all'. [2021-02-18T08:49:42.161Z] #42 159.8 make[1]: 'images/built-in.o' is up to date. [2021-02-18T08:49:42.161Z] #42 159.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T08:49:42.161Z] #42 159.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T08:49:42.161Z] #42 159.9 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T08:49:42.161Z] #42 159.9 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T08:49:42.161Z] #42 159.9 make[1]: Nothing to be done for 'all'. [2021-02-18T08:49:42.161Z] #42 160.0 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:49:42.161Z] #42 160.0 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:42.161Z] #42 160.1 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:42.161Z] #42 160.1 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:42.161Z] #42 160.1 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:42.161Z] #42 160.2 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:42.164Z] #42 ... [2021-02-18T08:49:42.164Z] [2021-02-18T08:49:42.164Z] #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-18T08:49:42.164Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T08:49:42.164Z] #19 58.21 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T08:49:42.164Z] #19 58.68 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T08:49:42.164Z] #19 59.82 Setting up python3-pip (18.1-5) ... [2021-02-18T08:49:42.164Z] #19 60.81 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:49:42.164Z] #19 60.85 Processing triggers for mime-support (3.62) ... [2021-02-18T08:49:42.164Z] #19 DONE 61.6s [2021-02-18T08:49:42.164Z] [2021-02-18T08:49:42.164Z] #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-18T08:49:42.164Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T08:49:42.169Z] #42 133.0 CC criu/sockets.o [2021-02-18T08:49:42.169Z] #42 133.7 CC criu/stats.o [2021-02-18T08:49:42.169Z] #42 133.9 CC criu/string.o [2021-02-18T08:49:42.169Z] #42 134.0 CC criu/sysctl.o [2021-02-18T08:49:42.169Z] #42 134.5 CC criu/sysfs_parse.o [2021-02-18T08:49:42.218Z] #20 DONE 78.5s [2021-02-18T08:49:42.218Z] [2021-02-18T08:49:42.218Z] #21 [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-18T08:49:42.218Z] #21 sha256:f9cfccc8fb34cc555d5fadd4829421e33abeed7ec28087cd74c46e1cbd7e7291 [2021-02-18T08:49:42.218Z] #21 0.541 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T08:49:42.218Z] #21 0.547 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T08:49:42.218Z] #21 0.552 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T08:49:42.218Z] #21 DONE 0.6s [2021-02-18T08:49:42.218Z] [2021-02-18T08:49:42.218Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:49:42.218Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-18T08:49:42.424Z] #42 160.2 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:42.424Z] #42 160.2 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:42.424Z] #42 160.2 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:42.424Z] #42 160.2 INSTALL criu/criu [2021-02-18T08:49:42.424Z] #20 1.907 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T08:49:42.424Z] #20 1.911 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T08:49:42.424Z] #20 1.914 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T08:49:42.424Z] #20 DONE 2.0s [2021-02-18T08:49:42.424Z] [2021-02-18T08:49:42.424Z] #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-18T08:49:42.425Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:42.425Z] #42 126.8 CC criu/namespaces.o [2021-02-18T08:49:42.451Z] #42 134.8 CC criu/timens.o [2021-02-18T08:49:42.451Z] #42 135.1 CC criu/timerfd.o [2021-02-18T08:49:42.568Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-02-18T08:49:42.568Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-35161ff5\powershellScript.ps1'; exit $LASTEXITCODE; [2021-02-18T08:49:42.568Z] ---------------------------------------------------------------------------- [2021-02-18T08:49:42.568Z] [2021-02-18T08:49:42.568Z] INFO: executeCI.ps1 starting at Thu Feb 18 08:49:40 CUT 2021 [2021-02-18T08:49:42.568Z] [2021-02-18T08:49:42.568Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-02-18T08:49:42.568Z] INFO: Running git version 2.24.1.windows.2 [2021-02-18T08:49:42.568Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-02-18T08:49:42.568Z] INFO: Environment variables: [2021-02-18T08:49:42.568Z] [2021-02-18T08:49:42.568Z] Name Value [2021-02-18T08:49:42.568Z] ---- ----- [2021-02-18T08:49:42.568Z] ALLUSERSPROFILE C:\ProgramData [2021-02-18T08:49:42.568Z] amd64 true [2021-02-18T08:49:42.568Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-02-18T08:49:42.568Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-02-18T08:49:42.568Z] arm64 true [2021-02-18T08:49:42.568Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2021-02-18T08:49:42.568Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2021-02-18T08:49:42.568Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-02-18T08:49:42.568Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-02-18T08:49:42.568Z] BRANCH_NAME PR-41973 [2021-02-18T08:49:42.568Z] BUILD_DISPLAY_NAME #4 [2021-02-18T08:49:42.568Z] BUILD_ID 4 [2021-02-18T08:49:42.568Z] BUILD_NUMBER 4 [2021-02-18T08:49:42.568Z] BUILD_TAG jenkins-moby-PR-41973-4 [2021-02-18T08:49:42.568Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41973/4/ [2021-02-18T08:49:42.568Z] cgroup2 true [2021-02-18T08:49:42.568Z] CHANGE_AUTHOR thaJeztah [2021-02-18T08:49:42.568Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-02-18T08:49:42.568Z] CHANGE_BRANCH 20.10_backport_fix_builder_inconsisent_platform [2021-02-18T08:49:42.568Z] CHANGE_FORK thaJeztah/docker [2021-02-18T08:49:42.568Z] CHANGE_ID 41973 [2021-02-18T08:49:42.568Z] CHANGE_TARGET 20.10 [2021-02-18T08:49:42.568Z] CHANGE_TITLE [20.10 backport] Fix builder inconsistent error on buggy platform [2021-02-18T08:49:42.568Z] CHANGE_URL https://github.com/moby/moby/pull/41973 [2021-02-18T08:49:42.568Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T08:49:42.568Z] CommonProgramFiles C:\Program Files\Common Files [2021-02-18T08:49:42.568Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-02-18T08:49:42.568Z] CommonProgramW6432 C:\Program Files\Common Files [2021-02-18T08:49:42.568Z] COMPUTERNAME azwin-2-4cafb0 [2021-02-18T08:49:42.568Z] ComSpec C:\windows\system32\cmd.exe [2021-02-18T08:49:42.569Z] ConfigSequenceNumber 0 [2021-02-18T08:49:42.569Z] dco true [2021-02-18T08:49:42.569Z] DOCKER_BUILDKIT 0 [2021-02-18T08:49:42.569Z] DOCKER_DUT_DEBUG 1 [2021-02-18T08:49:42.569Z] DOCKER_EXPERIMENTAL 1 [2021-02-18T08:49:42.569Z] DOCKER_GRAPHDRIVER overlay2 [2021-02-18T08:49:42.569Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-02-18T08:49:42.569Z] EXECUTOR_NUMBER 0 [2021-02-18T08:49:42.569Z] FQDN azwin-2-4cafb0.westus.cloudapp.azure.com [2021-02-18T08:49:42.569Z] GIT_BRANCH PR-41973 [2021-02-18T08:49:42.569Z] GIT_COMMIT 13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T08:49:42.569Z] GIT_PREVIOUS_COMMIT 715b6e306452b1ac926193f062b46fd5669fd5cf [2021-02-18T08:49:42.569Z] GIT_URL https://github.com/moby/moby.git [2021-02-18T08:49:42.569Z] HUDSON_COOKIE 38c36863-a0c6-4274-843c-f3d2dc6a1316 [2021-02-18T08:49:42.569Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-02-18T08:49:42.569Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-02-18T08:49:42.569Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-02-18T08:49:42.569Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-02-18T08:49:42.569Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-02-18T08:49:42.569Z] JENKINS_NODE_COOKIE 3258edc7-d98f-4489-af9c-114b27cf5d7c [2021-02-18T08:49:42.569Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-02-18T08:49:42.569Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-02-18T08:49:42.569Z] JOB_BASE_NAME PR-41973 [2021-02-18T08:49:42.569Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41973/display/redirect [2021-02-18T08:49:42.569Z] JOB_NAME moby/PR-41973 [2021-02-18T08:49:42.569Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41973/ [2021-02-18T08:49:42.569Z] library.jps.version master [2021-02-18T08:49:42.569Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-02-18T08:49:42.569Z] NODE_LABELS amd64 azure azwin-2-4cafb0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-02-18T08:49:42.569Z] NODE_NAME azwin-2-4cafb0 [2021-02-18T08:49:42.569Z] NUMBER_OF_PROCESSORS 4 [2021-02-18T08:49:42.569Z] OS Windows_NT [2021-02-18T08:49:42.569Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-02-18T08:49:42.569Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-02-18T08:49:42.569Z] ppc64le true [2021-02-18T08:49:42.569Z] PROCESSOR_ARCHITECTURE AMD64 [2021-02-18T08:49:42.569Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-02-18T08:49:42.569Z] PROCESSOR_LEVEL 6 [2021-02-18T08:49:42.569Z] PROCESSOR_REVISION 5504 [2021-02-18T08:49:42.569Z] ProgramData C:\ProgramData [2021-02-18T08:49:42.569Z] ProgramFiles C:\Program Files [2021-02-18T08:49:42.569Z] ProgramFiles(x86) C:\Program Files (x86) [2021-02-18T08:49:42.569Z] ProgramW6432 C:\Program Files [2021-02-18T08:49:42.569Z] PROMPT $P$G [2021-02-18T08:49:42.569Z] PSExecutionPolicyPreference Bypass [2021-02-18T08:49:42.569Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-02-18T08:49:42.569Z] PUBLIC C:\Users\Public [2021-02-18T08:49:42.569Z] rootless true [2021-02-18T08:49:42.569Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41973/4/display/redirect?page=artif... [2021-02-18T08:49:42.569Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41973/4/display/redirect?page=changes [2021-02-18T08:49:42.569Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41973/4/display/redirect [2021-02-18T08:49:42.569Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41973/4/display/redirect?page=tests [2021-02-18T08:49:42.569Z] s390x false [2021-02-18T08:49:42.569Z] SKIP_VALIDATION_TESTS 1 [2021-02-18T08:49:42.569Z] SOURCES_DRIVE d [2021-02-18T08:49:42.569Z] SOURCES_SUBDIR gopath [2021-02-18T08:49:42.569Z] STAGE_NAME Run tests [2021-02-18T08:49:42.569Z] SystemDrive C: [2021-02-18T08:49:42.569Z] SystemRoot C:\windows [2021-02-18T08:49:42.569Z] TEMP C:\windows\TEMP [2021-02-18T08:49:42.569Z] TESTDEBUG 0 [2021-02-18T08:49:42.569Z] TESTRUN_DRIVE d [2021-02-18T08:49:42.569Z] TESTRUN_SUBDIR CI [2021-02-18T08:49:42.569Z] TIMEOUT 120m [2021-02-18T08:49:42.569Z] TMP C:\windows\TEMP [2021-02-18T08:49:42.569Z] unit_validate true [2021-02-18T08:49:42.569Z] USERDOMAIN WORKGROUP [2021-02-18T08:49:42.569Z] USERNAME azwin-2-4cafb0$ [2021-02-18T08:49:42.569Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-02-18T08:49:42.569Z] validate_force false [2021-02-18T08:49:42.569Z] windir C:\windows [2021-02-18T08:49:42.569Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-02-18T08:49:42.569Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-02-18T08:49:42.569Z] windowsRS1 false [2021-02-18T08:49:42.569Z] windowsRS5 true [2021-02-18T08:49:42.569Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-02-18T08:49:42.569Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-02-18T08:49:42.569Z] [2021-02-18T08:49:42.569Z] [2021-02-18T08:49:42.569Z] [2021-02-18T08:49:42.569Z] INFO: Sources under d:\gopath\... [2021-02-18T08:49:42.569Z] INFO: Test run under d:\CI\... [2021-02-18T08:49:42.569Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-02-18T08:49:42.569Z] INFO: docker/docker repository was found [2021-02-18T08:49:42.569Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-02-18T08:49:42.691Z] #42 DONE 160.5s [2021-02-18T08:49:42.691Z] [2021-02-18T08:49:42.691Z] #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-18T08:49:42.691Z] #55 sha256:0f40cb00639973bc51696812a68fb23b6e2097e66e8c5253a7aced9b60bbfcb1 [2021-02-18T08:49:42.717Z] #42 135.4 CC criu/tty.o [2021-02-18T08:49:43.031Z] ltsc2019: Pulling from windows/servercore [2021-02-18T08:49:43.031Z] 4612f6d0b889: Pulling fs layer [2021-02-18T08:49:43.031Z] db4edcf0861f: Pulling fs layer [2021-02-18T08:49:43.371Z] #42 129.0 CC criu/net.o [2021-02-18T08:49:43.646Z] #55 ... [2021-02-18T08:49:43.646Z] [2021-02-18T08:49:43.646Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T08:49:43.646Z] #43 sha256:e9e8db7cc7726fa2a9cf8e19e47a388fda8c26a57087c5701d94c4951f0def41 [2021-02-18T08:49:43.646Z] #43 DONE 0.1s [2021-02-18T08:49:43.646Z] [2021-02-18T08:49:43.646Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T08:49:43.646Z] #45 sha256:101c64597f304b323e17ce488b032c31d4755a23453df9ffcd8fcfac62968485 [2021-02-18T08:49:43.646Z] #45 DONE 0.3s [2021-02-18T08:49:43.646Z] [2021-02-18T08:49:43.646Z] #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-18T08:49:43.646Z] #55 sha256:0f40cb00639973bc51696812a68fb23b6e2097e66e8c5253a7aced9b60bbfcb1 [2021-02-18T08:49:43.908Z] #55 ... [2021-02-18T08:49:43.908Z] [2021-02-18T08:49:43.908Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T08:49:43.908Z] #47 sha256:8440698810868601e4c7bd25485c0d184d1764ff13729eacf5cfa6556bd8fc45 [2021-02-18T08:49:44.170Z] #47 DONE 0.2s [2021-02-18T08:49:44.170Z] [2021-02-18T08:49:44.170Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T08:49:44.170Z] #49 sha256:aa46cf7582b61de58b6020d889004fb29d4012344014dbafe5298d5c19d9fbb6 [2021-02-18T08:49:44.683Z] #42 137.0 CC criu/tun.o [2021-02-18T08:49:44.745Z] #49 DONE 0.8s [2021-02-18T08:49:44.745Z] [2021-02-18T08:49:44.745Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T08:49:44.745Z] #51 sha256:cec15ec6e723edba50f6f234de364b4e9abd34c28ee2319fe50c6d53574a3889 [2021-02-18T08:49:44.946Z] #42 137.4 CC criu/uffd.o [2021-02-18T08:49:45.320Z] #51 DONE 0.4s [2021-02-18T08:49:45.320Z] [2021-02-18T08:49:45.320Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T08:49:45.320Z] #53 sha256:4e4b15bb7bde2410708966f83b1c5060f6af7d6eceeda7dc4420f875477a231f [2021-02-18T08:49:45.320Z] #53 DONE 0.2s [2021-02-18T08:49:45.320Z] [2021-02-18T08:49:45.320Z] #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-18T08:49:45.320Z] #55 sha256:0f40cb00639973bc51696812a68fb23b6e2097e66e8c5253a7aced9b60bbfcb1 [2021-02-18T08:49:45.320Z] #55 187.4 + bin/containerd [2021-02-18T08:49:45.895Z] #42 ... [2021-02-18T08:49:45.895Z] [2021-02-18T08:49:45.895Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:49:45.895Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-18T08:49:45.895Z] #21 24.07 Installing build dependencies: finished with status 'done' [2021-02-18T08:49:45.895Z] #21 28.89 Building wheels for collected packages: pyyaml [2021-02-18T08:49:45.895Z] #21 28.90 Running setup.py bdist_wheel for pyyaml: started [2021-02-18T08:49:45.895Z] #21 29.97 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-18T08:49:45.895Z] #21 29.97 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-18T08:49:45.895Z] #21 30.10 Successfully built pyyaml [2021-02-18T08:49:45.895Z] #21 30.11 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-18T08:49:45.895Z] #21 30.36 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T08:49:45.895Z] #21 DONE 30.7s [2021-02-18T08:49:45.895Z] [2021-02-18T08:49:45.895Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T08:49:45.895Z] #24 sha256:0b0745a8e6404b203ed3e4e75e8cc241348dc35011e850d0526aca66f1b12cdf [2021-02-18T08:49:45.990Z] #22 4.821 Collecting yamllint==1.16.0 [2021-02-18T08:49:46.288Z] #22 5.190 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T08:49:46.471Z] #24 DONE 0.6s [2021-02-18T08:49:46.471Z] [2021-02-18T08:49:46.471Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:49:46.471Z] #29 sha256:7a0ed787a765064800c2b9aef145a7497ffc070db9143f0098d1e62921979d45 [2021-02-18T08:49:46.596Z] #22 5.282 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T08:49:46.894Z] #22 5.603 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-18T08:49:47.439Z] #67 exporting layers 6.5s done [2021-02-18T08:49:47.542Z] #22 6.283 Installing build dependencies: started [2021-02-18T08:49:47.573Z] #42 132.4 CC criu/netfilter.o [2021-02-18T08:49:47.573Z] #42 132.9 CC criu/page-pipe.o [2021-02-18T08:49:47.697Z] #67 writing image sha256:5346bddc021eda1894586241f3fd4927744f02ff3c00369e1e46b0e42a3e5ad5 done [2021-02-18T08:49:47.697Z] #67 naming to docker.io/library/docker:13a1568b3cc2fea7cc7821da843fe597500395b9 done [2021-02-18T08:49:47.697Z] #67 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-02-18T08:49:48.050Z] + trap exit INT TERM [2021-02-18T08:49:48.050Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-02-18T08:49:48.050Z] + CONTAINER_NAME=docker-pr4 [2021-02-18T08:49:48.050Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41973/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh dynbinary-daemon [2021-02-18T08:49:48.141Z] #42 133.7 CC criu/page-xfer.o [2021-02-18T08:49:48.191Z] #22 ... [2021-02-18T08:49:48.191Z] [2021-02-18T08:49:48.191Z] #43 [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-18T08:49:48.191Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:49:48.191Z] #43 134.8 CC criu/files.o [2021-02-18T08:49:48.191Z] #43 137.4 CC criu/filesystems.o [2021-02-18T08:49:48.191Z] #43 138.4 CC criu/fsnotify.o [2021-02-18T08:49:48.191Z] #43 139.8 CC criu/image-desc.o [2021-02-18T08:49:48.191Z] #43 140.0 CC criu/image.o [2021-02-18T08:49:48.191Z] #43 141.1 CC criu/ipc_ns.o [2021-02-18T08:49:48.191Z] #43 142.7 CC criu/irmap.o [2021-02-18T08:49:48.191Z] #43 143.6 CC criu/kcmp-ids.o [2021-02-18T08:49:48.191Z] #43 144.0 CC criu/kerndat.o [2021-02-18T08:49:48.624Z] [2021-02-18T08:49:48.624Z] Removing bundles/ [2021-02-18T08:49:48.624Z] [2021-02-18T08:49:48.624Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-18T08:49:48.624Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:49:48.624Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T08:49:48.840Z] #43 145.4 CC criu/libnetlink.o [2021-02-18T08:49:49.143Z] #43 145.7 CC criu/log.o [2021-02-18T08:49:49.520Z] #42 135.2 CC criu/pagemap-cache.o [2021-02-18T08:49:49.793Z] #43 146.3 CC criu/lsm.o [2021-02-18T08:49:50.089Z] #42 135.5 CC criu/pagemap.o [2021-02-18T08:49:50.093Z] #43 146.8 CC criu/mem.o [2021-02-18T08:49:50.193Z] db4edcf0861f: Verifying Checksum [2021-02-18T08:49:50.194Z] db4edcf0861f: Download complete [2021-02-18T08:49:51.028Z] #42 136.4 CC criu/parasite-syscall.o [2021-02-18T08:49:51.596Z] #42 137.2 CC criu/path.o [2021-02-18T08:49:51.776Z] #29 DONE 5.0s [2021-02-18T08:49:51.776Z] [2021-02-18T08:49:51.776Z] #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-18T08:49:51.776Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:49:51.776Z] #42 138.4 CC criu/util.o [2021-02-18T08:49:51.776Z] #42 139.6 CC criu/uts_ns.o [2021-02-18T08:49:51.776Z] #42 139.7 CC criu/vdso.o [2021-02-18T08:49:51.776Z] #42 140.2 LINK criu/built-in.o [2021-02-18T08:49:51.776Z] #42 140.3 LINK criu/criu [2021-02-18T08:49:51.776Z] #42 140.6 DEP lib/c/criu.d [2021-02-18T08:49:51.776Z] #42 140.7 CC images/rpc.pb-c.o [2021-02-18T08:49:51.776Z] #42 141.2 CC lib/c/criu.o [2021-02-18T08:49:51.776Z] #42 142.2 LINK lib/c/built-in.o [2021-02-18T08:49:51.776Z] #42 142.2 LINK lib/c/libcriu.so [2021-02-18T08:49:51.776Z] #42 142.2 LINK lib/c/libcriu.a [2021-02-18T08:49:51.776Z] #42 142.3 GEN magic.py [2021-02-18T08:49:51.776Z] #42 142.5 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:49:51.776Z] #42 142.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:49:51.776Z] #42 142.6 Note: Building without GnuTLS support [2021-02-18T08:49:51.776Z] #42 142.6 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:49:51.776Z] #42 142.6 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:49:51.776Z] #42 143.2 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:49:51.776Z] #42 144.0 make[1]: Nothing to be done for 'all'. [2021-02-18T08:49:51.857Z] #42 137.5 CC criu/pie-util-vdso-elf32.o [2021-02-18T08:49:52.038Z] #42 ... [2021-02-18T08:49:52.038Z] [2021-02-18T08:49:52.038Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T08:49:52.038Z] #32 sha256:e0c1f3e8d1651baebe0175065cc6b54a3dcf758f0ed9fd03238757bf93135767 [2021-02-18T08:49:52.038Z] #32 DONE 0.5s [2021-02-18T08:49:52.038Z] [2021-02-18T08:49:52.038Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T08:49:52.038Z] #34 sha256:e27df8f20785dace049162a7f0936c11a8e1ea626322c6c444072a66998264e5 [2021-02-18T08:49:52.038Z] #34 DONE 0.2s [2021-02-18T08:49:52.038Z] [2021-02-18T08:49:52.038Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T08:49:52.038Z] #37 sha256:b51bab16a2bc729e836f641f7617ecb547c7515dfd738421d31f6c29e04e21d6 [2021-02-18T08:49:52.301Z] #37 DONE 0.2s [2021-02-18T08:49:52.301Z] [2021-02-18T08:49:52.301Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T08:49:52.301Z] #40 sha256:2d8c2dcb20e81c5c0db87c71dac48ca56a057d7ddbe2a4db1eb367463990ac49 [2021-02-18T08:49:52.426Z] #42 137.9 CC criu/pie-util-vdso.o [2021-02-18T08:49:52.711Z] #42 ... [2021-02-18T08:49:52.711Z] [2021-02-18T08:49:52.711Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:49:52.711Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T08:49:52.711Z] #21 5.887 Collecting yamllint==1.16.0 [2021-02-18T08:49:52.876Z] #40 DONE 0.5s [2021-02-18T08:49:52.876Z] [2021-02-18T08:49:52.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-18T08:49:52.876Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T08:49:52.876Z] #42 145.0 make[1]: 'images/built-in.o' is up to date. [2021-02-18T08:49:52.876Z] #42 145.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T08:49:52.876Z] #42 145.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T08:49:52.876Z] #42 145.1 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T08:49:52.876Z] #42 145.2 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T08:49:52.876Z] #42 145.3 make[1]: Nothing to be done for 'all'. [2021-02-18T08:49:52.876Z] #42 145.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:49:52.877Z] #43 149.4 CC criu/memfd.o [2021-02-18T08:49:52.993Z] #21 ... [2021-02-18T08:49:52.993Z] [2021-02-18T08:49:52.993Z] #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-18T08:49:52.993Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:52.993Z] #42 138.4 CC criu/pie-util.o [2021-02-18T08:49:53.139Z] #42 145.6 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:53.139Z] #42 145.6 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:53.139Z] #42 145.7 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:53.262Z] #42 138.7 CC criu/pipes.o [2021-02-18T08:49:53.400Z] #42 145.7 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:53.400Z] #42 145.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:53.400Z] #42 145.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:53.400Z] #42 145.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:53.400Z] #42 146.0 make[2]: Nothing to be done for 'all'. [2021-02-18T08:49:53.523Z] #43 150.2 CC criu/mount.o [2021-02-18T08:49:53.664Z] #42 146.1 INSTALL criu/criu [2021-02-18T08:49:53.837Z] #42 139.5 CC criu/plugin.o [2021-02-18T08:49:53.926Z] #42 DONE 146.3s [2021-02-18T08:49:53.926Z] [2021-02-18T08:49:53.926Z] #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-18T08:49:53.926Z] #55 sha256:b138bf67cd09f71c1a8cbf669dc95234f80bd4f9f1c7da837eaee66794f1c69d [2021-02-18T08:49:54.403Z] #42 140.0 CC criu/proc_parse.o [2021-02-18T08:49:55.849Z] #55 ... [2021-02-18T08:49:55.849Z] [2021-02-18T08:49:55.849Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T08:49:55.849Z] #43 sha256:6259a5777ee02ea426b44724e15ef6d103c085d97f0f5b9212a518d1f171b405 [2021-02-18T08:49:55.849Z] #43 DONE 0.1s [2021-02-18T08:49:55.849Z] [2021-02-18T08:49:55.849Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T08:49:55.849Z] #45 sha256:2eb23f281966c80d5b1061df58fadc2976e295849540187d2859678ed1d71a1d [2021-02-18T08:49:56.120Z] #45 DONE 0.3s [2021-02-18T08:49:56.120Z] [2021-02-18T08:49:56.120Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T08:49:56.120Z] #47 sha256:b6e4c67bed431fe537cf97e50bbf9d63910f6e468f05db387b76119ca5e9af92 [2021-02-18T08:49:56.120Z] #47 DONE 0.2s [2021-02-18T08:49:56.120Z] [2021-02-18T08:49:56.120Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T08:49:56.120Z] #49 sha256:d6c40e17ae982ba2da3d2c871245797a38ab22662bc616268e07093e19252afd [2021-02-18T08:49:56.308Z] #42 ... [2021-02-18T08:49:56.308Z] [2021-02-18T08:49:56.308Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:49:56.308Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T08:49:56.308Z] #21 11.25 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T08:49:56.308Z] #21 11.33 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T08:49:56.308Z] #21 11.57 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-18T08:49:56.308Z] #21 11.97 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T08:49:56.308Z] #21 12.01 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T08:49:56.308Z] #21 12.07 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-18T08:49:56.308Z] #21 12.51 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T08:49:56.308Z] #21 DONE 13.5s [2021-02-18T08:49:56.308Z] [2021-02-18T08:49:56.308Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T08:49:56.308Z] #24 sha256:d51d1d4283a2075ad51633202fd28bebb0c0d8d22a6ebbcdd7e308ec06e99d63 [2021-02-18T08:49:56.308Z] #24 DONE 0.3s [2021-02-18T08:49:56.308Z] [2021-02-18T08:49:56.308Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:49:56.308Z] #29 sha256:c560727f7f49519e3febd25964a9de1dd540bca06c8015fbca2213e561cd2284 [2021-02-18T08:49:56.567Z] #29 ... [2021-02-18T08:49:56.567Z] [2021-02-18T08:49:56.567Z] #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-18T08:49:56.567Z] #52 sha256:32930b10d176f900c1489dd09adf040761a92690d49b2dc8e1ddbc7be3bc1860 [2021-02-18T08:49:56.567Z] #52 90.96 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-18T08:49:56.567Z] #52 93.79 + mkdir -p /build [2021-02-18T08:49:56.567Z] #52 93.79 + cp runc /build/runc [2021-02-18T08:49:56.567Z] #52 DONE 94.1s [2021-02-18T08:49:56.567Z] [2021-02-18T08:49:56.568Z] #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-18T08:49:56.568Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T08:49:56.568Z] #39 DONE 213.8s [2021-02-18T08:49:56.692Z] #49 DONE 0.7s [2021-02-18T08:49:56.692Z] [2021-02-18T08:49:56.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-18T08:49:56.692Z] #55 sha256:b138bf67cd09f71c1a8cbf669dc95234f80bd4f9f1c7da837eaee66794f1c69d [2021-02-18T08:49:56.826Z] [2021-02-18T08:49:56.826Z] #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-18T08:49:56.826Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:49:56.952Z] #55 ... [2021-02-18T08:49:56.952Z] [2021-02-18T08:49:56.952Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T08:49:56.952Z] #51 sha256:1aa6b7835f913b95944c5d1cec35649e766548a8ad4e852e925291ee031a6a85 [2021-02-18T08:49:56.952Z] #51 DONE 0.1s [2021-02-18T08:49:56.952Z] [2021-02-18T08:49:56.952Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T08:49:56.952Z] #53 sha256:e2af69b47807389450df4acae1e82e1280f577f324ab61836b0381aeedf9130d [2021-02-18T08:49:57.213Z] #53 DONE 0.3s [2021-02-18T08:49:57.213Z] [2021-02-18T08:49:57.213Z] #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-18T08:49:57.213Z] #55 sha256:b138bf67cd09f71c1a8cbf669dc95234f80bd4f9f1c7da837eaee66794f1c69d [2021-02-18T08:49:57.274Z] 4612f6d0b889: Verifying Checksum [2021-02-18T08:49:57.274Z] 4612f6d0b889: Download complete [2021-02-18T08:49:57.411Z] #42 142.9 CC criu/protobuf-desc.o [2021-02-18T08:49:58.348Z] #42 143.7 CC criu/protobuf.o [2021-02-18T08:49:58.348Z] #42 144.0 CC criu/pstree.o [2021-02-18T08:49:59.193Z] #43 155.5 CC criu/namespaces.o [2021-02-18T08:49:59.286Z] #42 144.9 CC criu/rbtree.o [2021-02-18T08:49:59.545Z] #42 145.1 CC criu/rst-malloc.o [2021-02-18T08:49:59.805Z] #42 145.4 CC criu/seccomp.o [2021-02-18T08:50:00.253Z] #43 ... [2021-02-18T08:50:00.253Z] [2021-02-18T08:50:00.253Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:50:00.253Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-18T08:50:00.253Z] #22 18.89 Installing build dependencies: finished with status 'done' [2021-02-18T08:50:00.742Z] #42 146.0 CC criu/seize.o [2021-02-18T08:50:01.311Z] #42 146.8 CC criu/servicefd.o [2021-02-18T08:50:01.880Z] #42 147.2 CC criu/shmem.o [2021-02-18T08:50:02.501Z] #42 148.2 CC criu/sigframe.o [2021-02-18T08:50:02.761Z] #42 148.3 CC criu/signalfd.o [2021-02-18T08:50:03.020Z] #42 148.6 CC criu/sk-inet.o [2021-02-18T08:50:03.588Z] #42 149.2 CC criu/sk-netlink.o [2021-02-18T08:50:03.848Z] #42 149.4 CC criu/sk-packet.o [2021-02-18T08:50:04.107Z] #42 149.7 CC criu/sk-queue.o [2021-02-18T08:50:04.367Z] #42 150.0 CC criu/sk-tcp.o [2021-02-18T08:50:04.626Z] #42 ... [2021-02-18T08:50:04.626Z] [2021-02-18T08:50:04.626Z] #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-18T08:50:04.626Z] #48 sha256:c10ccba3db27ba08565783078a79576661f2fffa92b301900ab07c0cf7efd35e [2021-02-18T08:50:04.626Z] #48 220.8 + /build/golangci-lint --version [2021-02-18T08:50:04.626Z] #48 221.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T08:50:04.626Z] #48 DONE 222.3s [2021-02-18T08:50:04.626Z] [2021-02-18T08:50:04.626Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:50:04.626Z] #29 sha256:c560727f7f49519e3febd25964a9de1dd540bca06c8015fbca2213e561cd2284 [2021-02-18T08:50:04.626Z] #29 DONE 8.2s [2021-02-18T08:50:04.626Z] [2021-02-18T08:50:04.626Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T08:50:04.626Z] #32 sha256:8a15c21d0b2f4fb5638d7103afc579179c6e2684ff351a198cd810323c2f91b9 [2021-02-18T08:50:05.195Z] #32 DONE 0.5s [2021-02-18T08:50:05.195Z] [2021-02-18T08:50:05.195Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T08:50:05.195Z] #34 sha256:80e48f5d948a5c11e902d6eefcac3ccc06204a2b535b6e8281546941e3a53d40 [2021-02-18T08:50:05.454Z] #34 DONE 0.2s [2021-02-18T08:50:05.454Z] [2021-02-18T08:50:05.454Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T08:50:05.454Z] #37 sha256:685fd3188329dfa1afdae5a0d79adf3f1f7267eef0c971daa275a222a9addc0d [2021-02-18T08:50:05.454Z] #37 DONE 0.1s [2021-02-18T08:50:05.454Z] [2021-02-18T08:50:05.454Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T08:50:05.454Z] #40 sha256:ec1863d8d2e3522754e7e3b98994c4351b52cc065fbf55b2bccbda7b81aaba35 [2021-02-18T08:50:06.833Z] #40 DONE 1.0s [2021-02-18T08:50:06.833Z] [2021-02-18T08:50:06.833Z] #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-18T08:50:06.833Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T08:50:06.833Z] #42 150.3 CC criu/sk-unix.o [2021-02-18T08:50:06.833Z] #42 151.7 CC criu/sockets.o [2021-02-18T08:50:06.833Z] #42 152.3 CC criu/stats.o [2021-02-18T08:50:06.833Z] #42 152.4 CC criu/string.o [2021-02-18T08:50:07.092Z] #42 152.5 CC criu/sysctl.o [2021-02-18T08:50:07.241Z] #22 ... [2021-02-18T08:50:07.241Z] [2021-02-18T08:50:07.241Z] #43 [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-18T08:50:07.241Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:50:07.241Z] #43 158.2 CC criu/net.o [2021-02-18T08:50:07.241Z] #43 162.8 CC criu/netfilter.o [2021-02-18T08:50:07.241Z] #43 163.3 CC criu/page-pipe.o [2021-02-18T08:50:07.352Z] #42 152.9 CC criu/sysfs_parse.o [2021-02-18T08:50:07.539Z] #43 164.3 CC criu/page-xfer.o [2021-02-18T08:50:07.611Z] #42 153.2 CC criu/timens.o [2021-02-18T08:50:07.870Z] #42 153.4 CC criu/timerfd.o [2021-02-18T08:50:08.130Z] #42 153.5 CC criu/tty.o [2021-02-18T08:50:09.066Z] #42 154.4 CC criu/tun.o [2021-02-18T08:50:09.069Z] #43 ... [2021-02-18T08:50:09.069Z] [2021-02-18T08:50:09.069Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T08:50:09.069Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-18T08:50:09.069Z] #22 27.67 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T08:50:09.069Z] #22 27.73 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T08:50:09.069Z] #22 27.77 Building wheels for collected packages: pyyaml [2021-02-18T08:50:09.069Z] #22 27.78 Running setup.py bdist_wheel for pyyaml: started [2021-02-18T08:50:09.325Z] #42 154.7 CC criu/uffd.o [2021-02-18T08:50:09.584Z] #42 155.3 CC criu/util.o [2021-02-18T08:50:10.522Z] #42 155.9 CC criu/uts_ns.o [2021-02-18T08:50:10.522Z] #42 156.1 CC criu/vdso-compat.o [2021-02-18T08:50:10.522Z] #42 156.2 CC criu/vdso.o [2021-02-18T08:50:11.090Z] #42 156.6 LINK criu/built-in.o [2021-02-18T08:50:11.090Z] #42 156.7 LINK criu/criu [2021-02-18T08:50:11.167Z] #22 29.63 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-18T08:50:11.167Z] #22 29.64 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-18T08:50:11.167Z] #22 30.01 Successfully built pyyaml [2021-02-18T08:50:11.167Z] #22 30.04 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-18T08:50:11.350Z] #42 156.9 DEP lib/c/criu.d [2021-02-18T08:50:11.350Z] #42 156.9 CC images/rpc.pb-c.o [2021-02-18T08:50:11.609Z] #42 157.2 CC lib/c/criu.o [2021-02-18T08:50:11.815Z] #22 30.47 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T08:50:11.815Z] #22 DONE 30.7s [2021-02-18T08:50:11.815Z] [2021-02-18T08:50:11.815Z] #43 [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-18T08:50:11.815Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:50:11.815Z] #43 166.6 CC criu/pagemap-cache.o [2021-02-18T08:50:11.815Z] #43 167.1 CC criu/pagemap.o [2021-02-18T08:50:11.815Z] #43 168.4 CC criu/parasite-syscall.o [2021-02-18T08:50:12.119Z] #55 181.7 + bin/containerd-stress [2021-02-18T08:50:12.176Z] #42 157.8 LINK lib/c/built-in.o [2021-02-18T08:50:12.176Z] #42 157.8 LINK lib/c/libcriu.so [2021-02-18T08:50:12.176Z] #42 157.8 LINK lib/c/libcriu.a [2021-02-18T08:50:12.176Z] #42 157.9 GEN magic.py [2021-02-18T08:50:12.435Z] #42 158.0 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:50:12.435Z] #42 158.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:50:12.435Z] #42 158.0 Note: Building without GnuTLS support [2021-02-18T08:50:12.435Z] #42 158.0 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:50:12.435Z] #42 158.0 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:50:12.899Z] #43 169.5 CC criu/path.o [2021-02-18T08:50:13.003Z] #42 158.5 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:50:13.196Z] #43 169.9 CC criu/pie-util-vdso.o [2021-02-18T08:50:13.263Z] #42 158.9 make[1]: Nothing to be done for 'all'. [2021-02-18T08:50:13.506Z] #55 184.5 + bin/containerd-shim [2021-02-18T08:50:13.831Z] #42 159.3 make[1]: 'images/built-in.o' is up to date. [2021-02-18T08:50:13.831Z] #42 159.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T08:50:13.831Z] #42 159.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T08:50:13.831Z] #42 159.3 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T08:50:13.831Z] #42 159.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T08:50:13.831Z] #42 159.4 make[1]: Nothing to be done for 'all'. [2021-02-18T08:50:13.831Z] #42 159.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:50:13.831Z] #42 159.5 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:13.831Z] #42 159.6 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:13.846Z] #43 170.5 CC criu/pie-util.o [2021-02-18T08:50:13.846Z] #43 170.7 CC criu/pipes.o [2021-02-18T08:50:14.090Z] #42 159.6 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:14.090Z] #42 159.7 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:14.090Z] #42 159.7 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:14.090Z] #42 159.7 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:14.090Z] #42 159.7 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:14.090Z] #42 159.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:14.349Z] #42 159.8 INSTALL criu/criu [2021-02-18T08:50:14.349Z] #42 DONE 160.1s [2021-02-18T08:50:14.349Z] [2021-02-18T08:50:14.349Z] #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-18T08:50:14.349Z] #55 sha256:ef50487e1199680cb88176293a338272752e4902a1dd9cfd11a128fb0afb0094 [2021-02-18T08:50:14.903Z] #43 171.6 CC criu/plugin.o [2021-02-18T08:50:15.286Z] #55 ... [2021-02-18T08:50:15.286Z] [2021-02-18T08:50:15.286Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T08:50:15.286Z] #43 sha256:cc6e6514a277c39ed5bf14612c93eb3358d95e656f9330edbd071cac09922b30 [2021-02-18T08:50:15.546Z] #43 DONE 0.1s [2021-02-18T08:50:15.546Z] [2021-02-18T08:50:15.546Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T08:50:15.546Z] #45 sha256:df113759dd48bc2e58af867e46e557257c6fa35244170f7ff434f8800b0ac1b7 [2021-02-18T08:50:15.546Z] #45 DONE 0.2s [2021-02-18T08:50:15.546Z] [2021-02-18T08:50:15.546Z] #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-18T08:50:15.546Z] #55 sha256:ef50487e1199680cb88176293a338272752e4902a1dd9cfd11a128fb0afb0094 [2021-02-18T08:50:15.550Z] #43 172.1 CC criu/proc_parse.o [2021-02-18T08:50:15.805Z] #55 ... [2021-02-18T08:50:15.805Z] [2021-02-18T08:50:15.805Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T08:50:15.805Z] #47 sha256:ef66060c5e89b4998e82ffd7bc85b1f2b629682776871beea23993ce86694b5b [2021-02-18T08:50:15.805Z] #47 DONE 0.1s [2021-02-18T08:50:15.805Z] [2021-02-18T08:50:15.805Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T08:50:15.805Z] #49 sha256:ea2f6f0e13097d29c0eddee798597f097143c8819e934c8928012c84228a384c [2021-02-18T08:50:16.064Z] #49 DONE 0.5s [2021-02-18T08:50:16.064Z] [2021-02-18T08:50:16.064Z] #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-18T08:50:16.064Z] #55 sha256:ef50487e1199680cb88176293a338272752e4902a1dd9cfd11a128fb0afb0094 [2021-02-18T08:50:16.322Z] #55 ... [2021-02-18T08:50:16.322Z] [2021-02-18T08:50:16.322Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T08:50:16.322Z] #51 sha256:5e00c15902e5ab2d7f1a841f893a37fa44d28d6d390e75ef1a451cb8a66a0917 [2021-02-18T08:50:16.322Z] #51 DONE 0.1s [2021-02-18T08:50:16.322Z] [2021-02-18T08:50:16.322Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T08:50:16.322Z] #53 sha256:076be7df3362b4b301f242312c859f07006ea6b0586be1517022989bdbb76f54 [2021-02-18T08:50:16.888Z] #53 DONE 0.4s [2021-02-18T08:50:16.888Z] [2021-02-18T08:50:16.888Z] #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-18T08:50:16.888Z] #55 sha256:ef50487e1199680cb88176293a338272752e4902a1dd9cfd11a128fb0afb0094 [2021-02-18T08:50:17.090Z] #43 ... [2021-02-18T08:50:17.090Z] [2021-02-18T08:50:17.090Z] #40 [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-18T08:50:17.090Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-18T08:50:17.090Z] #40 238.8 + dpkg --print-architecture [2021-02-18T08:50:17.090Z] #40 238.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T08:50:17.090Z] #40 239.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T08:50:17.090Z] #40 239.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T08:50:17.448Z] #55 215.9 + bin/containerd-stress [2021-02-18T08:50:17.448Z] #55 217.9 + bin/containerd-shim [2021-02-18T08:50:17.455Z] #55 186.3 + bin/containerd [2021-02-18T08:50:18.808Z] #55 190.2 + bin/containerd-shim-runc-v1 [2021-02-18T08:50:22.745Z] #55 224.7 + bin/containerd-shim-runc-v1 [2021-02-18T08:50:23.027Z] #55 194.0 + bin/containerd-shim-runc-v2 [2021-02-18T08:50:23.969Z] #55 195.2 + binaries [2021-02-18T08:50:23.969Z] #55 195.2 + install -D bin/containerd /build/containerd [2021-02-18T08:50:23.969Z] #55 195.3 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T08:50:23.969Z] #55 195.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T08:50:23.969Z] #55 195.3 + install -D bin/ctr /build/ctr [2021-02-18T08:50:25.666Z] #40 ... [2021-02-18T08:50:25.666Z] [2021-02-18T08:50:25.667Z] #53 [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-18T08:50:25.667Z] #53 sha256:9f677d967f087b67bcc5f7cd75dd5d2f74a548710712db3a7bc52dcf3b337c86 [2021-02-18T08:50:25.667Z] #53 125.2 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-18T08:50:25.880Z] #55 DONE 197.2s [2021-02-18T08:50:26.959Z] #55 229.2 + bin/containerd-shim-runc-v2 [2021-02-18T08:50:27.207Z] #53 127.5 + mkdir -p /build [2021-02-18T08:50:27.207Z] #53 127.5 + cp runc /build/runc [2021-02-18T08:50:27.207Z] #53 DONE 127.7s [2021-02-18T08:50:27.207Z] [2021-02-18T08:50:27.207Z] #43 [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-18T08:50:27.207Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:50:27.207Z] #43 175.8 CC criu/protobuf-desc.o [2021-02-18T08:50:27.207Z] #43 177.0 CC criu/protobuf.o [2021-02-18T08:50:27.207Z] #43 177.5 CC criu/pstree.o [2021-02-18T08:50:27.207Z] #43 179.0 CC criu/rbtree.o [2021-02-18T08:50:27.207Z] #43 179.4 CC criu/rst-malloc.o [2021-02-18T08:50:27.207Z] #43 179.8 CC criu/seccomp.o [2021-02-18T08:50:27.207Z] #43 180.6 CC criu/seize.o [2021-02-18T08:50:27.207Z] #43 181.9 CC criu/servicefd.o [2021-02-18T08:50:27.207Z] #43 182.6 CC criu/shmem.o [2021-02-18T08:50:27.207Z] #43 183.8 CC criu/sigframe.o [2021-02-18T08:50:27.207Z] #43 184.1 CC criu/signalfd.o [2021-02-18T08:50:27.263Z] [2021-02-18T08:50:27.263Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T08:50:27.263Z] #56 sha256:f72debfb5a8bc5166a950b892d6417a603a67b814f448b1ad439f8b52e9dc2e5 [2021-02-18T08:50:27.861Z] #43 184.6 CC criu/sk-inet.o [2021-02-18T08:50:27.905Z] #55 230.1 + binaries [2021-02-18T08:50:27.905Z] #55 230.1 + install -D bin/containerd /build/containerd [2021-02-18T08:50:27.905Z] #55 230.2 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T08:50:27.905Z] #55 230.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T08:50:27.905Z] #55 230.2 + install -D bin/ctr /build/ctr [2021-02-18T08:50:28.645Z] #56 DONE 1.3s [2021-02-18T08:50:28.645Z] [2021-02-18T08:50:28.645Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T08:50:28.645Z] #60 sha256:e40780a1e5d42a4b71231aa63b07bdfd23388a486978f459ea531857b98e2065 [2021-02-18T08:50:28.905Z] #60 DONE 0.4s [2021-02-18T08:50:28.905Z] [2021-02-18T08:50:28.905Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T08:50:28.905Z] #62 sha256:fc68ca75a2a7d81352d80f509cb4f1a3076af03a612b33ec8a10cb0da31a2591 [2021-02-18T08:50:29.819Z] #55 DONE 231.9s [2021-02-18T08:50:29.845Z] #62 DONE 0.6s [2021-02-18T08:50:29.845Z] [2021-02-18T08:50:29.845Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T08:50:29.845Z] #64 sha256:d04ed57247ee8c8a1f3cd3105cbde1e45bea6b447fcd949c49ffd13306ac2fa3 [2021-02-18T08:50:29.845Z] #64 DONE 0.1s [2021-02-18T08:50:29.845Z] [2021-02-18T08:50:29.845Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T08:50:29.845Z] #65 sha256:2abf842c0f2cd514f45bf7d9adcc679844b4cc8c4ef8ac36c45cd379932b35d6 [2021-02-18T08:50:29.845Z] #65 DONE 0.1s [2021-02-18T08:50:29.845Z] [2021-02-18T08:50:29.845Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T08:50:29.845Z] #66 sha256:62d447a5788a654168dd04f8e9990e17a19f6fad3732063b458903ca93ae68d7 [2021-02-18T08:50:29.971Z] #43 186.4 CC criu/sk-netlink.o [2021-02-18T08:50:30.270Z] #43 186.9 CC criu/sk-packet.o [2021-02-18T08:50:30.762Z] [2021-02-18T08:50:30.762Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T08:50:30.762Z] #56 sha256:56a733a8a955ce4255a4501073d8b953e812e2bad46b7f11a9914465f95da262 [2021-02-18T08:50:30.917Z] #43 187.7 CC criu/sk-queue.o [2021-02-18T08:50:31.024Z] #56 DONE 0.4s [2021-02-18T08:50:31.024Z] [2021-02-18T08:50:31.024Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T08:50:31.024Z] #60 sha256:fef0ee3c9d221a9b2b73fa8788c8d6d20776f8ccdd95fcc5e75e4718e70a6157 [2021-02-18T08:50:31.284Z] #60 DONE 0.1s [2021-02-18T08:50:31.284Z] [2021-02-18T08:50:31.284Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T08:50:31.284Z] #62 sha256:da2884c7683a78b83790947e8f18949365a66fade853278106926d5c37913012 [2021-02-18T08:50:31.544Z] #62 DONE 0.4s [2021-02-18T08:50:31.544Z] [2021-02-18T08:50:31.544Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T08:50:31.544Z] #64 sha256:01b6d59c8b58e26f01c9e4514b89bc42fba3f2572686b012bffe5ba374a29c65 [2021-02-18T08:50:31.544Z] #64 DONE 0.1s [2021-02-18T08:50:31.571Z] #43 188.3 CC criu/sk-tcp.o [2021-02-18T08:50:31.758Z] #66 DONE 1.6s [2021-02-18T08:50:31.758Z] [2021-02-18T08:50:31.758Z] #67 exporting to image [2021-02-18T08:50:31.758Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T08:50:31.758Z] #67 exporting layers [2021-02-18T08:50:31.808Z] [2021-02-18T08:50:31.808Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T08:50:31.808Z] #65 sha256:7e65cc6f7804f05fdac4963862332cf84f465d10ce0f5637d41189614b28789a [2021-02-18T08:50:31.808Z] #65 DONE 0.0s [2021-02-18T08:50:31.808Z] [2021-02-18T08:50:31.808Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T08:50:31.808Z] #66 sha256:fa9cd6bc57e47322fb4be2878b004696e4f83f58d4320eef674e8dddef5d2831 [2021-02-18T08:50:32.219Z] #43 188.8 CC criu/sk-unix.o [2021-02-18T08:50:32.380Z] #66 DONE 0.7s [2021-02-18T08:50:32.641Z] [2021-02-18T08:50:32.641Z] #67 exporting to image [2021-02-18T08:50:32.641Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T08:50:32.641Z] #67 exporting layers [2021-02-18T08:50:34.336Z] #43 191.1 CC criu/sockets.o [2021-02-18T08:50:35.459Z] #43 192.1 CC criu/stats.o [2021-02-18T08:50:35.758Z] #43 192.5 CC criu/string.o [2021-02-18T08:50:35.758Z] #43 192.6 CC criu/sysctl.o [2021-02-18T08:50:36.814Z] #43 193.4 CC criu/sysfs_parse.o [2021-02-18T08:50:37.051Z] #67 exporting layers 5.6s done [2021-02-18T08:50:37.051Z] #67 writing image sha256:961049da88e1bd74d455f5437ba2420c08580704aedd6bbc67f935db460345e4 done [2021-02-18T08:50:37.051Z] #67 naming to docker.io/library/docker:13a1568b3cc2fea7cc7821da843fe597500395b9 done [2021-02-18T08:50:37.051Z] #67 DONE 5.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-18T08:50:37.135Z] #43 193.9 CC criu/timens.o [2021-02-18T08:50:37.396Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/test/unit [2021-02-18T08:50:37.794Z] #43 194.3 CC criu/timerfd.o [2021-02-18T08:50:38.092Z] #43 194.8 CC criu/tty.o [2021-02-18T08:50:39.232Z] #67 exporting layers 6.5s done [2021-02-18T08:50:39.232Z] #67 writing image sha256:c16abbb3e7a2915cd3a4e1487c5c8018ee6afa2825c53f9b61a536778acc747c done [2021-02-18T08:50:39.232Z] #67 naming to docker.io/library/docker:13a1568b3cc2fea7cc7821da843fe597500395b9 done [2021-02-18T08:50:39.232Z] #67 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T08:50:39.617Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -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:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh dynbinary test-integration [2021-02-18T08:50:40.719Z] [2021-02-18T08:50:40.719Z] Removing bundles/ [2021-02-18T08:50:40.719Z] [2021-02-18T08:50:40.719Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-18T08:50:40.719Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:50:40.719Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T08:50:40.875Z] #43 197.2 CC criu/tun.o [2021-02-18T08:50:41.175Z] #43 197.9 CC criu/uffd.o [2021-02-18T08:50:42.716Z] #43 199.3 CC criu/util.o [2021-02-18T08:50:42.783Z] ? github.com/docker/docker/api [no test files] [2021-02-18T08:50:43.773Z] #43 200.7 CC criu/uts_ns.o [2021-02-18T08:50:44.070Z] #43 200.9 CC criu/vdso.o [2021-02-18T08:50:44.717Z] #43 ... [2021-02-18T08:50:44.717Z] [2021-02-18T08:50:44.717Z] #40 [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-18T08:50:44.717Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-18T08:50:44.717Z] #40 DONE 266.6s [2021-02-18T08:50:44.717Z] [2021-02-18T08:50:44.717Z] #43 [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-18T08:50:44.717Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-18T08:50:45.031Z] #43 201.7 LINK criu/built-in.o [2021-02-18T08:50:45.031Z] #43 201.9 LINK criu/criu [2021-02-18T08:50:46.564Z] #43 203.1 DEP lib/c/criu.d [2021-02-18T08:50:46.564Z] #43 203.1 CC images/rpc.pb-c.o [2021-02-18T08:50:47.217Z] #43 203.8 CC lib/c/criu.o [2021-02-18T08:50:48.269Z] #43 205.0 LINK lib/c/built-in.o [2021-02-18T08:50:48.269Z] #43 205.0 LINK lib/c/libcriu.so [2021-02-18T08:50:48.269Z] #43 205.1 LINK lib/c/libcriu.a [2021-02-18T08:50:48.568Z] #43 205.3 GEN magic.py [2021-02-18T08:50:48.866Z] #43 205.5 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T08:50:48.866Z] #43 205.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T08:50:48.866Z] #43 205.5 Note: Building without GnuTLS support [2021-02-18T08:50:48.866Z] #43 205.6 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T08:50:48.866Z] #43 205.6 Makefile.config:40: Warn: Building without nftables support [2021-02-18T08:50:49.513Z] #43 206.3 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T08:50:49.531Z] #55 214.2 + bin/containerd-stress [2021-02-18T08:50:49.531Z] #55 216.2 + bin/containerd-shim [2021-02-18T08:50:50.585Z] #43 207.3 make[1]: Nothing to be done for 'all'. [2021-02-18T08:50:51.644Z] #43 208.3 make[1]: 'images/built-in.o' is up to date. [2021-02-18T08:50:51.644Z] #43 208.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T08:50:51.644Z] #43 208.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T08:50:51.644Z] #43 208.4 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T08:50:51.644Z] #43 208.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T08:50:51.943Z] #43 208.4 make[1]: Nothing to be done for 'all'. [2021-02-18T08:50:51.943Z] #43 208.5 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T08:50:52.241Z] #43 208.7 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:52.241Z] #43 208.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:52.241Z] #43 208.8 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:52.241Z] #43 208.9 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:52.241Z] #43 209.0 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:52.241Z] #43 209.0 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:52.241Z] #43 209.1 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:52.539Z] #43 209.2 make[2]: Nothing to be done for 'all'. [2021-02-18T08:50:52.539Z] #43 209.2 INSTALL criu/criu [2021-02-18T08:50:52.539Z] #43 DONE 209.4s [2021-02-18T08:50:52.539Z] [2021-02-18T08:50:52.539Z] #24 [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-18T08:50:52.539Z] #24 sha256:c8f512e46e54631fb838430615f8ae14f18aa90aed4e9128cd29abf375f5bd48 [2021-02-18T08:50:54.810Z] #55 223.0 + bin/containerd-shim-runc-v1 [2021-02-18T08:50:55.035Z] ok github.com/docker/docker/api/server 0.041s coverage: 9.0% of statements [2021-02-18T08:50:57.059Z] #24 ... [2021-02-18T08:50:57.059Z] [2021-02-18T08:50:57.059Z] #49 [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-18T08:50:57.059Z] #49 sha256:65998cb32dd4be589f9ebfc7fd49fac956c872edbec9be7020fac64d1f0288d8 [2021-02-18T08:50:57.059Z] #49 279.2 + /build/golangci-lint --version [2021-02-18T08:50:57.708Z] #49 279.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T08:50:58.006Z] #49 DONE 280.0s [2021-02-18T08:50:58.006Z] [2021-02-18T08:50:58.006Z] #24 [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-18T08:50:58.006Z] #24 sha256:c8f512e46e54631fb838430615f8ae14f18aa90aed4e9128cd29abf375f5bd48 [2021-02-18T08:50:58.998Z] #55 227.5 + bin/containerd-shim-runc-v2 [2021-02-18T08:50:59.565Z] #55 228.6 + binaries [2021-02-18T08:50:59.824Z] #55 228.6 + install -D bin/containerd /build/containerd [2021-02-18T08:50:59.824Z] #55 228.6 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T08:50:59.824Z] #55 228.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T08:50:59.824Z] #55 228.6 + install -D bin/ctr /build/ctr [2021-02-18T08:51:01.198Z] #55 DONE 230.1s [2021-02-18T08:51:02.573Z] [2021-02-18T08:51:02.573Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T08:51:02.573Z] #56 sha256:2170d8cfaa5cd89945ccc02cce83154ab8c125a8f2b1702cd392dd87c4a0ccae [2021-02-18T08:51:03.148Z] #56 DONE 0.9s [2021-02-18T08:51:03.148Z] [2021-02-18T08:51:03.148Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T08:51:03.148Z] #60 sha256:37568f42d9e49c11bcf4809739a7a62a53b57c50f8b3af74d0046254f880a870 [2021-02-18T08:51:03.414Z] #60 DONE 0.2s [2021-02-18T08:51:03.414Z] [2021-02-18T08:51:03.414Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T08:51:03.414Z] #62 sha256:e2b21210e4dabbad9b4a8b941f968ee5ca1aca0348e91e725cbf742c266b8750 [2021-02-18T08:51:03.991Z] #62 DONE 0.5s [2021-02-18T08:51:03.991Z] [2021-02-18T08:51:03.991Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T08:51:03.991Z] #64 sha256:a5bc6e2b2af97917e04f78ce929acc8d288e8016be2f654abd8ff23e29178532 [2021-02-18T08:51:03.991Z] #64 DONE 0.1s [2021-02-18T08:51:03.991Z] [2021-02-18T08:51:03.991Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T08:51:03.991Z] #65 sha256:6b7f3d8c6bfa93de9ee28a97daa5859b652f83d6961bf7163a8915d8c37d9c34 [2021-02-18T08:51:03.991Z] #65 DONE 0.0s [2021-02-18T08:51:03.991Z] [2021-02-18T08:51:03.991Z] #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-18T08:51:03.991Z] #66 sha256:005a5bec3a22f64fc160d9840f0e55bcfb62b6bed2e0f248dbdf60c2f3a2f3c9 [2021-02-18T08:51:04.576Z] #66 0.723 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-02-18T08:51:04.835Z] #66 0.723 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-02-18T08:51:04.835Z] #66 0.723 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-02-18T08:51:05.401Z] #66 0.988 Reading package lists... [2021-02-18T08:51:05.919Z] #66 1.571 Reading package lists... [2021-02-18T08:51:06.177Z] #66 2.154 Building dependency tree... [2021-02-18T08:51:06.177Z] #66 2.269 Reading state information... [2021-02-18T08:51:06.177Z] #66 2.369 The following additional packages will be installed: [2021-02-18T08:51:06.177Z] #66 2.369 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-02-18T08:51:06.436Z] #66 2.370 libpam-systemd [2021-02-18T08:51:06.436Z] #66 2.370 Suggested packages: [2021-02-18T08:51:06.436Z] #66 2.370 systemd-container policykit-1 [2021-02-18T08:51:06.436Z] #66 2.370 Recommended packages: [2021-02-18T08:51:06.436Z] #66 2.370 libnss-systemd [2021-02-18T08:51:06.436Z] #66 2.451 The following NEW packages will be installed: [2021-02-18T08:51:06.436Z] #66 2.452 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-02-18T08:51:06.436Z] #66 2.452 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-02-18T08:51:06.693Z] #66 2.717 0 upgraded, 11 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T08:51:06.693Z] #66 2.717 Need to get 4761 kB of archives. [2021-02-18T08:51:06.693Z] #66 2.717 After this operation, 16.6 MB of additional disk space will be used. [2021-02-18T08:51:06.693Z] #66 2.717 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-02-18T08:51:06.693Z] #66 2.719 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-18T08:51:06.693Z] #66 2.720 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-02-18T08:51:06.693Z] #66 2.722 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-02-18T08:51:06.693Z] #66 2.723 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-02-18T08:51:06.693Z] #66 2.724 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u6 [3499 kB] [2021-02-18T08:51:06.693Z] #66 2.781 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u6 [100 kB] [2021-02-18T08:51:06.952Z] #66 2.782 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-18T08:51:06.952Z] #66 2.784 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-02-18T08:51:06.952Z] #66 2.787 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u6 [209 kB] [2021-02-18T08:51:06.952Z] #66 2.795 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-18T08:51:06.952Z] #66 2.937 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:51:06.952Z] #66 2.960 Fetched 4761 kB in 0s (14.3 MB/s) [2021-02-18T08:51:06.952Z] #66 2.985 Selecting previously unselected package libargon2-1:amd64. [2021-02-18T08:51:06.952Z] #66 2.986 (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-18T08:51:06.952Z] #66 2.999 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-02-18T08:51:06.952Z] #66 3.008 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-02-18T08:51:06.952Z] #66 3.044 Selecting previously unselected package libjson-c3:amd64. [2021-02-18T08:51:06.952Z] #66 3.047 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-02-18T08:51:06.952Z] #66 3.051 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-02-18T08:51:06.952Z] #66 3.086 Selecting previously unselected package libcryptsetup12:amd64. [2021-02-18T08:51:06.952Z] #66 3.088 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-02-18T08:51:06.952Z] #66 3.092 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-02-18T08:51:06.952Z] #66 3.140 Selecting previously unselected package libidn11:amd64. [2021-02-18T08:51:06.952Z] #66 3.143 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-02-18T08:51:06.952Z] #66 3.146 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-02-18T08:51:07.210Z] #66 3.191 Selecting previously unselected package libkmod2:amd64. [2021-02-18T08:51:07.210Z] #66 3.193 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-02-18T08:51:07.210Z] #66 3.198 Unpacking libkmod2:amd64 (26-1) ... [2021-02-18T08:51:07.210Z] #66 3.241 Selecting previously unselected package systemd. [2021-02-18T08:51:07.210Z] #66 3.243 Preparing to unpack .../5-systemd_241-7~deb10u6_amd64.deb ... [2021-02-18T08:51:07.210Z] #66 3.281 Unpacking systemd (241-7~deb10u6) ... [2021-02-18T08:51:07.777Z] #66 3.700 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-02-18T08:51:07.778Z] #66 3.711 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-02-18T08:51:07.778Z] #66 3.721 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-02-18T08:51:07.778Z] #66 3.732 Setting up libidn11:amd64 (1.33-2.2) ... [2021-02-18T08:51:07.778Z] #66 3.742 Setting up libkmod2:amd64 (26-1) ... [2021-02-18T08:51:07.778Z] #66 3.752 Setting up systemd (241-7~deb10u6) ... [2021-02-18T08:51:07.778Z] #66 3.796 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-02-18T08:51:07.778Z] #66 3.798 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-02-18T08:51:07.778Z] #66 3.801 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-02-18T08:51:07.778Z] #66 3.801 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-02-18T08:51:08.036Z] #66 4.234 Selecting previously unselected package systemd-sysv. [2021-02-18T08:51:08.295Z] #66 4.234 (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-18T08:51:08.295Z] #66 4.248 Preparing to unpack .../systemd-sysv_241-7~deb10u6_amd64.deb ... [2021-02-18T08:51:08.295Z] #66 4.251 Unpacking systemd-sysv (241-7~deb10u6) ... [2021-02-18T08:51:08.295Z] #66 4.298 Selecting previously unselected package libdbus-1-3:amd64. [2021-02-18T08:51:08.295Z] #66 4.301 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-02-18T08:51:08.295Z] #66 4.305 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-02-18T08:51:08.295Z] #66 4.369 Selecting previously unselected package dbus. [2021-02-18T08:51:08.295Z] #66 4.369 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-02-18T08:51:08.295Z] #66 4.379 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-02-18T08:51:08.295Z] #66 4.438 Selecting previously unselected package libpam-systemd:amd64. [2021-02-18T08:51:08.295Z] #66 4.441 Preparing to unpack .../libpam-systemd_241-7~deb10u6_amd64.deb ... [2021-02-18T08:51:08.295Z] #66 4.445 Unpacking libpam-systemd:amd64 (241-7~deb10u6) ... [2021-02-18T08:51:08.295Z] #66 4.484 Selecting previously unselected package dbus-user-session. [2021-02-18T08:51:08.554Z] #66 4.487 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-02-18T08:51:08.554Z] #66 4.491 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-02-18T08:51:08.554Z] #66 4.578 Setting up systemd-sysv (241-7~deb10u6) ... [2021-02-18T08:51:08.554Z] #66 4.591 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-02-18T08:51:08.554Z] #66 4.602 Setting up dbus (1.12.20-0+deb10u1) ... [2021-02-18T08:51:08.554Z] #66 4.725 invoke-rc.d: could not determine current runlevel [2021-02-18T08:51:08.813Z] #66 4.727 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T08:51:08.813Z] #66 4.732 Setting up libpam-systemd:amd64 (241-7~deb10u6) ... [2021-02-18T08:51:08.813Z] #66 4.870 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-02-18T08:51:08.813Z] #66 4.885 Processing triggers for systemd (241-7~deb10u6) ... [2021-02-18T08:51:08.813Z] #66 4.893 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T08:51:09.071Z] #66 DONE 5.0s [2021-02-18T08:51:09.071Z] [2021-02-18T08:51:09.071Z] #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-18T08:51:09.071Z] #67 sha256:4bd6135078baf3656f085c2cde8a632f51fb13aee9bb7d4041794ca4a4931338 [2021-02-18T08:51:09.637Z] #67 0.453 % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T08:51:09.637Z] #67 0.455 Dload Upload Total Spent Left Speed [2021-02-18T08:51:09.637Z] #67 0.457 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 20483 0 --:--:-- --:--:-- --:--:-- 20483 [2021-02-18T08:51:09.637Z] #67 DONE 0.6s [2021-02-18T08:51:09.637Z] [2021-02-18T08:51:09.637Z] #68 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T08:51:09.637Z] #68 sha256:f26d80250017c6ee4b13f75eadc4e90ec1c620cc7bbf952b33386fccf0825d49 [2021-02-18T08:51:10.572Z] #68 DONE 1.0s [2021-02-18T08:51:10.572Z] [2021-02-18T08:51:10.572Z] #69 exporting to image [2021-02-18T08:51:10.572Z] #69 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T08:51:10.572Z] #69 exporting layers [2021-02-18T08:51:13.477Z] #24 ... [2021-02-18T08:51:13.477Z] [2021-02-18T08:51:13.477Z] #56 [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-18T08:51:13.477Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:51:13.477Z] #56 258.3 + bin/containerd [2021-02-18T08:51:17.138Z] #69 exporting layers 6.5s done [2021-02-18T08:51:17.138Z] #69 writing image sha256:e4a6915a90dc4acb29adad5c3956ad756ff0126eba41304b91e0c08e5627764e done [2021-02-18T08:51:17.138Z] #69 naming to docker.io/library/docker:13a1568b3cc2fea7cc7821da843fe597500395b9 done [2021-02-18T08:51:17.138Z] #69 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T08:51:17.551Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -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:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh dynbinary test-integration [2021-02-18T08:51:19.452Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-02-18T08:51:19.452Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-02-18T08:51:19.452Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-02-18T08:51:19.452Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-02-18T08:51:19.452Z] 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-18T08:51:19.452Z] Detected virtualization docker. [2021-02-18T08:51:19.452Z] Detected architecture x86-64. [2021-02-18T08:51:19.452Z] Set hostname to . [2021-02-18T08:51:19.452Z] + source /etc/docker-entrypoint-cmd [2021-02-18T08:51:19.452Z] ++ hack/make.sh dynbinary test-integration [2021-02-18T08:51:19.452Z] [2021-02-18T08:51:19.711Z] Removing bundles/ [2021-02-18T08:51:19.711Z] [2021-02-18T08:51:19.711Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-18T08:51:19.711Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:51:19.711Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T08:51:22.034Z] #56 ... [2021-02-18T08:51:22.034Z] [2021-02-18T08:51:22.034Z] #24 [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-18T08:51:22.034Z] #24 sha256:c8f512e46e54631fb838430615f8ae14f18aa90aed4e9128cd29abf375f5bd48 [2021-02-18T08:51:22.034Z] #24 304.1 + return [2021-02-18T08:51:22.334Z] #24 DONE 304.3s [2021-02-18T08:51:22.334Z] [2021-02-18T08:51:22.334Z] #56 [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-18T08:51:22.334Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:51:23.870Z] #56 ... [2021-02-18T08:51:23.870Z] [2021-02-18T08:51:23.870Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T08:51:23.870Z] #25 sha256:6666085cb7e748924da02b157c5bb9ff27417c156d08883a03ba20ba33c189bc [2021-02-18T08:51:24.168Z] #25 DONE 0.1s [2021-02-18T08:51:24.168Z] [2021-02-18T08:51:24.168Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T08:51:24.168Z] #30 sha256:c8405511949797630f844582b1cd562b3fe8b267c630bc8ba9beefa5a2316453 [2021-02-18T08:51:24.335Z] INFO [loader] Go packages loading at mode 575 (types_sizes|files|deps|exports_file|imports|name|compiled_files) took 1m59.761033907s [2021-02-18T08:51:24.335Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 458.058992ms [2021-02-18T08:51:24.813Z] #30 DONE 0.6s [2021-02-18T08:51:24.813Z] [2021-02-18T08:51:24.813Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T08:51:24.813Z] #33 sha256:6eb1790378c6d621515d4b769f8298180c2845cf3154f7fce7a872dc86086750 [2021-02-18T08:51:24.813Z] #33 DONE 0.2s [2021-02-18T08:51:24.813Z] [2021-02-18T08:51:24.813Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T08:51:24.814Z] #35 sha256:29cf208da8a35a44ec346e0b5cf912d5f79d16a78b83282611ffbc7ca9e75404 [2021-02-18T08:51:25.091Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:51:25.091Z] [2021-02-18T08:51:25.091Z] + TEST_INTEGRATION_DEST=2 [2021-02-18T08:51:25.091Z] + CONTAINER_NAME=docker-pr4-2 [2021-02-18T08:51:25.091Z] + TEST_SKIP_INTEGRATION=1 [2021-02-18T08:51:25.091Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-18T08:51:25.091Z] + run_tests [2021-02-18T08:51:25.091Z] + c=0 [2021-02-18T08:51:25.091Z] + '[' -n 0 ']' [2021-02-18T08:51:25.091Z] + rm= [2021-02-18T08:51:25.091Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41973/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41973/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh '' test-integration [2021-02-18T08:51:25.091Z] + TEST_INTEGRATION_DEST=1 [2021-02-18T08:51:25.091Z] + CONTAINER_NAME=docker-pr4-1 [2021-02-18T08:51:25.091Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T08:51:25.091Z] + run_tests test-integration-flaky [2021-02-18T08:51:25.091Z] + '[' -n 0 ']' [2021-02-18T08:51:25.091Z] + rm= [2021-02-18T08:51:25.091Z] + TEST_INTEGRATION_DEST=3 [2021-02-18T08:51:25.091Z] + CONTAINER_NAME=docker-pr4-3 [2021-02-18T08:51:25.091Z] + TEST_SKIP_INTEGRATION=1 [2021-02-18T08:51:25.091Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-18T08:51:25.091Z] + run_tests [2021-02-18T08:51:25.091Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41973/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41973/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh test-integration-flaky test-integration [2021-02-18T08:51:25.091Z] + '[' -n 0 ']' [2021-02-18T08:51:25.091Z] + rm= [2021-02-18T08:51:25.091Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41973/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41973/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh '' test-integration [2021-02-18T08:51:25.091Z] ++ jobs -p [2021-02-18T08:51:25.091Z] + for job in $(jobs -p) [2021-02-18T08:51:25.091Z] + wait 2269 [2021-02-18T08:51:25.091Z] [2021-02-18T08:51:25.091Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T08:51:25.091Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T08:51:25.091Z] HOSTNAME=72929b7961f6 [2021-02-18T08:51:25.091Z] TEST_SKIP_INTEGRATION=1 [2021-02-18T08:51:25.091Z] TESTDEBUG=0 [2021-02-18T08:51:25.091Z] DEST=bundles/test-integration [2021-02-18T08:51:25.091Z] PWD=/go/src/github.com/docker/docker [2021-02-18T08:51:25.091Z] KEEPBUNDLE=1 [2021-02-18T08:51:25.091Z] DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T08:51:25.091Z] container=docker [2021-02-18T08:51:25.091Z] HOME=/root [2021-02-18T08:51:25.091Z] GOLANG_VERSION=1.13.15 [2021-02-18T08:51:25.091Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T08:51:25.091Z] VALIDATE_BRANCH=20.10 [2021-02-18T08:51:25.091Z] TERM=xterm [2021-02-18T08:51:25.091Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T08:51:25.091Z] SHLVL=1 [2021-02-18T08:51:25.091Z] TIMEOUT=120m [2021-02-18T08:51:25.091Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T08:51:25.091Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T08:51:25.091Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-18T08:51:25.091Z] GO111MODULE=off [2021-02-18T08:51:25.091Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T08:51:25.091Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T08:51:25.091Z] GOPATH=/go [2021-02-18T08:51:25.091Z] PKG_CONFIG=pkg-config [2021-02-18T08:51:25.091Z] _=/usr/bin/env [2021-02-18T08:51:25.091Z] Building test suite binary ./integration-cli/test.main [2021-02-18T08:51:25.091Z] [2021-02-18T08:51:25.091Z] [2021-02-18T08:51:25.091Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-02-18T08:51:25.091Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T08:51:25.091Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T08:51:25.091Z] HOSTNAME=bf1977e6af90 [2021-02-18T08:51:25.091Z] TEST_SKIP_INTEGRATION=1 [2021-02-18T08:51:25.091Z] TESTDEBUG=0 [2021-02-18T08:51:25.091Z] DEST=bundles/test-integration [2021-02-18T08:51:25.091Z] PWD=/go/src/github.com/docker/docker [2021-02-18T08:51:25.091Z] KEEPBUNDLE=1 [2021-02-18T08:51:25.091Z] DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T08:51:25.091Z] container=docker [2021-02-18T08:51:25.091Z] HOME=/root [2021-02-18T08:51:25.091Z] GOLANG_VERSION=1.13.15 [2021-02-18T08:51:25.091Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T08:51:25.091Z] VALIDATE_BRANCH=20.10 [2021-02-18T08:51:25.091Z] TERM=xterm [2021-02-18T08:51:25.091Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T08:51:25.091Z] SHLVL=1 [2021-02-18T08:51:25.091Z] TIMEOUT=120m [2021-02-18T08:51:25.091Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T08:51:25.091Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T08:51:25.091Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-18T08:51:25.091Z] GO111MODULE=off [2021-02-18T08:51:25.091Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T08:51:25.091Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T08:51:25.091Z] GOPATH=/go [2021-02-18T08:51:25.091Z] PKG_CONFIG=pkg-config [2021-02-18T08:51:25.091Z] _=/usr/bin/env [2021-02-18T08:51:25.091Z] Building test suite binary ./integration-cli/test.main [2021-02-18T08:51:25.091Z] No new tests added to integration. [2021-02-18T08:51:25.091Z] [2021-02-18T08:51:25.091Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T08:51:25.091Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T08:51:25.091Z] HOSTNAME=f6acf1dde09a [2021-02-18T08:51:25.091Z] TESTDEBUG=0 [2021-02-18T08:51:25.091Z] DEST=bundles/test-integration [2021-02-18T08:51:25.091Z] PWD=/go/src/github.com/docker/docker [2021-02-18T08:51:25.091Z] KEEPBUNDLE=1 [2021-02-18T08:51:25.091Z] DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T08:51:25.091Z] container=docker [2021-02-18T08:51:25.091Z] HOME=/root [2021-02-18T08:51:25.091Z] GOLANG_VERSION=1.13.15 [2021-02-18T08:51:25.091Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T08:51:25.091Z] VALIDATE_BRANCH=20.10 [2021-02-18T08:51:25.091Z] TERM=xterm [2021-02-18T08:51:25.091Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T08:51:25.091Z] SHLVL=1 [2021-02-18T08:51:25.091Z] TIMEOUT=120m [2021-02-18T08:51:25.091Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T08:51:25.091Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T08:51:25.091Z] GO111MODULE=off [2021-02-18T08:51:25.091Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T08:51:25.091Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T08:51:25.091Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T08:51:25.091Z] GOPATH=/go [2021-02-18T08:51:25.091Z] PKG_CONFIG=pkg-config [2021-02-18T08:51:25.091Z] _=/usr/bin/env [2021-02-18T08:51:25.091Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T08:51:25.111Z] #35 DONE 0.2s [2021-02-18T08:51:25.111Z] [2021-02-18T08:51:25.111Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T08:51:25.111Z] #38 sha256:f72bc436a8580c1641feb0087f863da52baef4328c6a751ba38d82625beac459 [2021-02-18T08:51:25.111Z] #38 DONE 0.1s [2021-02-18T08:51:25.111Z] [2021-02-18T08:51:25.111Z] #56 [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-18T08:51:25.111Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:51:25.111Z] #56 ... [2021-02-18T08:51:25.111Z] [2021-02-18T08:51:25.111Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T08:51:25.111Z] #41 sha256:d1f72486b7a277b7b243b2c907d69c161c5f3299ae35e6a2626845e456562b69 [2021-02-18T08:51:25.111Z] #41 DONE 0.1s [2021-02-18T08:51:25.408Z] [2021-02-18T08:51:25.408Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T08:51:25.408Z] #44 sha256:848a712db55640f84b7b8d4ae2284624e7d3dfd9ad4aa9b001a74c713942372f [2021-02-18T08:51:25.408Z] #44 DONE 0.1s [2021-02-18T08:51:25.408Z] [2021-02-18T08:51:25.408Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T08:51:25.408Z] #46 sha256:6f610ca4cd0b935fe6bffac9c29454a36fef824711266cf3de9e7e0a755d1d5d [2021-02-18T08:51:25.408Z] #46 DONE 0.1s [2021-02-18T08:51:25.408Z] [2021-02-18T08:51:25.408Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T08:51:25.408Z] #48 sha256:13f573351092129dec69edeb78d0b41801e49c6c44ec98e3f4ead103a7bda257 [2021-02-18T08:51:25.408Z] #48 DONE 0.1s [2021-02-18T08:51:25.408Z] [2021-02-18T08:51:25.408Z] #56 [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-18T08:51:25.408Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:51:25.707Z] #56 ... [2021-02-18T08:51:25.707Z] [2021-02-18T08:51:25.707Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T08:51:25.707Z] #50 sha256:5084c0df5b426e386ba8cc6b6c74435b4e6f45284c97f21d7d878957ab787ad2 [2021-02-18T08:51:25.707Z] #50 DONE 0.1s [2021-02-18T08:51:25.707Z] [2021-02-18T08:51:25.707Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T08:51:25.707Z] #52 sha256:9c6bb424dae32ef7d5f10d34744cd3db67fb4583a31c29a8a8238de2ce48544c [2021-02-18T08:51:25.707Z] #52 DONE 0.1s [2021-02-18T08:51:25.707Z] [2021-02-18T08:51:25.707Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T08:51:25.707Z] #54 sha256:c5d935eee24b8818e4289bf12b08ce2a4f5395b982c359fac9be72d47f2a0046 [2021-02-18T08:51:26.006Z] #54 DONE 0.1s [2021-02-18T08:51:26.006Z] [2021-02-18T08:51:26.006Z] #56 [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-18T08:51:26.006Z] #56 sha256:9dcd683d297269cd3ecc8fed4998a19df54871d7e66c47faa265ca2f66a7d103 [2021-02-18T08:51:51.401Z] ok github.com/docker/docker/api/server/httputils 0.050s coverage: 14.7% of statements [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T08:51:51.401Z] ok github.com/docker/docker/api/server/middleware 0.042s coverage: 37.7% of statements [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T08:51:51.401Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T08:51:51.670Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T08:51:51.670Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T08:51:52.247Z] ok github.com/docker/docker/api/types/filters 0.027s coverage: 92.2% of statements [2021-02-18T08:51:52.247Z] ok github.com/docker/docker/api/types/strslice 0.040s coverage: 90.0% of statements [2021-02-18T08:51:52.247Z] ok github.com/docker/docker/api/server/router/swarm 0.041s coverage: 5.7% of statements [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T08:51:52.247Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T08:51:52.513Z] ok github.com/docker/docker/api/types/time 0.013s coverage: 100.0% of statements [2021-02-18T08:51:52.775Z] ok github.com/docker/docker/api/types/versions 0.051s coverage: 75.0% of statements [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T08:51:52.775Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T08:51:53.232Z] #56 294.8 + bin/containerd-stress [2021-02-18T08:51:53.232Z] #56 297.2 + bin/containerd-shim [2021-02-18T08:51:53.979Z] 4612f6d0b889: Pull complete [2021-02-18T08:51:55.447Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2021-02-18T08:51:56.837Z] ok github.com/docker/docker/builder/remotecontext 0.302s coverage: 13.7% of statements [2021-02-18T08:51:57.412Z] ok github.com/docker/docker/builder/dockerfile 0.920s coverage: 48.3% of statements [2021-02-18T08:51:57.412Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T08:51:57.986Z] ok github.com/docker/docker/builder/remotecontext/git 3.716s coverage: 86.3% of statements [2021-02-18T08:51:57.986Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T08:51:57.986Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T08:51:58.938Z] #56 304.2 + bin/containerd-shim-runc-v1 [2021-02-18T08:52:03.288Z] ok github.com/docker/docker/client 0.374s coverage: 75.4% of statements [2021-02-18T08:52:04.562Z] #56 309.1 + bin/containerd-shim-runc-v2 [2021-02-18T08:52:04.859Z] #56 310.2 + binaries [2021-02-18T08:52:04.859Z] #56 310.2 + install -D bin/containerd /build/containerd [2021-02-18T08:52:04.859Z] #56 310.3 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T08:52:04.859Z] #56 310.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T08:52:04.859Z] #56 310.3 + install -D bin/ctr /build/ctr [2021-02-18T08:52:04.859Z] #56 DONE 310.4s [2021-02-18T08:52:05.906Z] [2021-02-18T08:52:05.906Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T08:52:05.906Z] #57 sha256:0bd6880616875adf5993f73cf3a0cf31b200ea12fd2fd0b1f8fd3da80ab4dbc0 [2021-02-18T08:52:06.199Z] #57 DONE 0.1s [2021-02-18T08:52:06.199Z] [2021-02-18T08:52:06.199Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T08:52:06.199Z] #61 sha256:72233bec7b03f87ac2290a07d8746b43dda4230a6e3d6c782b277d0ac155ab05 [2021-02-18T08:52:06.199Z] #61 DONE 0.1s [2021-02-18T08:52:06.199Z] [2021-02-18T08:52:06.199Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T08:52:06.199Z] #63 sha256:a9483f66bedd942020e36253668e90847c58e69b5e8bbe2fdc4c3ae00e4bdd68 [2021-02-18T08:52:06.199Z] #63 DONE 0.1s [2021-02-18T08:52:06.199Z] [2021-02-18T08:52:06.199Z] #65 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T08:52:06.199Z] #65 sha256:cb67fcc39a242e785f27764c7cfbbaa912d470555664da3d6885480a2280155d [2021-02-18T08:52:06.199Z] #65 DONE 0.1s [2021-02-18T08:52:06.504Z] [2021-02-18T08:52:06.504Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T08:52:06.504Z] #66 sha256:9587bcc09bfe7f3a8dbe8236aae392fa7d5e5382ac13e2c732ea5ef474edde39 [2021-02-18T08:52:06.504Z] #66 DONE 0.0s [2021-02-18T08:52:06.504Z] [2021-02-18T08:52:06.504Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T08:52:06.504Z] #67 sha256:adbbd3de6c6a323f92e8e33bfb8b5f05bca05afe47c4e52185471a138e126c4f [2021-02-18T08:52:08.587Z] #67 DONE 2.2s [2021-02-18T08:52:08.587Z] [2021-02-18T08:52:08.587Z] #68 exporting to oci image format [2021-02-18T08:52:08.587Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-02-18T08:52:08.587Z] #68 exporting layers [2021-02-18T08:52:17.232Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:52:17.232Z] [2021-02-18T08:52:17.232Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T08:52:17.232Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T08:52:17.232Z] HOSTNAME=c81d7dd68e3e [2021-02-18T08:52:17.232Z] DEST=bundles/test-integration [2021-02-18T08:52:17.232Z] PWD=/go/src/github.com/docker/docker [2021-02-18T08:52:17.232Z] DOCKER_ROOTLESS=1 [2021-02-18T08:52:17.232Z] DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T08:52:17.232Z] container=docker [2021-02-18T08:52:17.232Z] HOME=/root [2021-02-18T08:52:17.232Z] GOLANG_VERSION=1.13.15 [2021-02-18T08:52:17.232Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T08:52:17.232Z] VALIDATE_BRANCH=20.10 [2021-02-18T08:52:17.232Z] TERM=xterm [2021-02-18T08:52:17.232Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T08:52:17.232Z] SHLVL=1 [2021-02-18T08:52:17.232Z] TIMEOUT=120m [2021-02-18T08:52:17.232Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T08:52:17.232Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T08:52:17.232Z] GO111MODULE=off [2021-02-18T08:52:17.232Z] DOCKER_EXPERIMENTAL=1 [2021-02-18T08:52:17.232Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T08:52:17.232Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T08:52:17.232Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T08:52:17.232Z] GOPATH=/go [2021-02-18T08:52:17.232Z] PKG_CONFIG=pkg-config [2021-02-18T08:52:17.232Z] _=/usr/bin/env [2021-02-18T08:52:17.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T08:52:29.892Z] ok github.com/docker/docker/cmd/dockerd 0.105s coverage: 29.1% of statements [2021-02-18T08:52:30.154Z] ok github.com/docker/docker/container 0.146s coverage: 34.7% of statements [2021-02-18T08:52:30.154Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T08:52:30.154Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T08:52:30.154Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T08:52:30.154Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T08:52:32.710Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.042s coverage: 65.3% of statements [2021-02-18T08:52:34.635Z] ok github.com/docker/docker/daemon/cluster/convert 0.054s coverage: 35.9% of statements [2021-02-18T08:52:37.951Z] ok github.com/docker/docker/daemon/cluster 0.126s coverage: 0.5% of statements [2021-02-18T08:52:40.508Z] ok github.com/docker/docker/daemon/discovery 0.020s coverage: 30.0% of statements [2021-02-18T08:52:40.769Z] ok github.com/docker/docker/daemon/config 0.143s coverage: 81.8% of statements [2021-02-18T08:52:41.716Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2021-02-18T08:52:42.670Z] ok github.com/docker/docker/daemon/graphdriver 0.023s coverage: 2.2% of statements [2021-02-18T08:52:45.731Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m8.599611194s with top 10 stages: buildssa: 1m38.980416394s, goimports: 21.472520013s, unconvert: 13.840733866s, gosec: 10.680879064s, golint: 5.674252168s, ineffassign: 4.28400604s, misspell: 4.181375528s, inspect: 3.90287181s, vrp: 2.501230682s, printf: 2.063441356s [2021-02-18T08:52:45.975Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2021-02-18T08:52:46.237Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.500s coverage: 14.1% of statements [2021-02-18T08:52:47.625Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.653s coverage: 56.2% of statements [2021-02-18T08:52:49.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T08:52:49.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T08:52:49.545Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.018s coverage: 1.9% of statements [2021-02-18T08:52:52.094Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.713s coverage: 46.2% of statements [2021-02-18T08:52:53.097Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.315s coverage: 73.3% of statements [2021-02-18T08:52:53.670Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.903s coverage: 49.4% of statements [2021-02-18T08:52:55.061Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.023s coverage: 57.5% of statements [2021-02-18T08:52:55.323Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.024s coverage: 3.0% of statements [2021-02-18T08:52:55.323Z] ok github.com/docker/docker/daemon 12.275s coverage: 17.1% of statements [2021-02-18T08:52:55.323Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T08:52:55.323Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T08:52:55.323Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T08:52:55.323Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T08:52:55.323Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T08:52:55.679Z] INFO [runner/unused/goanalysis] analyzers took 26.190926772s with top 10 stages: buildssa: 22.285922619s, U1000: 3.905004153s [2021-02-18T08:52:55.679Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2021-02-18T08:52:55.679Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, cgo: 1682/2262, filename_unadjuster: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, exclude-rules: 64/1577, nolint: 0/64, skip_files: 1682/1682, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682 [2021-02-18T08:52:55.679Z] INFO [runner] processing took 147.481098ms with stages: nolint: 53.208482ms, identifier_marker: 47.565619ms, path_prettifier: 27.957868ms, autogenerated_exclude: 6.911832ms, exclude-rules: 6.43941ms, skip_dirs: 3.726533ms, cgo: 892.571µs, filename_unadjuster: 773.069µs, max_same_issues: 1.648µs, uniq_by_line: 897ns, diff: 608ns, source_code: 546ns, exclude: 468ns, max_from_linter: 465ns, path_shortener: 420ns, skip_files: 378ns, max_per_file_from_linter: 284ns [2021-02-18T08:52:55.679Z] INFO [runner] linters took 1m36.863676941s with stages: goanalysis_metalinter: 1m17.904174497s, unused: 18.811549644s [2021-02-18T08:52:55.679Z] INFO File cache stats: 1448 entries of total size 6.8MiB [2021-02-18T08:52:56.165Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:52:56.165Z] [2021-02-18T08:52:56.165Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T08:52:56.165Z] DOCKER_SYSTEMD=1 [2021-02-18T08:52:56.165Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T08:52:56.165Z] HOSTNAME=de8794a591f5 [2021-02-18T08:52:56.165Z] DEST=bundles/test-integration [2021-02-18T08:52:56.165Z] PWD=/go/src/github.com/docker/docker [2021-02-18T08:52:56.165Z] DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T08:52:56.165Z] container=docker [2021-02-18T08:52:56.165Z] HOME=/root [2021-02-18T08:52:56.165Z] LANG=C.UTF-8 [2021-02-18T08:52:56.165Z] INVOCATION_ID=74191bd4b0cd47aa8371b117068f983e [2021-02-18T08:52:56.165Z] GOLANG_VERSION=1.13.15 [2021-02-18T08:52:56.165Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T08:52:56.165Z] VALIDATE_BRANCH=20.10 [2021-02-18T08:52:56.165Z] TERM=xterm [2021-02-18T08:52:56.165Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T08:52:56.165Z] SHLVL=3 [2021-02-18T08:52:56.165Z] TIMEOUT=120m [2021-02-18T08:52:56.165Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T08:52:56.165Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T08:52:56.165Z] GO111MODULE=off [2021-02-18T08:52:56.165Z] DOCKER_EXPERIMENTAL=1 [2021-02-18T08:52:56.165Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T08:52:56.165Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T08:52:56.165Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T08:52:56.165Z] GOPATH=/go [2021-02-18T08:52:56.165Z] PKG_CONFIG=pkg-config [2021-02-18T08:52:56.165Z] _=/usr/bin/env [2021-02-18T08:52:56.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T08:52:56.269Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2021-02-18T08:52:57.566Z] INFO Memory: 1653 samples, avg is 255.6MB, max is 3298.5MB [2021-02-18T08:52:57.566Z] INFO Execution took 3m39.446209009s [2021-02-18T08:52:57.566Z] Congratulations! The shell scripts are properly formatted. [2021-02-18T08:52:58.194Z] ok github.com/docker/docker/daemon/logger 0.240s coverage: 43.4% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-02-18T08:52:58.769Z] ok github.com/docker/docker/daemon/images 0.051s coverage: 6.4% of statements [2021-02-18T08:52:58.872Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh dynbinary-daemon test-docker-py [2021-02-18T08:52:59.344Z] ok github.com/docker/docker/daemon/logger/awslogs 0.300s coverage: 77.4% of statements [2021-02-18T08:52:59.433Z] [2021-02-18T08:52:59.433Z] Removing bundles/ [2021-02-18T08:52:59.433Z] [2021-02-18T08:52:59.433Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-18T08:52:59.433Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:52:59.433Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T08:52:59.605Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.037s coverage: 57.7% of statements [2021-02-18T08:52:59.605Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-18T08:52:59.605Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T08:52:59.605Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T08:52:59.605Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T08:52:59.605Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T08:52:59.605Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T08:52:59.867Z] ok github.com/docker/docker/daemon/logger/gelf 0.036s coverage: 67.0% of statements [2021-02-18T08:53:00.442Z] ok github.com/docker/docker/daemon/logger/journald 0.061s coverage: 23.9% of statements [2021-02-18T08:53:00.442Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.019s coverage: 87.2% of statements [2021-02-18T08:53:01.389Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.042s coverage: 61.6% of statements [2021-02-18T08:53:02.338Z] ok github.com/docker/docker/daemon/logger/local 0.076s coverage: 75.2% of statements [2021-02-18T08:53:02.338Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T08:53:02.338Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.043s coverage: 31.5% of statements [2021-02-18T08:53:02.912Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.087s coverage: 59.3% of statements [2021-02-18T08:53:03.491Z] ok github.com/docker/docker/daemon/logger/templates 0.026s coverage: 8.3% of statements [2021-02-18T08:53:03.754Z] ok github.com/docker/docker/daemon/logger/syslog 0.052s coverage: 46.8% of statements [2021-02-18T08:53:04.704Z] ok github.com/docker/docker/daemon/network 0.046s coverage: 63.8% of statements [2021-02-18T08:53:05.650Z] ok github.com/docker/docker/daemon/logger/splunk 1.908s coverage: 82.5% of statements [2021-02-18T08:53:05.650Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T08:53:05.650Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T08:53:05.913Z] ok github.com/docker/docker/distribution/metadata 0.158s coverage: 48.2% of statements [2021-02-18T08:53:07.307Z] ok github.com/docker/docker/errdefs 0.023s coverage: 53.1% of statements [2021-02-18T08:53:07.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T08:53:07.570Z] ok github.com/docker/docker/distribution 0.302s coverage: 25.0% of statements [2021-02-18T08:53:07.570Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T08:53:08.145Z] ok github.com/docker/docker/image 0.066s coverage: 86.4% of statements [2021-02-18T08:53:08.720Z] ok github.com/docker/docker/distribution/xfer 1.726s coverage: 85.6% of statements [2021-02-18T08:53:08.720Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T08:53:08.983Z] ok github.com/docker/docker/image/v1 0.042s coverage: 25.0% of statements [2021-02-18T08:53:08.983Z] ok github.com/docker/docker/image/cache 0.073s coverage: 19.2% of statements [2021-02-18T08:53:08.983Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T08:53:08.983Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T08:53:09.558Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2021-02-18T08:53:10.504Z] ok github.com/docker/docker/opts 0.067s coverage: 67.1% of statements [2021-02-18T08:53:10.504Z] ok github.com/docker/docker/oci 0.034s coverage: 8.2% of statements [2021-02-18T08:53:10.504Z] ok github.com/docker/docker/pkg/aaparser 0.017s coverage: 52.9% of statements [2021-02-18T08:53:11.451Z] ok github.com/docker/docker/pkg/broadcaster 0.035s coverage: 100.0% of statements [2021-02-18T08:53:12.025Z] ok github.com/docker/docker/pkg/capabilities 0.028s coverage: 87.5% of statements [2021-02-18T08:53:12.617Z] ok github.com/docker/docker/pkg/authorization 0.454s coverage: 68.3% of statements [2021-02-18T08:53:13.566Z] ok github.com/docker/docker/pkg/directory 0.015s coverage: 80.0% of statements [2021-02-18T08:53:14.142Z] ok github.com/docker/docker/pkg/archive 1.143s coverage: 76.8% of statements [2021-02-18T08:53:14.142Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-02-18T08:53:14.716Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2021-02-18T08:53:15.289Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-02-18T08:53:15.862Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-02-18T08:53:16.433Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-02-18T08:53:16.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T08:53:16.694Z] ok github.com/docker/docker/pkg/chrootarchive 3.502s coverage: 43.2% of statements [2021-02-18T08:53:17.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T08:53:17.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T08:53:17.638Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2021-02-18T08:53:17.638Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2021-02-18T08:53:18.213Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2021-02-18T08:53:18.213Z] ok github.com/docker/docker/pkg/fsutils 0.277s coverage: 85.1% of statements [2021-02-18T08:53:18.475Z] ok github.com/docker/docker/pkg/discovery/kv 3.092s coverage: 84.1% of statements [2021-02-18T08:53:18.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T08:53:19.048Z] ok github.com/docker/docker/layer 7.811s coverage: 68.8% of statements [2021-02-18T08:53:19.048Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T08:53:19.048Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T08:53:19.048Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T08:53:19.048Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T08:53:19.048Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T08:53:19.048Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T08:53:19.048Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T08:53:19.624Z] ok github.com/docker/docker/pkg/jsonmessage 0.020s coverage: 91.7% of statements [2021-02-18T08:53:19.624Z] ok github.com/docker/docker/pkg/idtools 0.729s coverage: 69.5% of statements [2021-02-18T08:53:19.624Z] ok github.com/docker/docker/pkg/ioutils 0.651s coverage: 70.1% of statements [2021-02-18T08:53:19.624Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T08:53:19.624Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2021-02-18T08:53:19.624Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-18T08:53:19.624Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T08:53:19.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T08:53:19.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T08:53:19.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T08:53:20.202Z] ok github.com/docker/docker/pkg/namesgenerator 0.018s coverage: 85.7% of statements [2021-02-18T08:53:20.202Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T08:53:20.202Z] ok github.com/docker/docker/pkg/parsers 0.029s coverage: 97.0% of statements [2021-02-18T08:53:20.465Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2021-02-18T08:53:20.726Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.021s coverage: 86.7% of statements [2021-02-18T08:53:20.726Z] ok github.com/docker/docker/pkg/pidfile 0.021s coverage: 82.4% of statements [2021-02-18T08:53:20.726Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T08:53:20.726Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T08:53:21.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T08:53:21.300Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2021-02-18T08:53:21.876Z] ok github.com/docker/docker/pkg/pools 0.014s coverage: 88.2% of statements [2021-02-18T08:53:22.139Z] ok github.com/docker/docker/pkg/plugins/transport 0.014s coverage: 85.7% of statements [2021-02-18T08:53:22.139Z] ok github.com/docker/docker/pkg/progress 0.018s coverage: 75.9% of statements [2021-02-18T08:53:22.711Z] ok github.com/docker/docker/pkg/reexec 0.016s coverage: 82.4% of statements [2021-02-18T08:53:23.283Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-02-18T08:53:23.283Z] ok github.com/docker/docker/pkg/pubsub 1.084s coverage: 75.0% of statements [2021-02-18T08:53:23.857Z] ok github.com/docker/docker/pkg/stringid 0.014s coverage: 70.6% of statements [2021-02-18T08:53:23.857Z] ok github.com/docker/docker/pkg/streamformatter 0.012s coverage: 66.2% of statements [2021-02-18T08:53:24.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T08:53:24.801Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 54.2% of statements [2021-02-18T08:53:25.062Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements [2021-02-18T08:53:25.635Z] ok github.com/docker/docker/pkg/tailfile 0.100s coverage: 88.6% of statements [2021-02-18T08:53:25.635Z] ok github.com/docker/docker/pkg/signal 2.796s coverage: 61.0% of statements [2021-02-18T08:53:25.960Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T08:53:26.210Z] ok github.com/docker/docker/pkg/tarsum 0.150s coverage: 89.3% of statements [2021-02-18T08:53:26.210Z] testing: warning: no tests to run [2021-02-18T08:53:26.210Z] coverage: [no statements] [2021-02-18T08:53:26.210Z] ok github.com/docker/docker/pkg/term/windows 0.010s coverage: [no statements] [no tests to run] [2021-02-18T08:53:26.210Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2021-02-18T08:53:26.472Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2021-02-18T08:53:26.472Z] ok github.com/docker/docker/pkg/useragent 0.010s coverage: 88.9% of statements [2021-02-18T08:53:27.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T08:53:27.877Z] ok github.com/docker/docker/plugin/v2 0.033s coverage: 14.5% of statements [2021-02-18T08:53:27.877Z] ok github.com/docker/docker/profiles/seccomp 0.028s coverage: 85.4% of statements [2021-02-18T08:53:27.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T08:53:28.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T08:53:28.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T08:53:28.820Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2021-02-18T08:53:29.082Z] ok github.com/docker/docker/plugin 0.553s coverage: 23.2% of statements [2021-02-18T08:53:29.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T08:53:30.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T08:53:31.003Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2021-02-18T08:53:31.003Z] ok github.com/docker/docker/registry 0.173s coverage: 57.2% of statements [2021-02-18T08:53:31.003Z] ok github.com/docker/docker/quota 0.587s coverage: 71.4% of statements [2021-02-18T08:53:31.193Z] #68 exporting layers 82.4s done [2021-02-18T08:53:31.193Z] #68 exporting manifest sha256:9a846e0d29a055002a2f173abd0da4a75eb9a8ce96196a1b2232ed89d63a223d done [2021-02-18T08:53:31.193Z] #68 exporting config sha256:5830523a2227b0ec8ba6ca254d51bd972cdb03ae1fad7b148d2b42b4056f4d21 done [2021-02-18T08:53:31.193Z] #68 sending tarball [2021-02-18T08:53:31.265Z] ok github.com/docker/docker/restartmanager 0.011s coverage: 45.3% of statements [2021-02-18T08:53:31.526Z] ok github.com/docker/docker/testutil 0.012s coverage: 62.5% of statements [2021-02-18T08:53:32.100Z] ok github.com/docker/docker/runconfig 0.026s coverage: 66.1% of statements [2021-02-18T08:53:32.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T08:53:32.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T08:53:33.488Z] ok github.com/docker/docker/volume/drivers 0.021s coverage: 36.1% of statements [2021-02-18T08:53:34.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T08:53:34.879Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.0% of statements [2021-02-18T08:53:35.075Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T08:53:35.075Z] Using test binary docker [2021-02-18T08:53:35.075Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T08:53:35.075Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T08:53:35.075Z] INFO: Waiting for daemon to start... [2021-02-18T08:53:35.075Z] Starting dockerd [2021-02-18T08:53:35.260Z] db4edcf0861f: Pull complete [2021-02-18T08:53:35.260Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-02-18T08:53:35.260Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T08:53:35.260Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T08:53:35.260Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-02-18T08:53:35.260Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-02-18T08:53:35.260Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1757' [2021-02-18T08:53:35.260Z] INFO: Docker version of control daemon [2021-02-18T08:53:35.260Z] [2021-02-18T08:53:35.260Z] Client: Docker Engine - Enterprise [2021-02-18T08:53:35.260Z] Version: 19.03.12 [2021-02-18T08:53:35.260Z] API version: 1.40 [2021-02-18T08:53:35.260Z] Go version: go1.13.13 [2021-02-18T08:53:35.260Z] Git commit: 4306744 [2021-02-18T08:53:35.260Z] Built: 08/05/2020 19:27:53 [2021-02-18T08:53:35.260Z] OS/Arch: windows/amd64 [2021-02-18T08:53:35.260Z] Experimental: false [2021-02-18T08:53:35.260Z] [2021-02-18T08:53:35.260Z] Server: Docker Engine - Enterprise [2021-02-18T08:53:35.260Z] Engine: [2021-02-18T08:53:35.260Z] Version: 19.03.12 [2021-02-18T08:53:35.260Z] API version: 1.40 (minimum version 1.24) [2021-02-18T08:53:35.260Z] Go version: go1.13.13 [2021-02-18T08:53:35.260Z] Git commit: f295753ffd [2021-02-18T08:53:35.260Z] Built: 08/05/2020 19:26:41 [2021-02-18T08:53:35.260Z] OS/Arch: windows/amd64 [2021-02-18T08:53:35.260Z] Experimental: true [2021-02-18T08:53:35.260Z] [2021-02-18T08:53:35.260Z] INFO: Docker info of control daemon [2021-02-18T08:53:35.260Z] [2021-02-18T08:53:35.260Z] Client: [2021-02-18T08:53:35.260Z] Debug Mode: false [2021-02-18T08:53:35.260Z] Plugins: [2021-02-18T08:53:35.260Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-18T08:53:35.260Z] [2021-02-18T08:53:35.260Z] Server: [2021-02-18T08:53:35.260Z] Containers: 0 [2021-02-18T08:53:35.260Z] Running: 0 [2021-02-18T08:53:35.260Z] Paused: 0 [2021-02-18T08:53:35.260Z] Stopped: 0 [2021-02-18T08:53:35.260Z] Images: 1 [2021-02-18T08:53:35.260Z] Server Version: 19.03.12 [2021-02-18T08:53:35.260Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-18T08:53:35.260Z] Windows: [2021-02-18T08:53:35.260Z] LCOW: [2021-02-18T08:53:35.260Z] Logging Driver: json-file [2021-02-18T08:53:35.260Z] Plugins: [2021-02-18T08:53:35.260Z] Volume: local [2021-02-18T08:53:35.260Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T08:53:35.260Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T08:53:35.260Z] Swarm: inactive [2021-02-18T08:53:35.260Z] Default Isolation: process [2021-02-18T08:53:35.260Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T08:53:35.260Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T08:53:35.260Z] OSType: windows [2021-02-18T08:53:35.260Z] Architecture: x86_64 [2021-02-18T08:53:35.260Z] CPUs: 4 [2021-02-18T08:53:35.260Z] Total Memory: 32GiB [2021-02-18T08:53:35.261Z] Name: azwin-2-4cafb0 [2021-02-18T08:53:35.261Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-18T08:53:35.261Z] Docker Root Dir: D:\docker [2021-02-18T08:53:35.261Z] Debug Mode: false [2021-02-18T08:53:35.261Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:53:35.261Z] Labels: [2021-02-18T08:53:35.261Z] Experimental: true [2021-02-18T08:53:35.261Z] Insecure Registries: [2021-02-18T08:53:35.261Z] 10.0.0.4:5000 [2021-02-18T08:53:35.261Z] 127.0.0.0/8 [2021-02-18T08:53:35.261Z] Registry Mirrors: [2021-02-18T08:53:35.261Z] http://10.0.0.4:5000/ [2021-02-18T08:53:35.261Z] Live Restore Enabled: false [2021-02-18T08:53:35.261Z] [2021-02-18T08:53:35.261Z] [2021-02-18T08:53:35.261Z] INFO: Commit hash is 45d1aa717c [2021-02-18T08:53:35.261Z] INFO: Nuke-Everything... [2021-02-18T08:53:35.261Z] INFO: Container count on control daemon to delete is 0 [2021-02-18T08:53:35.261Z] INFO: Nuking d:\CI [2021-02-18T08:53:35.261Z] INFO: Zapped successfully [2021-02-18T08:53:35.261Z] INFO: Location for testing is d:\CI\PR-41973\4 [2021-02-18T08:53:35.261Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-02-18T08:53:35.261Z] [2021-02-18T08:53:35.261Z] [2021-02-18T08:53:35.261Z] INFO: Building the image from Dockerfile.windows at 02/18/2021 08:53:23... [2021-02-18T08:53:35.261Z] [2021-02-18T08:53:35.261Z] Sending build context to Docker daemon 58.24MB [2021-02-18T08:53:35.261Z] [2021-02-18T08:53:35.261Z] Step 1/10 : FROM microsoft/windowsservercore [2021-02-18T08:53:35.261Z] ---> 31902e4b25a6 [2021-02-18T08:53:35.261Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-02-18T08:53:35.261Z] ---> Running in 0ddb815d0973 [2021-02-18T08:53:35.261Z] Removing intermediate container 0ddb815d0973 [2021-02-18T08:53:35.261Z] ---> d3c6f8d2c1f6 [2021-02-18T08:53:35.261Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-02-18T08:53:35.261Z] ---> Running in 7bc11165228e [2021-02-18T08:53:35.261Z] Removing intermediate container 7bc11165228e [2021-02-18T08:53:35.261Z] ---> 236f4f641072 [2021-02-18T08:53:35.261Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-02-18T08:53:35.261Z] ---> Running in aee6af1ef54b [2021-02-18T08:53:35.261Z] Removing intermediate container aee6af1ef54b [2021-02-18T08:53:35.261Z] ---> 9ddf479278fc [2021-02-18T08:53:35.261Z] 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-18T08:53:35.261Z] ---> Running in b953c2d843e4 [2021-02-18T08:53:35.261Z] Removing intermediate container b953c2d843e4 [2021-02-18T08:53:35.261Z] ---> bed43cb13a8b [2021-02-18T08:53:35.261Z] 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-18T08:53:35.261Z] ---> Running in 8c793b1778e0 [2021-02-18T08:53:35.261Z] [2021-02-18T08:53:35.261Z] SUCCESS: Specified value was saved. [2021-02-18T08:53:35.450Z] ok github.com/docker/docker/volume/local 0.234s coverage: 76.4% of statements [2021-02-18T08:53:35.727Z] INFO: Downloading git... [2021-02-18T08:53:36.020Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2021-02-18T08:53:37.269Z] INFO: Downloading go... [2021-02-18T08:53:38.373Z] . [2021-02-18T08:53:38.373Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T08:53:38.373Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T08:53:38.373Z] Error: No such image: emptyfs [2021-02-18T08:53:38.633Z] Running integration-test (iteration 1) [2021-02-18T08:53:38.633Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T08:53:46.644Z] #68 ... [2021-02-18T08:53:46.644Z] [2021-02-18T08:53:46.644Z] #69 importing to docker [2021-02-18T08:53:46.644Z] #69 sha256:9ca7b91a9b2407b0ee4b806c8c6b95bb1147b936b18eb6310fd1a51986ee7ef4 [2021-02-18T08:53:50.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T08:53:53.540Z] Loaded image: buildpack-deps:buster [2021-02-18T08:53:53.540Z] Loaded image: busybox:latest [2021-02-18T08:53:53.540Z] Loaded image: busybox:glibc [2021-02-18T08:53:54.925Z] Loaded image: debian:bullseye [2021-02-18T08:53:54.925Z] Loaded image: hello-world:latest [2021-02-18T08:53:54.925Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T08:53:54.925Z] INFO: Testing against a local daemon [2021-02-18T08:53:54.925Z] === RUN TestCgroupNamespacesBuild [2021-02-18T08:53:57.469Z] --- PASS: TestCgroupNamespacesBuild (2.54s) [2021-02-18T08:53:57.469Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T08:53:57.970Z] ok github.com/docker/docker/pkg/plugins 33.649s coverage: 76.6% of statements [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T08:53:57.970Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === Skipped [2021-02-18T08:53:57.970Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-18T08:53:57.970Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-18T08:53:57.970Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:73: No driver to put! [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-18T08:53:57.970Z] time="2021-02-18T08:52:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-18T08:53:57.970Z] time="2021-02-18T08:52:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-18T08:53:57.970Z] time="2021-02-18T08:52:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-18T08:53:57.970Z] time="2021-02-18T08:52:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-18T08:53:57.970Z] time="2021-02-18T08:52:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:73: No driver to put! [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-18T08:53:57.970Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-18T08:53:57.970Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-18T08:53:57.970Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-18T08:53:57.970Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.970Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:53:57.970Z] [2021-02-18T08:53:57.970Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-18T08:53:57.971Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.971Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:53:57.971Z] [2021-02-18T08:53:57.971Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-18T08:53:57.971Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.971Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:53:57.971Z] [2021-02-18T08:53:57.971Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-18T08:53:57.971Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.971Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:53:57.971Z] [2021-02-18T08:53:57.971Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-18T08:53:57.971Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:53:57.971Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:53:57.971Z] [2021-02-18T08:53:57.971Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-18T08:53:57.971Z] graphtest_unix.go:73: No driver to put! [2021-02-18T08:53:57.971Z] [2021-02-18T08:53:57.971Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-18T08:53:57.971Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-18T08:53:57.971Z] [2021-02-18T08:53:57.971Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-18T08:53:57.971Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-18T08:53:57.971Z] [2021-02-18T08:53:57.971Z] [2021-02-18T08:53:57.971Z] DONE 2193 tests, 26 skipped in 195.099s Post stage [Pipeline] junit [2021-02-18T08:53:57.984Z] Recording test results [2021-02-18T08:53:58.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T08:53:58.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T08:53:58.370Z] INFO: Downloading compiler 1 of 3... [2021-02-18T08:53:58.370Z] INFO: Downloading compiler 2 of 3... [2021-02-18T08:53:58.370Z] INFO: Downloading compiler 3 of 3... [2021-02-18T08:53:58.370Z] INFO: Extracting git... [2021-02-18T08:53:59.452Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T08:53:59.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T08:53:59.839Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -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:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh dynbinary test-integration [2021-02-18T08:54:00.015Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.21s) [2021-02-18T08:54:00.015Z] === RUN TestBuildWithSession [2021-02-18T08:54:00.015Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T08:54:00.015Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T08:54:00.015Z] === RUN TestBuildSquashParent [2021-02-18T08:54:00.783Z] [2021-02-18T08:54:00.783Z] Removing bundles/ [2021-02-18T08:54:00.783Z] [2021-02-18T08:54:00.783Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-18T08:54:00.783Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:54:00.783Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T08:54:01.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T08:54:01.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T08:54:02.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T08:54:05.298Z] #69 DONE 16.5s [2021-02-18T08:54:05.298Z] [2021-02-18T08:54:05.298Z] #68 exporting to oci image format [2021-02-18T08:54:05.298Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-02-18T08:54:05.298Z] #68 sending tarball 31.5s done [2021-02-18T08:54:05.298Z] #68 DONE 113.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-18T08:54:05.773Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/test/unit [2021-02-18T08:54:06.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T08:54:06.600Z] --- PASS: TestBuildSquashParent (6.62s) [2021-02-18T08:54:06.600Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T08:54:06.600Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:54:06.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:54:06.600Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:54:06.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:54:06.600Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:54:06.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:54:06.600Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:54:06.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:54:06.600Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:54:06.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:54:06.600Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:54:06.600Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:54:06.600Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:54:06.600Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:54:07.543Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:54:07.805Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:54:08.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T08:54:08.706Z] INFO: Expanding go... [2021-02-18T08:54:09.325Z] ? github.com/docker/docker/api [no test files] [2021-02-18T08:54:09.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T08:54:09.719Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:54:09.980Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:54:10.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T08:54:11.893Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-18T08:54:11.893Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.34s) [2021-02-18T08:54:11.893Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.63s) [2021-02-18T08:54:11.893Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.89s) [2021-02-18T08:54:11.893Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.29s) [2021-02-18T08:54:11.893Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.96s) [2021-02-18T08:54:11.893Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.91s) [2021-02-18T08:54:11.893Z] === RUN TestBuildMultiStageCopy [2021-02-18T08:54:11.893Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T08:54:12.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T08:54:13.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T08:54:14.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T08:54:15.194Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T08:54:16.135Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T08:54:16.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T08:54:17.077Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T08:54:17.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T08:54:18.461Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T08:54:18.970Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T08:54:18.970Z] Using test binary docker [2021-02-18T08:54:18.970Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T08:54:18.970Z] Starting apparmor (via systemctl): apparmor.service. [2021-02-18T08:54:18.970Z] Starting dockerd [2021-02-18T08:54:18.970Z] INFO: Waiting for daemon to start... [2021-02-18T08:54:19.033Z] --- PASS: TestBuildMultiStageCopy (7.36s) [2021-02-18T08:54:19.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.36s) [2021-02-18T08:54:19.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-02-18T08:54:19.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-02-18T08:54:19.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-02-18T08:54:19.033Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-02-18T08:54:19.033Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T08:54:20.870Z] . [2021-02-18T08:54:20.870Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T08:54:20.870Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T08:54:20.870Z] Error: No such image: emptyfs [2021-02-18T08:54:21.129Z] Running integration-test (iteration 1) [2021-02-18T08:54:21.129Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T08:54:24.368Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-02-18T08:54:24.368Z] === RUN TestBuildLabelWithTargets [2021-02-18T08:54:26.393Z] INFO: Expanding compiler 1 of 3... [2021-02-18T08:54:27.363Z] INFO: Expanding compiler 2 of 3... [2021-02-18T08:54:27.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T08:54:28.053Z] ok github.com/docker/docker/api/server 0.021s coverage: 9.0% of statements [2021-02-18T08:54:32.059Z] INFO: Expanding compiler 3 of 3... [2021-02-18T08:54:32.518Z] INFO: Removing downloaded files... [2021-02-18T08:54:32.518Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-02-18T08:54:32.518Z] INFO: Configuring git core.autocrlf... [2021-02-18T08:54:32.521Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-02-18T08:54:32.521Z] === RUN TestBuildWithEmptyLayers [2021-02-18T08:54:33.328Z] Loaded image: buildpack-deps:buster [2021-02-18T08:54:33.328Z] Loaded image: busybox:latest [2021-02-18T08:54:33.587Z] Loaded image: busybox:glibc [2021-02-18T08:54:35.065Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-02-18T08:54:35.065Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T08:54:35.814Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:54:35.814Z] [2021-02-18T08:54:35.814Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-02-18T08:54:35.814Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-02-18T08:54:35.814Z] Using test binary docker [2021-02-18T08:54:35.814Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T08:54:35.814Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T08:54:35.814Z] INFO: Waiting for daemon to start... [2021-02-18T08:54:35.814Z] Starting dockerd [2021-02-18T08:54:35.814Z] . [2021-02-18T08:54:35.814Z] INFO: Building docker-sdk-python3:4.4.1... [2021-02-18T08:54:36.872Z] Loaded image: debian:bullseye [2021-02-18T08:54:36.872Z] Loaded image: hello-world:latest [2021-02-18T08:54:36.872Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T08:54:37.130Z] INFO: Testing against a local daemon [2021-02-18T08:54:37.130Z] === RUN TestCgroupNamespacesBuild [2021-02-18T08:54:39.675Z] --- PASS: TestCgroupNamespacesBuild (2.12s) [2021-02-18T08:54:39.675Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T08:54:40.350Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-02-18T08:54:40.350Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T08:54:40.610Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2021-02-18T08:54:40.610Z] === RUN TestBuildWithSession [2021-02-18T08:54:40.610Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T08:54:40.610Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T08:54:40.610Z] === RUN TestBuildSquashParent [2021-02-18T08:54:40.922Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2021-02-18T08:54:40.922Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T08:54:45.125Z] --- PASS: TestBuildMultiStageLayerLeak (4.30s) [2021-02-18T08:54:45.125Z] === RUN TestBuildWithHugeFile [2021-02-18T08:54:45.885Z] --- PASS: TestBuildSquashParent (4.64s) [2021-02-18T08:54:45.885Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T08:54:45.885Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:54:45.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:54:45.885Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:54:45.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:54:45.885Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:54:45.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:54:45.885Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:54:45.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:54:45.885Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:54:45.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:54:45.885Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:54:45.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:54:45.885Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:54:45.885Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:54:46.821Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:54:46.821Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:54:48.198Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:54:48.456Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:54:50.358Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T08:54:50.358Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.61s) [2021-02-18T08:54:50.358Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.73s) [2021-02-18T08:54:50.358Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.47s) [2021-02-18T08:54:50.358Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.52s) [2021-02-18T08:54:50.358Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.43s) [2021-02-18T08:54:50.358Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.51s) [2021-02-18T08:54:50.358Z] === RUN TestBuildMultiStageCopy [2021-02-18T08:54:50.358Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T08:54:51.733Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T08:54:51.733Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T08:54:51.991Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T08:54:52.248Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T08:54:52.507Z] --- PASS: TestBuildMultiStageCopy (2.42s) [2021-02-18T08:54:52.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.49s) [2021-02-18T08:54:52.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2021-02-18T08:54:52.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-02-18T08:54:52.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2021-02-18T08:54:52.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2021-02-18T08:54:52.507Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T08:54:53.074Z] --- PASS: TestBuildMultiStageParentConfig (0.73s) [2021-02-18T08:54:53.074Z] === RUN TestBuildLabelWithTargets [2021-02-18T08:54:54.450Z] --- PASS: TestBuildLabelWithTargets (1.04s) [2021-02-18T08:54:54.450Z] === RUN TestBuildWithEmptyLayers [2021-02-18T08:54:54.709Z] --- PASS: TestBuildWithEmptyLayers (0.50s) [2021-02-18T08:54:54.709Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T08:54:56.611Z] --- PASS: TestBuildMultiStageOnBuild (1.65s) [2021-02-18T08:54:56.611Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T08:54:56.869Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2021-02-18T08:54:56.869Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T08:54:58.769Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2021-02-18T08:54:58.769Z] === RUN TestBuildWithHugeFile [2021-02-18T08:54:59.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T08:55:01.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T08:55:05.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T08:55:09.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T08:55:09.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T08:55:14.471Z] sha256:a654d57f6dec1aea65c63750f53f6b9f3282ab12ca5be605e1ce83a7c15ea20b [2021-02-18T08:55:14.471Z] INFO: Starting docker-py tests... [2021-02-18T08:55:14.471Z] ============================= test session starts ============================== [2021-02-18T08:55:14.471Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-02-18T08:55:14.471Z] rootdir: /src, inifile: pytest.ini [2021-02-18T08:55:14.471Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-02-18T08:55:14.471Z] collected 389 items / 1 deselected / 388 selected [2021-02-18T08:55:14.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T08:55:14.726Z] [2021-02-18T08:55:22.291Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:55:22.291Z] [2021-02-18T08:55:22.291Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T08:55:22.291Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T08:55:22.291Z] HOSTNAME=0abb1c38bdf2 [2021-02-18T08:55:22.291Z] TESTDEBUG=0 [2021-02-18T08:55:22.291Z] DEST=bundles/test-integration [2021-02-18T08:55:22.291Z] PWD=/go/src/github.com/docker/docker [2021-02-18T08:55:22.291Z] DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T08:55:22.291Z] container=docker [2021-02-18T08:55:22.291Z] HOME=/root [2021-02-18T08:55:22.291Z] GOLANG_VERSION=1.13.15 [2021-02-18T08:55:22.291Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T08:55:22.291Z] VALIDATE_BRANCH=20.10 [2021-02-18T08:55:22.291Z] TERM=xterm [2021-02-18T08:55:22.291Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T08:55:22.291Z] SHLVL=1 [2021-02-18T08:55:22.291Z] TIMEOUT=120m [2021-02-18T08:55:22.291Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T08:55:22.291Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T08:55:22.291Z] GO111MODULE=off [2021-02-18T08:55:22.291Z] DOCKER_EXPERIMENTAL=1 [2021-02-18T08:55:22.291Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T08:55:22.291Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T08:55:22.291Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T08:55:22.291Z] GOPATH=/go [2021-02-18T08:55:22.291Z] PKG_CONFIG=pkg-config [2021-02-18T08:55:22.291Z] _=/usr/bin/env [2021-02-18T08:55:22.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T08:55:24.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T08:55:27.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T08:55:31.207Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-02-18T08:55:32.022Z] tests/integration/api_client_test.py ..... [ 7%] [2021-02-18T08:55:32.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T08:55:33.514Z] tests/integration/api_config_test.py ..... [ 8%] [2021-02-18T08:55:34.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T08:55:38.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T08:55:40.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T08:55:40.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T08:55:41.399Z] --- PASS: TestBuildWithHugeFile (53.29s) [2021-02-18T08:55:41.399Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T08:55:41.399Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:55:41.399Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:55:41.399Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:55:41.399Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:55:41.399Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:55:41.399Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:55:41.399Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:55:41.399Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:55:41.399Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:55:41.399Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2021-02-18T08:55:41.399Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-02-18T08:55:41.399Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2021-02-18T08:55:41.399Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-18T08:55:41.399Z] === RUN TestBuildPreserveOwnership [2021-02-18T08:55:41.399Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T08:55:42.121Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T08:55:44.613Z] Removing intermediate container 8c793b1778e0 [2021-02-18T08:55:44.613Z] ---> 9f266f6ca7d3 [2021-02-18T08:55:44.613Z] 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-18T08:55:44.613Z] ---> Running in d497fb36a475 [2021-02-18T08:55:44.613Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-02-18T08:55:44.613Z] go: finding gotest.tools v0.5.3 [2021-02-18T08:55:44.613Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T08:55:44.613Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T08:55:44.613Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T08:55:45.072Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-18T08:55:45.072Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T08:55:45.072Z] go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T08:55:45.072Z] go: extracting github.com/fatih/color v1.9.0 [2021-02-18T08:55:45.072Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T08:55:45.072Z] go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T08:55:45.072Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:55:45.072Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:55:45.072Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:55:45.072Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:55:45.072Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:55:45.072Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:55:45.072Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:55:45.072Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:55:45.072Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:55:45.072Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:55:45.531Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:55:45.531Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:55:45.531Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:55:45.531Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:55:45.531Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:55:45.600Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T08:55:45.990Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:55:46.958Z] go: finding github.com/fatih/color v1.9.0 [2021-02-18T08:55:46.958Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T08:55:46.958Z] go: finding github.com/pkg/errors v0.9.1 [2021-02-18T08:55:46.958Z] go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T08:55:46.958Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T08:55:46.958Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T08:55:46.958Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T08:55:46.958Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T08:55:46.958Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:55:46.958Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T08:55:46.958Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T08:55:47.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T08:55:49.805Z] --- PASS: TestBuildPreserveOwnership (10.28s) [2021-02-18T08:55:49.805Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.27s) [2021-02-18T08:55:49.805Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-02-18T08:55:49.805Z] === RUN TestBuildPlatformInvalid [2021-02-18T08:55:49.805Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-02-18T08:55:49.805Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T08:55:49.805Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-18T08:55:49.805Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-18T08:55:49.805Z] PASS [2021-02-18T08:55:49.805Z] [2021-02-18T08:55:49.805Z] === Skipped [2021-02-18T08:55:49.805Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-18T08:55:49.805Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T08:55:49.805Z] [2021-02-18T08:55:49.805Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-18T08:55:49.805Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-18T08:55:49.805Z] [2021-02-18T08:55:49.805Z] [2021-02-18T08:55:49.805Z] DONE 33 tests, 2 skipped in 130.653s [2021-02-18T08:55:49.805Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T08:55:49.805Z] INFO: Testing against a local daemon [2021-02-18T08:55:49.805Z] === RUN TestConfigInspect [2021-02-18T08:55:49.805Z] --- SKIP: TestConfigInspect (0.03s) [2021-02-18T08:55:49.805Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:49.805Z] === RUN TestConfigList [2021-02-18T08:55:49.805Z] --- SKIP: TestConfigList (0.02s) [2021-02-18T08:55:49.805Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:49.805Z] === RUN TestConfigsCreateAndDelete [2021-02-18T08:55:49.805Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-02-18T08:55:49.805Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:49.805Z] === RUN TestConfigsUpdate [2021-02-18T08:55:49.805Z] --- SKIP: TestConfigsUpdate (0.02s) [2021-02-18T08:55:49.805Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:49.805Z] === RUN TestTemplatedConfig [2021-02-18T08:55:49.805Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-18T08:55:49.805Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:49.805Z] === RUN TestConfigCreateResolve [2021-02-18T08:55:49.805Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-02-18T08:55:49.805Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:49.805Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T08:55:49.871Z] INFO: Build done for gotestsum... [2021-02-18T08:55:49.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T08:55:50.392Z] ok github.com/docker/docker/api/server/httputils 0.037s coverage: 14.7% of statements [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T08:55:50.392Z] ok github.com/docker/docker/api/server/middleware 0.020s coverage: 37.7% of statements [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T08:55:50.392Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2021-02-18T08:55:50.392Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2021-02-18T08:55:50.392Z] ok github.com/docker/docker/api/server/router/swarm 0.035s coverage: 5.7% of statements [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T08:55:50.392Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2021-02-18T08:55:50.392Z] ok github.com/docker/docker/api/types/versions 0.013s coverage: 75.0% of statements [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T08:55:50.392Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T08:55:51.188Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-02-18T08:55:51.188Z] PASS [2021-02-18T08:55:51.188Z] [2021-02-18T08:55:51.188Z] === Skipped [2021-02-18T08:55:51.188Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s) [2021-02-18T08:55:51.188Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:51.188Z] [2021-02-18T08:55:51.188Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-02-18T08:55:51.188Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:51.188Z] [2021-02-18T08:55:51.188Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-02-18T08:55:51.188Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:51.188Z] [2021-02-18T08:55:51.188Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2021-02-18T08:55:51.188Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:51.188Z] [2021-02-18T08:55:51.188Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-02-18T08:55:51.188Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:51.188Z] [2021-02-18T08:55:51.188Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-02-18T08:55:51.188Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:55:51.188Z] [2021-02-18T08:55:51.188Z] [2021-02-18T08:55:51.188Z] DONE 7 tests, 6 skipped in 1.765s [2021-02-18T08:55:51.188Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T08:55:51.449Z] INFO: Testing against a local daemon [2021-02-18T08:55:51.449Z] === RUN TestCheckpoint [2021-02-18T08:55:51.449Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T08:55:51.449Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T08:55:51.449Z] === RUN TestContainerInvalidJSON [2021-02-18T08:55:51.449Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:55:51.449Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:55:51.449Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:55:51.449Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:55:51.449Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:55:51.449Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:55:51.449Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:55:51.449Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:55:51.449Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:55:51.449Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-18T08:55:51.449Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-18T08:55:51.449Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T08:55:51.449Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T08:55:51.449Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T08:55:51.449Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-02-18T08:55:51.449Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T08:55:51.449Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-02-18T08:55:51.449Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T08:55:51.449Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-02-18T08:55:51.449Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T08:55:51.709Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-18T08:55:51.709Z] === RUN TestCopyFromContainer [2021-02-18T08:55:52.493Z] ok github.com/docker/docker/cli/debug 0.019s coverage: 100.0% of statements [2021-02-18T08:55:54.077Z] ok github.com/docker/docker/builder/remotecontext/git 3.604s coverage: 86.3% of statements [2021-02-18T08:55:54.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T08:55:55.001Z] --- PASS: TestBuildWithHugeFile (52.93s) [2021-02-18T08:55:55.001Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T08:55:55.001Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:55:55.001Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:55:55.001Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:55:55.001Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:55:55.001Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:55:55.001Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:55:55.001Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:55:55.001Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:55:55.001Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:55:55.001Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2021-02-18T08:55:55.001Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-02-18T08:55:55.001Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2021-02-18T08:55:55.001Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-18T08:55:55.001Z] === RUN TestBuildPreserveOwnership [2021-02-18T08:55:55.001Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T08:55:55.001Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer// [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T08:55:55.910Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer (4.24s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-02-18T08:55:55.910Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-18T08:55:55.910Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T08:55:55.910Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:55:55.910Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:55:55.910Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:55:55.910Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:55:55.910Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:55:55.910Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:55:55.910Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:55:55.910Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:55:55.910Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:55:55.910Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-18T08:55:55.910Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T08:55:55.910Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T08:55:55.910Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T08:55:55.910Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T08:55:55.910Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-18T08:55:55.910Z] === RUN TestCreateWithInvalidEnv [2021-02-18T08:55:55.910Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T08:55:55.910Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T08:55:55.910Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T08:55:55.910Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T08:55:55.910Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T08:55:55.910Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T08:55:55.910Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T08:55:55.910Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T08:55:55.910Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T08:55:55.910Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-18T08:55:55.910Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T08:55:55.910Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T08:55:55.910Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T08:55:55.910Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T08:55:55.910Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-18T08:55:55.910Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T08:55:55.951Z] --- PASS: TestBuildPreserveOwnership (3.67s) [2021-02-18T08:55:55.951Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.42s) [2021-02-18T08:55:55.951Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.21s) [2021-02-18T08:55:55.951Z] === RUN TestBuildPlatformInvalid [2021-02-18T08:55:55.951Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-02-18T08:55:55.951Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T08:55:56.178Z] ok github.com/docker/docker/builder/remotecontext 0.557s coverage: 13.7% of statements [2021-02-18T08:55:56.484Z] ok github.com/docker/docker/builder/dockerfile 1.335s coverage: 48.3% of statements [2021-02-18T08:55:56.484Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T08:55:56.484Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T08:55:56.484Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T08:55:57.297Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2021-02-18T08:55:57.297Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T08:55:57.430Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T08:55:57.430Z] Using test binary docker [2021-02-18T08:55:57.430Z] +++ /etc/init.d/apparmor start [2021-02-18T08:55:57.430Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T08:55:57.430Z] Starting dockerd [2021-02-18T08:55:57.430Z] INFO: Waiting for daemon to start... [2021-02-18T08:55:57.430Z] +++ 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-18T08:55:58.682Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s) [2021-02-18T08:55:58.682Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T08:55:58.682Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:55:58.682Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:55:58.682Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:55:58.682Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:55:58.682Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:55:58.682Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:55:58.682Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:55:58.682Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:55:58.682Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:55:58.682Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:55:58.682Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:55:58.682Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:55:58.682Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:55:58.682Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:55:58.682Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:55:58.682Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-18T08:55:58.682Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-18T08:55:58.682Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-18T08:55:58.682Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-18T08:55:58.682Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-02-18T08:55:58.682Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-02-18T08:55:58.682Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T08:55:58.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T08:55:58.943Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2021-02-18T08:55:58.943Z] === RUN TestCreateDifferentPlatform [2021-02-18T08:55:58.943Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T08:55:58.943Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T08:55:58.943Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-18T08:55:58.943Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T08:55:58.943Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T08:55:58.943Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T08:55:58.943Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-02-18T08:55:58.943Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T08:55:58.943Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-18T08:55:58.943Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T08:55:58.943Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-02-18T08:55:58.943Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-18T08:55:58.943Z] === RUN TestDaemonRestartIpcMode [2021-02-18T08:55:58.943Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T08:55:58.943Z] === RUN TestDaemonHostGatewayIP [2021-02-18T08:55:58.943Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-02-18T08:55:58.943Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:55:58.943Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T08:55:58.943Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T08:55:58.943Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T08:55:58.943Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-18T08:55:58.943Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-18T08:55:58.943Z] === RUN TestDiff [2021-02-18T08:55:59.337Z] . [2021-02-18T08:55:59.337Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T08:55:59.337Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T08:55:59.337Z] Error: No such image: emptyfs [2021-02-18T08:55:59.337Z] ++++ docker load [2021-02-18T08:55:59.337Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T08:55:59.513Z] --- PASS: TestDiff (0.42s) [2021-02-18T08:55:59.513Z] === RUN TestExecWithCloseStdin [2021-02-18T08:55:59.774Z] --- PASS: TestExecWithCloseStdin (0.52s) [2021-02-18T08:55:59.774Z] === RUN TestExec [2021-02-18T08:55:59.906Z] Running integration-test (iteration 1) [2021-02-18T08:55:59.906Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T08:55:59.906Z] ++ 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-18T08:55:59.906Z] ++ set -e [2021-02-18T08:55:59.906Z] ++ '[' -n 0 ']' [2021-02-18T08:55:59.906Z] ++ set -x [2021-02-18T08:55:59.906Z] ++ env -i DEST=/go/src/github.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-18T08:56:00.348Z] --- PASS: TestExec (0.47s) [2021-02-18T08:56:00.348Z] === RUN TestExecUser [2021-02-18T08:56:00.919Z] --- PASS: TestExecUser (0.46s) [2021-02-18T08:56:00.919Z] === RUN TestExportContainerAndImportImage [2021-02-18T08:56:01.490Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2021-02-18T08:56:01.490Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T08:56:02.123Z] ok github.com/docker/docker/client 0.559s coverage: 75.4% of statements [2021-02-18T08:56:02.356Z] Removing intermediate container d497fb36a475 [2021-02-18T08:56:02.356Z] ---> 16faf0ed177e [2021-02-18T08:56:02.356Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-02-18T08:56:02.356Z] ---> Running in ff83df338634 [2021-02-18T08:56:02.356Z] Removing intermediate container ff83df338634 [2021-02-18T08:56:02.356Z] ---> 008626c41525 [2021-02-18T08:56:02.356Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-02-18T08:56:02.356Z] ---> Running in d12ae9287c3d [2021-02-18T08:56:02.815Z] Removing intermediate container d12ae9287c3d [2021-02-18T08:56:02.815Z] ---> 4be06392a094 [2021-02-18T08:56:02.815Z] Step 10/10 : COPY . . [2021-02-18T08:56:03.503Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-02-18T08:56:04.807Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s) [2021-02-18T08:56:04.807Z] === RUN TestHealthCheckWorkdir [2021-02-18T08:56:05.378Z] --- PASS: TestHealthCheckWorkdir (0.60s) [2021-02-18T08:56:05.378Z] === RUN TestHealthKillContainer [2021-02-18T08:56:06.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T08:56:07.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T08:56:07.921Z] --- PASS: TestHealthKillContainer (2.50s) [2021-02-18T08:56:07.921Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T08:56:08.493Z] --- PASS: TestInspectCpusetInConfigPre120 (0.46s) [2021-02-18T08:56:08.493Z] === RUN TestIpcModeNone [2021-02-18T08:56:08.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T08:56:08.755Z] --- PASS: TestIpcModeNone (0.48s) [2021-02-18T08:56:08.755Z] === RUN TestIpcModePrivate [2021-02-18T08:56:09.327Z] --- PASS: TestIpcModePrivate (0.48s) [2021-02-18T08:56:09.327Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-02-18T08:56:09.327Z] === RUN TestIpcModeShareable [2021-02-18T08:56:09.327Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-02-18T08:56:09.327Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:56:09.327Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T08:56:10.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T08:56:10.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T08:56:10.712Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.45s) [2021-02-18T08:56:10.712Z] === RUN TestAPIIpcModeHost [2021-02-18T08:56:10.712Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-02-18T08:56:10.712Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:56:10.712Z] === RUN TestDaemonIpcModeShareable [2021-02-18T08:56:10.712Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-02-18T08:56:10.712Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:56:10.712Z] === RUN TestDaemonIpcModePrivate [2021-02-18T08:56:10.826Z] Loaded image: buildpack-deps:buster [2021-02-18T08:56:10.826Z] Loaded image: busybox:latest [2021-02-18T08:56:10.826Z] Loaded image: busybox:glibc [2021-02-18T08:56:11.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T08:56:11.762Z] Loaded image: debian:bullseye [2021-02-18T08:56:12.020Z] Loaded image: hello-world:latest [2021-02-18T08:56:12.020Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T08:56:13.258Z] --- PASS: TestDaemonIpcModePrivate (2.16s) [2021-02-18T08:56:13.258Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-02-18T08:56:13.258Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T08:56:13.258Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-18T08:56:13.258Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:56:13.258Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T08:56:13.258Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-18T08:56:13.258Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:56:13.258Z] === RUN TestIpcModeOlderClient [2021-02-18T08:56:13.258Z] === PAUSE TestIpcModeOlderClient [2021-02-18T08:56:13.258Z] === RUN TestKillContainerInvalidSignal [2021-02-18T08:56:13.258Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2021-02-18T08:56:13.258Z] === RUN TestKillContainer [2021-02-18T08:56:13.258Z] === RUN TestKillContainer/no_signal [2021-02-18T08:56:13.830Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T08:56:14.091Z] === RUN TestKillContainer/killing_signal [2021-02-18T08:56:14.663Z] --- PASS: TestKillContainer (1.27s) [2021-02-18T08:56:14.663Z] --- PASS: TestKillContainer/no_signal (0.39s) [2021-02-18T08:56:14.663Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2021-02-18T08:56:14.663Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2021-02-18T08:56:14.663Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T08:56:14.663Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T08:56:14.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T08:56:15.234Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T08:56:15.495Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s) [2021-02-18T08:56:15.495Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.46s) [2021-02-18T08:56:15.495Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2021-02-18T08:56:15.495Z] === RUN TestKillStoppedContainer [2021-02-18T08:56:15.495Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-18T08:56:15.495Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T08:56:15.495Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-02-18T08:56:15.495Z] === RUN TestKillDifferentUserContainer [2021-02-18T08:56:16.069Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2021-02-18T08:56:16.069Z] === RUN TestInspectOomKilledTrue [2021-02-18T08:56:16.069Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T08:56:16.069Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:56:16.069Z] === RUN TestInspectOomKilledFalse [2021-02-18T08:56:16.069Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T08:56:16.069Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T08:56:16.069Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T08:56:16.069Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-02-18T08:56:16.069Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-18T08:56:16.069Z] === RUN TestLinksContainerNames [2021-02-18T08:56:16.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T08:56:17.012Z] --- PASS: TestLinksContainerNames (0.85s) [2021-02-18T08:56:17.012Z] === RUN TestLogsFollowTailEmpty [2021-02-18T08:56:17.273Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2021-02-18T08:56:17.273Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T08:56:17.844Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/default [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/private [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/slave [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/shared [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/default [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/shared [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/slave [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/private [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T08:56:17.844Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:56:17.844Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:56:17.844Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T08:56:18.105Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-18T08:56:18.105Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-18T08:56:18.105Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T08:56:18.105Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-02-18T08:56:18.105Z] 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-18T08:56:18.105Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T08:56:18.105Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-02-18T08:56:18.105Z] 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-18T08:56:18.105Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T08:56:18.105Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-02-18T08:56:18.105Z] 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-18T08:56:18.105Z] === RUN TestNetworkNat [2021-02-18T08:56:18.678Z] --- PASS: TestNetworkNat (0.56s) [2021-02-18T08:56:18.678Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T08:56:18.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T08:56:19.250Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2021-02-18T08:56:19.250Z] === RUN TestNetworkLoopbackNat [2021-02-18T08:56:19.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T08:56:20.132Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.28s) [2021-02-18T08:56:20.132Z] PASS [2021-02-18T08:56:20.132Z] [2021-02-18T08:56:20.132Z] === Skipped [2021-02-18T08:56:20.132Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-18T08:56:20.132Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T08:56:20.132Z] [2021-02-18T08:56:20.132Z] [2021-02-18T08:56:20.132Z] DONE 33 tests, 1 skipped in 118.087s [2021-02-18T08:56:20.132Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T08:56:20.132Z] INFO: Testing against a local daemon [2021-02-18T08:56:20.132Z] === RUN TestConfigInspect [2021-02-18T08:56:20.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T08:56:21.793Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2021-02-18T08:56:21.793Z] === RUN TestPause [2021-02-18T08:56:21.793Z] --- SKIP: TestPause (0.00s) [2021-02-18T08:56:21.793Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:56:21.793Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T08:56:21.793Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T08:56:21.793Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T08:56:21.793Z] === RUN TestPauseStopPausedContainer [2021-02-18T08:56:21.793Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-02-18T08:56:21.793Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:56:21.793Z] === RUN TestPsFilter [2021-02-18T08:56:21.793Z] --- PASS: TestPsFilter (0.12s) [2021-02-18T08:56:21.793Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T08:56:22.033Z] --- PASS: TestConfigInspect (2.38s) [2021-02-18T08:56:22.033Z] === RUN TestConfigList [2021-02-18T08:56:22.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T08:56:22.364Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2021-02-18T08:56:22.364Z] === RUN TestRemoveContainerWithVolume [2021-02-18T08:56:22.953Z] --- PASS: TestRemoveContainerWithVolume (0.46s) [2021-02-18T08:56:22.953Z] === RUN TestRemoveContainerRunning [2021-02-18T08:56:23.226Z] --- PASS: TestRemoveContainerRunning (0.45s) [2021-02-18T08:56:23.226Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T08:56:23.816Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2021-02-18T08:56:23.816Z] === RUN TestRemoveInvalidContainer [2021-02-18T08:56:23.816Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-18T08:56:23.816Z] === RUN TestRenameLinkedContainer [2021-02-18T08:56:23.933Z] --- PASS: TestConfigList (2.24s) [2021-02-18T08:56:23.933Z] === RUN TestConfigsCreateAndDelete [2021-02-18T08:56:23.936Z] ---> bb1b0fe50311 [2021-02-18T08:56:23.936Z] Successfully built bb1b0fe50311 [2021-02-18T08:56:23.936Z] Successfully tagged docker:latest [2021-02-18T08:56:23.936Z] INFO: Image build ended at 02/18/2021 08:56:23. Duration:00:03:00.3864142 [2021-02-18T08:56:23.936Z] [2021-02-18T08:56:23.936Z] [2021-02-18T08:56:23.936Z] INFO: Building the test binaries at 02/18/2021 08:56:23... [2021-02-18T08:56:24.040Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T08:56:25.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T08:56:25.736Z] --- PASS: TestRenameLinkedContainer (1.69s) [2021-02-18T08:56:25.736Z] === RUN TestRenameStoppedContainer [2021-02-18T08:56:25.736Z] --- PASS: TestRenameStoppedContainer (0.42s) [2021-02-18T08:56:25.736Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T08:56:26.465Z] --- PASS: TestConfigsCreateAndDelete (2.25s) [2021-02-18T08:56:26.465Z] === RUN TestConfigsUpdate [2021-02-18T08:56:26.678Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2021-02-18T08:56:26.678Z] === RUN TestRenameInvalidName [2021-02-18T08:56:26.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T08:56:27.249Z] --- PASS: TestRenameInvalidName (0.44s) [2021-02-18T08:56:27.249Z] === RUN TestRenameAnonymousContainer [2021-02-18T08:56:27.754Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T08:56:27.755Z] Using test binary docker [2021-02-18T08:56:27.755Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T08:56:27.755Z] +++ /etc/init.d/apparmor start [2021-02-18T08:56:27.755Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T08:56:27.755Z] INFO: Waiting for daemon to start... [2021-02-18T08:56:27.755Z] Starting dockerd [2021-02-18T08:56:27.755Z] +++ 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-18T08:56:28.366Z] --- PASS: TestConfigsUpdate (2.27s) [2021-02-18T08:56:28.366Z] === RUN TestTemplatedConfig [2021-02-18T08:56:28.634Z] --- PASS: TestRenameAnonymousContainer (1.58s) [2021-02-18T08:56:28.634Z] === RUN TestRenameContainerWithSameName [2021-02-18T08:56:28.667Z] INFO: make.ps1 starting at 02/18/2021 08:56:28 [2021-02-18T08:56:28.667Z] INFO: Git commit (45d1aa717c) assumed from DOCKER_GITCOMMIT environment variable [2021-02-18T08:56:28.667Z] INFO: Invoking autogen... [2021-02-18T08:56:29.205Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2021-02-18T08:56:29.205Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T08:56:29.635Z] INFO: Building daemon... [2021-02-18T08:56:30.147Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2021-02-18T08:56:30.147Z] === RUN TestResize [2021-02-18T08:56:30.408Z] --- PASS: TestResize (0.42s) [2021-02-18T08:56:30.408Z] === RUN TestResizeWithInvalidSize [2021-02-18T08:56:30.669Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2021-02-18T08:56:30.669Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T08:56:31.240Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2021-02-18T08:56:31.240Z] === RUN TestDaemonRestartKillContainers [2021-02-18T08:56:31.240Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-18T08:56:31.240Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-18T08:56:31.240Z] === RUN TestCgroupNamespacesRun [2021-02-18T08:56:31.649Z] --- PASS: TestTemplatedConfig (2.69s) [2021-02-18T08:56:31.649Z] === RUN TestConfigCreateResolve [2021-02-18T08:56:32.216Z] . [2021-02-18T08:56:32.216Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T08:56:32.477Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T08:56:32.477Z] Error: No such image: emptyfs [2021-02-18T08:56:32.477Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T08:56:32.477Z] ++++ docker load [2021-02-18T08:56:32.738Z] Running integration-test (iteration 1) [2021-02-18T08:56:32.738Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T08:56:32.738Z] ++ 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-18T08:56:32.738Z] ++ set -e [2021-02-18T08:56:32.738Z] ++ '[' -n 0 ']' [2021-02-18T08:56:32.738Z] ++ set -x [2021-02-18T08:56:32.738Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-18T08:56:33.548Z] --- PASS: TestConfigCreateResolve (2.29s) [2021-02-18T08:56:33.548Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T08:56:33.784Z] --- PASS: TestCgroupNamespacesRun (2.17s) [2021-02-18T08:56:33.784Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T08:56:34.115Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-02-18T08:56:34.115Z] PASS [2021-02-18T08:56:34.115Z] [2021-02-18T08:56:34.115Z] DONE 7 tests in 14.684s [2021-02-18T08:56:34.115Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T08:56:34.115Z] INFO: Testing against a local daemon [2021-02-18T08:56:34.115Z] === RUN TestCheckpoint [2021-02-18T08:56:34.115Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T08:56:34.115Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T08:56:34.115Z] === RUN TestContainerInvalidJSON [2021-02-18T08:56:34.115Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:56:34.115Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:56:34.115Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:56:34.115Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:56:34.115Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:56:34.115Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:56:34.115Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:56:34.115Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:56:34.115Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:56:34.115Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-18T08:56:34.115Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T08:56:34.115Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-18T08:56:34.115Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T08:56:34.115Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T08:56:34.115Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-02-18T08:56:34.115Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T08:56:34.115Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-02-18T08:56:34.115Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T08:56:34.115Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-02-18T08:56:34.115Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T08:56:34.115Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-18T08:56:34.115Z] === RUN TestCopyFromContainer [2021-02-18T08:56:35.493Z] === RUN TestCopyFromContainer// [2021-02-18T08:56:35.493Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T08:56:35.493Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T08:56:35.696Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.15s) [2021-02-18T08:56:35.696Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T08:56:35.751Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T08:56:35.751Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T08:56:35.751Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T08:56:35.751Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T08:56:36.010Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T08:56:36.010Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T08:56:36.010Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer (1.89s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-02-18T08:56:36.010Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-18T08:56:36.010Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T08:56:36.010Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:56:36.010Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:56:36.010Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:56:36.010Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:56:36.010Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:56:36.010Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:56:36.010Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:56:36.010Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:56:36.010Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:56:36.010Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-18T08:56:36.010Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T08:56:36.010Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T08:56:36.010Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T08:56:36.269Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T08:56:36.269Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-18T08:56:36.269Z] === RUN TestCreateWithInvalidEnv [2021-02-18T08:56:36.269Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T08:56:36.269Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T08:56:36.269Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T08:56:36.269Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T08:56:36.269Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T08:56:36.269Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T08:56:36.269Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T08:56:36.269Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T08:56:36.269Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T08:56:36.269Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-18T08:56:36.269Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T08:56:36.269Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T08:56:36.269Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T08:56:36.269Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T08:56:36.269Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-02-18T08:56:36.269Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T08:56:37.612Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.18s) [2021-02-18T08:56:37.612Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T08:56:38.171Z] --- PASS: TestCreateWithCustomMaskedPaths (1.67s) [2021-02-18T08:56:38.171Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T08:56:39.547Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.62s) [2021-02-18T08:56:39.547Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T08:56:39.547Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:56:39.547Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:56:39.547Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:56:39.547Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:56:39.547Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:56:39.547Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:56:39.547Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:56:39.547Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:56:39.547Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:56:39.547Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:56:39.547Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:56:39.547Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:56:39.547Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:56:39.547Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:56:39.547Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:56:39.547Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-18T08:56:39.547Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-18T08:56:39.547Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-18T08:56:39.547Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-18T08:56:39.547Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-18T08:56:39.547Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-02-18T08:56:39.547Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T08:56:40.114Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2021-02-18T08:56:40.114Z] === RUN TestCreateDifferentPlatform [2021-02-18T08:56:40.114Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T08:56:40.114Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T08:56:40.114Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-18T08:56:40.114Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T08:56:40.114Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T08:56:40.114Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T08:56:40.114Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-02-18T08:56:40.114Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T08:56:40.114Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-02-18T08:56:40.114Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T08:56:40.114Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T08:56:40.114Z] === RUN TestDaemonRestartIpcMode [2021-02-18T08:56:40.114Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T08:56:40.114Z] === RUN TestDaemonHostGatewayIP [2021-02-18T08:56:40.114Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T08:56:40.114Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T08:56:40.114Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T08:56:40.114Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T08:56:40.114Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T08:56:40.114Z] === RUN TestDiff [2021-02-18T08:56:40.158Z] --- PASS: TestCgroupNamespacesRunHostMode (2.19s) [2021-02-18T08:56:40.158Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T08:56:40.681Z] --- PASS: TestDiff (0.56s) [2021-02-18T08:56:40.681Z] === RUN TestExecWithCloseStdin [2021-02-18T08:56:41.574Z] ok github.com/docker/docker/cmd/dockerd 0.224s coverage: 29.1% of statements [2021-02-18T08:56:41.618Z] --- PASS: TestExecWithCloseStdin (0.62s) [2021-02-18T08:56:41.618Z] === RUN TestExec [2021-02-18T08:56:42.070Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.15s) [2021-02-18T08:56:42.070Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T08:56:42.184Z] --- PASS: TestExec (0.67s) [2021-02-18T08:56:42.184Z] === RUN TestExecUser [2021-02-18T08:56:42.751Z] --- PASS: TestExecUser (0.59s) [2021-02-18T08:56:42.751Z] === RUN TestExportContainerAndImportImage [2021-02-18T08:56:43.318Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2021-02-18T08:56:43.318Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T08:56:44.358Z] ok github.com/docker/docker/container 0.209s coverage: 34.7% of statements [2021-02-18T08:56:44.358Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T08:56:44.358Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T08:56:44.358Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T08:56:44.358Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T08:56:44.616Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.15s) [2021-02-18T08:56:44.616Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T08:56:44.692Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s) [2021-02-18T08:56:44.692Z] === RUN TestHealthCheckWorkdir [2021-02-18T08:56:44.970Z] Loaded image: buildpack-deps:buster [2021-02-18T08:56:44.970Z] Loaded image: busybox:latest [2021-02-18T08:56:44.970Z] Loaded image: busybox:glibc [2021-02-18T08:56:45.626Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2021-02-18T08:56:45.626Z] === RUN TestHealthKillContainer [2021-02-18T08:56:46.000Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2021-02-18T08:56:46.000Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T08:56:46.470Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.061s coverage: 65.3% of statements [2021-02-18T08:56:46.601Z] Loaded image: buildpack-deps:buster [2021-02-18T08:56:46.601Z] Loaded image: busybox:latest [2021-02-18T08:56:46.601Z] Loaded image: busybox:glibc [2021-02-18T08:56:46.882Z] Loaded image: debian:bullseye [2021-02-18T08:56:47.453Z] Loaded image: hello-world:latest [2021-02-18T08:56:47.453Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T08:56:47.453Z] INFO: Testing against a local daemon [2021-02-18T08:56:47.453Z] === RUN TestCgroupNamespacesBuild [2021-02-18T08:56:48.153Z] --- PASS: TestHealthKillContainer (2.65s) [2021-02-18T08:56:48.153Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T08:56:48.543Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.18s) [2021-02-18T08:56:48.543Z] === RUN TestKernelTCPMemory [2021-02-18T08:56:48.543Z] --- SKIP: TestKernelTCPMemory (0.03s) [2021-02-18T08:56:48.543Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:56:48.543Z] === RUN TestNISDomainname [2021-02-18T08:56:48.543Z] --- SKIP: TestNISDomainname (0.01s) [2021-02-18T08:56:48.543Z] 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-18T08:56:48.543Z] === RUN TestHostnameDnsResolution [2021-02-18T08:56:48.719Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s) [2021-02-18T08:56:48.719Z] === RUN TestIpcModeNone [2021-02-18T08:56:48.803Z] --- PASS: TestHostnameDnsResolution (0.68s) [2021-02-18T08:56:48.803Z] === RUN TestStats [2021-02-18T08:56:48.803Z] --- SKIP: TestStats (0.00s) [2021-02-18T08:56:48.803Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:56:48.803Z] === RUN TestStopContainerWithTimeout [2021-02-18T08:56:48.803Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T08:56:48.803Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T08:56:48.803Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T08:56:48.803Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T08:56:48.803Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T08:56:48.803Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T08:56:48.803Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T08:56:48.803Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T08:56:48.803Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T08:56:48.803Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T08:56:49.286Z] --- PASS: TestIpcModeNone (0.62s) [2021-02-18T08:56:49.286Z] === RUN TestIpcModePrivate [2021-02-18T08:56:49.747Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T08:56:49.852Z] --- PASS: TestIpcModePrivate (0.64s) [2021-02-18T08:56:49.852Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-02-18T08:56:49.852Z] === RUN TestIpcModeShareable [2021-02-18T08:56:49.893Z] Loaded image: debian:bullseye [2021-02-18T08:56:49.893Z] Loaded image: hello-world:latest [2021-02-18T08:56:49.996Z] --- PASS: TestCgroupNamespacesBuild (2.39s) [2021-02-18T08:56:49.996Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T08:56:50.153Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T08:56:50.153Z] INFO: Testing against a local daemon [2021-02-18T08:56:50.153Z] === RUN TestCgroupNamespacesBuild [2021-02-18T08:56:50.786Z] --- PASS: TestIpcModeShareable (0.62s) [2021-02-18T08:56:50.786Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-02-18T08:56:50.786Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T08:56:51.663Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T08:56:51.909Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.88s) [2021-02-18T08:56:51.909Z] === RUN TestBuildWithSession [2021-02-18T08:56:51.909Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T08:56:51.909Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T08:56:51.909Z] === RUN TestBuildSquashParent [2021-02-18T08:56:52.687Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.83s) [2021-02-18T08:56:52.687Z] === RUN TestAPIIpcModeHost [2021-02-18T08:56:52.945Z] --- PASS: TestAPIIpcModeHost (0.41s) [2021-02-18T08:56:52.945Z] === RUN TestDaemonIpcModeShareable [2021-02-18T08:56:53.046Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T08:56:53.046Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2021-02-18T08:56:53.046Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2021-02-18T08:56:53.046Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2021-02-18T08:56:53.046Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2021-02-18T08:56:53.046Z] === RUN TestDeleteDevicemapper [2021-02-18T08:56:53.046Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T08:56:53.046Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T08:56:53.046Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T08:56:53.441Z] ok github.com/docker/docker/daemon/cluster/convert 0.028s coverage: 35.9% of statements [2021-02-18T08:56:53.445Z] --- PASS: TestCgroupNamespacesBuild (2.98s) [2021-02-18T08:56:53.445Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T08:56:54.320Z] --- PASS: TestDaemonIpcModeShareable (1.25s) [2021-02-18T08:56:54.320Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-02-18T08:56:54.320Z] === RUN TestDaemonIpcModePrivate [2021-02-18T08:56:54.431Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.70s) [2021-02-18T08:56:54.431Z] === RUN TestUpdateMemory [2021-02-18T08:56:54.431Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-18T08:56:54.431Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:56:54.431Z] === RUN TestUpdateCPUQuota [2021-02-18T08:56:54.431Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-02-18T08:56:54.431Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:56:54.431Z] === RUN TestUpdatePidsLimit [2021-02-18T08:56:54.431Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-02-18T08:56:54.431Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:56:54.431Z] === RUN TestUpdateRestartPolicy [2021-02-18T08:56:55.256Z] --- PASS: TestDaemonIpcModePrivate (1.23s) [2021-02-18T08:56:55.256Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-02-18T08:56:55.256Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T08:56:55.566Z] ok github.com/docker/docker/daemon/cluster 0.180s coverage: 0.5% of statements [2021-02-18T08:56:55.983Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.32s) [2021-02-18T08:56:55.983Z] === RUN TestBuildWithSession [2021-02-18T08:56:55.983Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T08:56:55.983Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T08:56:55.983Z] === RUN TestBuildSquashParent [2021-02-18T08:56:56.631Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.26s) [2021-02-18T08:56:56.631Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-02-18T08:56:56.631Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T08:56:58.056Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.29s) [2021-02-18T08:56:58.056Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-02-18T08:56:58.056Z] === RUN TestIpcModeOlderClient [2021-02-18T08:56:58.056Z] === PAUSE TestIpcModeOlderClient [2021-02-18T08:56:58.056Z] === RUN TestKillContainerInvalidSignal [2021-02-18T08:56:58.103Z] ..........................xx.................... [ 29%] [2021-02-18T08:56:58.316Z] --- PASS: TestKillContainerInvalidSignal (0.49s) [2021-02-18T08:56:58.316Z] === RUN TestKillContainer [2021-02-18T08:56:58.316Z] === RUN TestKillContainer/no_signal [2021-02-18T08:56:58.492Z] --- PASS: TestBuildSquashParent (6.27s) [2021-02-18T08:56:58.492Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T08:56:58.492Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:56:58.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:56:58.492Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:56:58.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:56:58.492Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:56:58.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:56:58.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:56:58.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:56:58.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:56:58.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:56:58.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:56:58.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:56:58.492Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:56:58.492Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:56:58.492Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:56:58.492Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:56:58.884Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T08:56:59.143Z] ok github.com/docker/docker/daemon/discovery 0.007s coverage: 30.0% of statements [2021-02-18T08:56:59.143Z] === RUN TestKillContainer/killing_signal [2021-02-18T08:56:59.710Z] --- PASS: TestKillContainer (1.48s) [2021-02-18T08:56:59.710Z] --- PASS: TestKillContainer/no_signal (0.46s) [2021-02-18T08:56:59.710Z] --- PASS: TestKillContainer/non_killing_signal (0.36s) [2021-02-18T08:56:59.710Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2021-02-18T08:56:59.710Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T08:56:59.710Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T08:57:00.277Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T08:57:00.677Z] ok github.com/docker/docker/daemon/events 0.062s coverage: 50.0% of statements [2021-02-18T08:57:00.844Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.92s) [2021-02-18T08:57:00.844Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2021-02-18T08:57:00.844Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.31s) [2021-02-18T08:57:00.844Z] === RUN TestKillStoppedContainer [2021-02-18T08:57:00.844Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-02-18T08:57:00.844Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T08:57:00.844Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-02-18T08:57:00.844Z] === RUN TestKillDifferentUserContainer [2021-02-18T08:57:00.974Z] ok github.com/docker/docker/daemon/config 0.093s coverage: 81.8% of statements [2021-02-18T08:57:01.047Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:57:01.047Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:57:01.410Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2021-02-18T08:57:01.410Z] === RUN TestInspectOomKilledTrue [2021-02-18T08:57:01.410Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T08:57:01.410Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-02-18T08:57:01.410Z] === RUN TestInspectOomKilledFalse [2021-02-18T08:57:01.668Z] --- PASS: TestInspectOomKilledFalse (0.44s) [2021-02-18T08:57:01.668Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T08:57:02.235Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s) [2021-02-18T08:57:02.235Z] === RUN TestLinksContainerNames [2021-02-18T08:57:02.963Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T08:57:02.963Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.51s) [2021-02-18T08:57:02.963Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.62s) [2021-02-18T08:57:02.963Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.81s) [2021-02-18T08:57:02.963Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.83s) [2021-02-18T08:57:02.963Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2021-02-18T08:57:02.963Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s) [2021-02-18T08:57:02.963Z] === RUN TestBuildMultiStageCopy [2021-02-18T08:57:02.963Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T08:57:03.354Z] --- PASS: TestLinksContainerNames (0.97s) [2021-02-18T08:57:03.354Z] === RUN TestLogsFollowTailEmpty [2021-02-18T08:57:03.612Z] --- PASS: TestLogsFollowTailEmpty (0.48s) [2021-02-18T08:57:03.612Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T08:57:03.757Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-02-18T08:57:03.871Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/default [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/private [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/slave [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/shared [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T08:57:03.871Z] === CONT TestMountDaemonRoot/default [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:57:03.871Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:57:03.871Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:57:03.871Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:57:03.871Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:57:04.129Z] === CONT TestMountDaemonRoot/shared [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:57:04.129Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:57:04.129Z] === CONT TestMountDaemonRoot/slave [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:57:04.129Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:57:04.129Z] === CONT TestMountDaemonRoot/private [2021-02-18T08:57:04.129Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T08:57:04.130Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T08:57:04.130Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:57:04.130Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:57:04.130Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T08:57:04.130Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T08:57:04.130Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:57:04.130Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:57:04.130Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T08:57:04.388Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-18T08:57:04.388Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-02-18T08:57:04.388Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T08:57:04.981Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T08:57:05.551Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T08:57:05.767Z] --- PASS: TestContainerBindMountNonRecursive (1.35s) [2021-02-18T08:57:05.767Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T08:57:05.971Z] --- PASS: TestBuildSquashParent (9.25s) [2021-02-18T08:57:05.971Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T08:57:05.971Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:57:05.971Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:57:05.971Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:57:05.971Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:57:05.971Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:57:05.971Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:57:05.971Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:57:05.971Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:57:05.971Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:57:05.971Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:57:05.971Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:57:05.971Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:57:05.971Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T08:57:05.971Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T08:57:06.122Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T08:57:06.335Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2021-02-18T08:57:06.335Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T08:57:06.520Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-02-18T08:57:06.593Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s) [2021-02-18T08:57:06.593Z] === RUN TestNetworkNat [2021-02-18T08:57:06.659Z] --- PASS: TestUpdateRestartPolicy (11.01s) [2021-02-18T08:57:06.659Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T08:57:06.659Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2021-02-18T08:57:06.659Z] === RUN TestWaitNonBlocked [2021-02-18T08:57:06.659Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T08:57:06.659Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T08:57:06.659Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T08:57:06.659Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T08:57:06.659Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T08:57:06.659Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T08:57:06.659Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-18T08:57:06.659Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2021-02-18T08:57:06.659Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2021-02-18T08:57:06.659Z] === RUN TestWaitBlocked [2021-02-18T08:57:06.659Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T08:57:06.659Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T08:57:06.659Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T08:57:06.659Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T08:57:06.659Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T08:57:06.659Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T08:57:06.692Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T08:57:07.161Z] --- PASS: TestNetworkNat (0.48s) [2021-02-18T08:57:07.161Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T08:57:07.262Z] --- PASS: TestBuildMultiStageCopy (4.41s) [2021-02-18T08:57:07.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.24s) [2021-02-18T08:57:07.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2021-02-18T08:57:07.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2021-02-18T08:57:07.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2021-02-18T08:57:07.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2021-02-18T08:57:07.262Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T08:57:07.603Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-18T08:57:07.603Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.60s) [2021-02-18T08:57:07.603Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) [2021-02-18T08:57:07.603Z] === CONT TestDaemonRestartIpcMode [2021-02-18T08:57:07.603Z] === CONT TestIpcModeOlderClient [2021-02-18T08:57:07.603Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-02-18T08:57:07.603Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T08:57:07.727Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2021-02-18T08:57:07.727Z] === RUN TestNetworkLoopbackNat [2021-02-18T08:57:07.880Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T08:57:08.055Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.450s coverage: 57.1% of statements [2021-02-18T08:57:08.055Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.469s coverage: 14.1% of statements [2021-02-18T08:57:08.139Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T08:57:08.646Z] --- PASS: TestBuildMultiStageParentConfig (1.40s) [2021-02-18T08:57:08.646Z] === RUN TestBuildLabelWithTargets [2021-02-18T08:57:10.260Z] --- PASS: TestNetworkLoopbackNat (2.65s) [2021-02-18T08:57:10.260Z] === RUN TestPause [2021-02-18T08:57:10.815Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-02-18T08:57:10.827Z] --- PASS: TestPause (0.50s) [2021-02-18T08:57:10.827Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T08:57:10.827Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T08:57:10.827Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T08:57:10.827Z] === RUN TestPauseStopPausedContainer [2021-02-18T08:57:11.189Z] --- PASS: TestBuildLabelWithTargets (2.23s) [2021-02-18T08:57:11.189Z] === RUN TestBuildWithEmptyLayers [2021-02-18T08:57:11.393Z] --- PASS: TestPauseStopPausedContainer (0.48s) [2021-02-18T08:57:11.393Z] === RUN TestPsFilter [2021-02-18T08:57:11.393Z] --- PASS: TestPsFilter (0.11s) [2021-02-18T08:57:11.393Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T08:57:11.461Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T08:57:11.461Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T08:57:11.652Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2021-02-18T08:57:11.652Z] === RUN TestRemoveContainerWithVolume [2021-02-18T08:57:11.761Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2021-02-18T08:57:11.761Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T08:57:11.811Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.26s) [2021-02-18T08:57:11.868Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.861s coverage: 69.3% of statements [2021-02-18T08:57:12.071Z] --- PASS: TestDaemonRestartIpcMode (4.66s) [2021-02-18T08:57:12.071Z] PASS [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === Skipped [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-18T08:57:12.071Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-02-18T08:57:12.071Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-02-18T08:57:12.071Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-02-18T08:57:12.071Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-02-18T08:57:12.071Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-02-18T08:57:12.071Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-02-18T08:57:12.071Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-18T08:57:12.071Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-18T08:57:12.071Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T08:57:12.071Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-18T08:57:12.071Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-02-18T08:57:12.071Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-02-18T08:57:12.071Z] 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-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-02-18T08:57:12.071Z] 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-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-02-18T08:57:12.071Z] 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-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-02-18T08:57:12.071Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T08:57:12.071Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-02-18T08:57:12.071Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-02-18T08:57:12.071Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2021-02-18T08:57:12.071Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-02-18T08:57:12.071Z] 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-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-02-18T08:57:12.071Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T08:57:12.071Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-18T08:57:12.071Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-02-18T08:57:12.071Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-02-18T08:57:12.071Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] [2021-02-18T08:57:12.071Z] DONE 177 tests, 26 skipped in 80.972s [2021-02-18T08:57:12.071Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T08:57:12.220Z] --- PASS: TestRemoveContainerWithVolume (0.48s) [2021-02-18T08:57:12.220Z] === RUN TestRemoveContainerRunning [2021-02-18T08:57:12.333Z] INFO: Testing against a local daemon [2021-02-18T08:57:12.333Z] === RUN TestCommitInheritsEnv [2021-02-18T08:57:12.517Z] ok github.com/docker/docker/daemon 12.391s coverage: 17.1% of statements [2021-02-18T08:57:12.517Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T08:57:12.517Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T08:57:12.517Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T08:57:12.517Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T08:57:12.786Z] --- PASS: TestRemoveContainerRunning (0.46s) [2021-02-18T08:57:12.786Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T08:57:13.353Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s) [2021-02-18T08:57:13.353Z] === RUN TestRemoveInvalidContainer [2021-02-18T08:57:13.353Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-18T08:57:13.353Z] === RUN TestRenameLinkedContainer [2021-02-18T08:57:14.244Z] --- PASS: TestCommitInheritsEnv (1.80s) [2021-02-18T08:57:14.244Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T08:57:14.244Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-18T08:57:14.244Z] === RUN TestImagesFilterMultiReference [2021-02-18T08:57:14.244Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-02-18T08:57:14.244Z] === RUN TestImagePullPlatformInvalid [2021-02-18T08:57:14.244Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-18T08:57:14.244Z] === RUN TestRemoveImageOrphaning [2021-02-18T08:57:14.446Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-02-18T08:57:14.626Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.081s coverage: 45.9% of statements [2021-02-18T08:57:14.626Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T08:57:14.765Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-18T08:57:14.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.21s) [2021-02-18T08:57:14.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.39s) [2021-02-18T08:57:14.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.08s) [2021-02-18T08:57:14.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.41s) [2021-02-18T08:57:14.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.50s) [2021-02-18T08:57:14.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.48s) [2021-02-18T08:57:14.765Z] === RUN TestBuildMultiStageCopy [2021-02-18T08:57:14.765Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T08:57:15.061Z] --- PASS: TestBuildMultiStageOnBuild (2.77s) [2021-02-18T08:57:15.061Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T08:57:15.254Z] --- PASS: TestRenameLinkedContainer (1.93s) [2021-02-18T08:57:15.254Z] === RUN TestRenameStoppedContainer [2021-02-18T08:57:15.269Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.293s coverage: 49.4% of statements [2021-02-18T08:57:15.269Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 57.5% of statements [2021-02-18T08:57:15.513Z] --- PASS: TestRenameStoppedContainer (0.48s) [2021-02-18T08:57:15.513Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T08:57:16.002Z] --- PASS: TestBuildUncleanTarFilenames (1.46s) [2021-02-18T08:57:16.002Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T08:57:16.156Z] --- PASS: TestRemoveImageOrphaning (1.90s) [2021-02-18T08:57:16.156Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T08:57:16.156Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-18T08:57:16.156Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-18T08:57:16.156Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T08:57:16.156Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-18T08:57:16.156Z] === RUN TestTagInvalidReference [2021-02-18T08:57:16.156Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-18T08:57:16.156Z] === RUN TestTagValidPrefixedRepo [2021-02-18T08:57:16.156Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-18T08:57:16.156Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T08:57:16.322Z] ok github.com/docker/docker/daemon/links 0.034s coverage: 93.0% of statements [2021-02-18T08:57:16.416Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-18T08:57:16.416Z] === RUN TestTagOfficialNames [2021-02-18T08:57:16.416Z] --- PASS: TestTagOfficialNames (0.07s) [2021-02-18T08:57:16.416Z] === RUN TestTagMatchesDigest [2021-02-18T08:57:16.416Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-18T08:57:16.416Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-18T08:57:16.448Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s) [2021-02-18T08:57:16.448Z] === RUN TestRenameInvalidName [2021-02-18T08:57:17.015Z] --- PASS: TestRenameInvalidName (0.47s) [2021-02-18T08:57:17.015Z] === RUN TestRenameAnonymousContainer [2021-02-18T08:57:17.849Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.019s coverage: 3.0% of statements [2021-02-18T08:57:18.052Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T08:57:18.052Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T08:57:18.619Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T08:57:18.919Z] --- PASS: TestRenameAnonymousContainer (1.69s) [2021-02-18T08:57:18.919Z] === RUN TestRenameContainerWithSameName [2021-02-18T08:57:19.177Z] --- PASS: TestRenameContainerWithSameName (0.47s) [2021-02-18T08:57:19.177Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T08:57:19.187Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T08:57:19.300Z] --- PASS: TestBuildMultiStageLayerLeak (2.85s) [2021-02-18T08:57:19.300Z] === RUN TestBuildWithHugeFile [2021-02-18T08:57:19.948Z] ok github.com/docker/docker/daemon/logger 0.276s coverage: 43.2% of statements [2021-02-18T08:57:20.112Z] --- PASS: TestRenameContainerWithLinkedContainer (0.94s) [2021-02-18T08:57:20.112Z] === RUN TestResize [2021-02-18T08:57:20.123Z] --- PASS: TestBuildMultiStageCopy (5.07s) [2021-02-18T08:57:20.123Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.62s) [2021-02-18T08:57:20.123Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2021-02-18T08:57:20.123Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) [2021-02-18T08:57:20.123Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2021-02-18T08:57:20.123Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.70s) [2021-02-18T08:57:20.123Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T08:57:20.245Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.189s coverage: 52.1% of statements [2021-02-18T08:57:20.245Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-18T08:57:20.245Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T08:57:20.679Z] --- PASS: TestResize (0.47s) [2021-02-18T08:57:20.679Z] === RUN TestResizeWithInvalidSize [2021-02-18T08:57:20.938Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2021-02-18T08:57:20.938Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T08:57:21.500Z] --- PASS: TestBuildMultiStageParentConfig (1.46s) [2021-02-18T08:57:21.500Z] === RUN TestBuildLabelWithTargets [2021-02-18T08:57:21.549Z] --- PASS: TestResizeWhenContainerNotStarted (0.47s) [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T08:57:21.549Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T08:57:21.549Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T08:57:21.549Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T08:57:21.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T08:57:21.898Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-02-18T08:57:22.355Z] ok github.com/docker/docker/daemon/logger/awslogs 0.566s coverage: 77.8% of statements [2021-02-18T08:57:22.652Z] ok github.com/docker/docker/daemon/images 0.085s coverage: 6.4% of statements [2021-02-18T08:57:22.652Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T08:57:22.652Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T08:57:22.652Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T08:57:22.652Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T08:57:22.950Z] ok github.com/docker/docker/daemon/logger/gelf 0.019s coverage: 67.0% of statements [2021-02-18T08:57:22.950Z] ok github.com/docker/docker/daemon/logger/journald 0.015s coverage: 23.9% of statements [2021-02-18T08:57:23.451Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T08:57:23.451Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T08:57:23.607Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2021-02-18T08:57:24.034Z] --- PASS: TestBuildLabelWithTargets (2.53s) [2021-02-18T08:57:24.034Z] === RUN TestBuildWithEmptyLayers [2021-02-18T08:57:24.825Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T08:57:24.825Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T08:57:25.135Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.052s coverage: 61.6% of statements [2021-02-18T08:57:25.411Z] --- PASS: TestBuildWithEmptyLayers (1.25s) [2021-02-18T08:57:25.411Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T08:57:25.779Z] ok github.com/docker/docker/daemon/logger/local 0.086s coverage: 75.2% of statements [2021-02-18T08:57:25.779Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T08:57:25.984Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-02-18T08:57:26.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T08:57:26.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T08:57:26.425Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.051s coverage: 58.6% of statements [2021-02-18T08:57:27.070Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.095s coverage: 31.5% of statements [2021-02-18T08:57:28.106Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T08:57:28.106Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T08:57:28.131Z] ok github.com/docker/docker/daemon/logger/templates 0.006s coverage: 8.3% of statements [2021-02-18T08:57:28.698Z] --- PASS: TestBuildMultiStageOnBuild (3.19s) [2021-02-18T08:57:28.698Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T08:57:28.776Z] ok github.com/docker/docker/daemon/logger/syslog 0.026s coverage: 46.8% of statements [2021-02-18T08:57:30.009Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T08:57:30.267Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T08:57:30.603Z] --- PASS: TestBuildUncleanTarFilenames (1.96s) [2021-02-18T08:57:30.603Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T08:57:30.872Z] ok github.com/docker/docker/daemon/network 0.009s coverage: 63.8% of statements [2021-02-18T08:57:31.170Z] ok github.com/docker/docker/daemon/logger/splunk 2.466s coverage: 82.5% of statements [2021-02-18T08:57:31.170Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T08:57:31.170Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.88s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.04s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.39s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.83s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.86s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.26s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.27s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.86s) [2021-02-18T08:57:32.169Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.81s) [2021-02-18T08:57:32.169Z] === RUN TestCgroupNamespacesRun [2021-02-18T08:57:32.249Z] ok github.com/docker/docker/distribution/metadata 0.072s coverage: 48.2% of statements [2021-02-18T08:57:33.545Z] --- PASS: TestCgroupNamespacesRun (1.25s) [2021-02-18T08:57:33.545Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T08:57:33.545Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-02-18T08:57:33.545Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-02-18T08:57:33.545Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T08:57:33.894Z] --- PASS: TestBuildMultiStageLayerLeak (3.43s) [2021-02-18T08:57:33.894Z] === RUN TestBuildWithHugeFile [2021-02-18T08:57:34.356Z] ok github.com/docker/docker/errdefs 0.035s coverage: 53.1% of statements [2021-02-18T08:57:34.652Z] ok github.com/docker/docker/distribution 0.431s coverage: 25.0% of statements [2021-02-18T08:57:34.652Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T08:57:34.921Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.24s) [2021-02-18T08:57:34.921Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T08:57:35.856Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s) [2021-02-18T08:57:35.856Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T08:57:36.184Z] ok github.com/docker/docker/image 0.038s coverage: 86.4% of statements [2021-02-18T08:57:36.482Z] ok github.com/docker/docker/distribution/xfer 1.673s coverage: 85.1% of statements [2021-02-18T08:57:36.482Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T08:57:37.133Z] ok github.com/docker/docker/image/cache 0.025s coverage: 19.2% of statements [2021-02-18T08:57:37.133Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T08:57:37.230Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.23s) [2021-02-18T08:57:37.230Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T08:57:37.774Z] ok github.com/docker/docker/libcontainerd/queue 0.050s coverage: 100.0% of statements [2021-02-18T08:57:38.072Z] ok github.com/docker/docker/image/v1 0.060s coverage: 25.0% of statements [2021-02-18T08:57:38.072Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T08:57:38.605Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.24s) [2021-02-18T08:57:38.605Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T08:57:39.171Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-02-18T08:57:39.171Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T08:57:39.605Z] ok github.com/docker/docker/pkg/aaparser 0.007s coverage: 52.9% of statements [2021-02-18T08:57:40.255Z] ok github.com/docker/docker/oci 0.035s coverage: 8.2% of statements [2021-02-18T08:57:40.545Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s) [2021-02-18T08:57:40.545Z] === RUN TestKernelTCPMemory [2021-02-18T08:57:40.545Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-02-18T08:57:40.545Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-02-18T08:57:40.545Z] === RUN TestNISDomainname [2021-02-18T08:57:40.803Z] --- PASS: TestNISDomainname (0.60s) [2021-02-18T08:57:40.803Z] === RUN TestHostnameDnsResolution [2021-02-18T08:57:41.327Z] ok github.com/docker/docker/opts 0.122s coverage: 67.1% of statements [2021-02-18T08:57:41.731Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-02-18T08:57:41.731Z] [2021-02-18T08:57:41.731Z] ________ ____ __. [2021-02-18T08:57:41.731Z] \_____ \ | |/ _| [2021-02-18T08:57:41.731Z] / | \| < [2021-02-18T08:57:41.731Z] / | \ | \ [2021-02-18T08:57:41.731Z] \_______ /____|__ \ [2021-02-18T08:57:41.731Z] \/ \/ [2021-02-18T08:57:41.731Z] [2021-02-18T08:57:41.731Z] INFO: make.ps1 ended at 02/18/2021 08:57:38 [2021-02-18T08:57:41.731Z] INFO: Binaries build ended at 02/18/2021 08:57:39. Duration:00:01:15.8936931 [2021-02-18T08:57:41.731Z] INFO: Copying the built daemon binary to d:\CI\PR-41973\4\binary\dockerd-45d1aa717c.exe... [2021-02-18T08:57:41.731Z] INFO: Copying the built client binary to d:\CI\PR-41973\4\binary\docker-45d1aa717c.exe... [2021-02-18T08:57:41.731Z] INFO: Copying dockerversion from the container... [2021-02-18T08:57:41.731Z] INFO: Copying the golang package from the container to d:\CI\PR-41973\4\installer\go.zip... [2021-02-18T08:57:41.738Z] --- PASS: TestHostnameDnsResolution (0.79s) [2021-02-18T08:57:41.738Z] === RUN TestStats [2021-02-18T08:57:42.564Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-02-18T08:57:42.706Z] INFO: Extracting go.zip to d:\CI\PR-41973\4\go [2021-02-18T08:57:42.859Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2021-02-18T08:57:43.156Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2021-02-18T08:57:43.156Z] ok github.com/docker/docker/pkg/authorization 0.990s coverage: 68.3% of statements [2021-02-18T08:57:44.213Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2021-02-18T08:57:44.213Z] ok github.com/docker/docker/pkg/archive 1.308s coverage: 76.8% of statements [2021-02-18T08:57:44.349Z] --- PASS: TestStats (2.52s) [2021-02-18T08:57:44.349Z] === RUN TestStopContainerWithTimeout [2021-02-18T08:57:44.349Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T08:57:44.349Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T08:57:44.349Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T08:57:44.349Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T08:57:44.349Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T08:57:44.349Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T08:57:44.349Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T08:57:44.349Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T08:57:44.349Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T08:57:44.349Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T08:57:44.918Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T08:57:45.268Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 97.6% of statements [2021-02-18T08:57:45.268Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2021-02-18T08:57:46.317Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-02-18T08:57:46.816Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T08:57:46.956Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-02-18T08:57:47.596Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-02-18T08:57:48.233Z] ok github.com/docker/docker/layer 7.615s coverage: 68.8% of statements [2021-02-18T08:57:48.233Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T08:57:48.233Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T08:57:48.233Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T08:57:48.233Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T08:57:48.233Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T08:57:48.529Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-02-18T08:57:48.723Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T08:57:48.723Z] --- PASS: TestStopContainerWithTimeout/0 (0.68s) [2021-02-18T08:57:48.723Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2021-02-18T08:57:48.723Z] --- PASS: TestStopContainerWithTimeout/3 (2.44s) [2021-02-18T08:57:48.723Z] --- PASS: TestStopContainerWithTimeout/1 (1.48s) [2021-02-18T08:57:48.723Z] === RUN TestDeleteDevicemapper [2021-02-18T08:57:48.723Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T08:57:48.723Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T08:57:48.723Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T08:57:48.825Z] ok github.com/docker/docker/pkg/chrootarchive 3.996s coverage: 43.2% of statements [2021-02-18T08:57:48.825Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T08:57:48.825Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T08:57:49.122Z] ok github.com/docker/docker/pkg/fileutils 0.038s coverage: 89.5% of statements [2021-02-18T08:57:50.098Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.51s) [2021-02-18T08:57:50.098Z] === RUN TestUpdateMemory [2021-02-18T08:57:50.177Z] ok github.com/docker/docker/pkg/fsutils 0.421s coverage: 85.1% of statements [2021-02-18T08:57:50.177Z] ok github.com/docker/docker/pkg/discovery/kv 3.100s coverage: 84.1% of statements [2021-02-18T08:57:50.177Z] ok github.com/docker/docker/pkg/homedir 0.037s coverage: 11.4% of statements [2021-02-18T08:57:50.356Z] --- PASS: TestUpdateMemory (0.60s) [2021-02-18T08:57:50.356Z] === RUN TestUpdateCPUQuota [2021-02-18T08:57:50.363Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-02-18T08:57:51.229Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2021-02-18T08:57:51.229Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2021-02-18T08:57:51.290Z] --- PASS: TestUpdateCPUQuota (0.95s) [2021-02-18T08:57:51.290Z] === RUN TestUpdatePidsLimit [2021-02-18T08:57:51.290Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T08:57:51.549Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T08:57:51.808Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T08:57:51.849Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-02-18T08:57:52.067Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T08:57:52.281Z] ok github.com/docker/docker/pkg/namesgenerator 0.032s coverage: 85.7% of statements [2021-02-18T08:57:52.281Z] ok github.com/docker/docker/pkg/idtools 0.765s coverage: 69.5% of statements [2021-02-18T08:57:52.281Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2021-02-18T08:57:52.325Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T08:57:52.584Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T08:57:52.584Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T08:57:52.931Z] ok github.com/docker/docker/pkg/ioutils 1.377s coverage: 70.6% of statements [2021-02-18T08:57:52.931Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T08:57:52.931Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-18T08:57:52.931Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T08:57:52.931Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T08:57:52.931Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 86.7% of statements [2021-02-18T08:57:53.228Z] ok github.com/docker/docker/pkg/parsers/kernel 0.028s coverage: 60.0% of statements [2021-02-18T08:57:53.520Z] --- PASS: TestUpdatePidsLimit (2.07s) [2021-02-18T08:57:53.520Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2021-02-18T08:57:53.520Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2021-02-18T08:57:53.520Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2021-02-18T08:57:53.520Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2021-02-18T08:57:53.520Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2021-02-18T08:57:53.520Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2021-02-18T08:57:53.520Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2021-02-18T08:57:53.520Z] === RUN TestUpdateRestartPolicy [2021-02-18T08:57:53.526Z] ok github.com/docker/docker/pkg/pidfile 0.028s coverage: 82.4% of statements [2021-02-18T08:57:53.526Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T08:57:53.526Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T08:57:54.584Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.069s coverage: 56.8% of statements [2021-02-18T08:57:55.242Z] ok github.com/docker/docker/pkg/plugins/transport 0.011s coverage: 85.7% of statements [2021-02-18T08:57:55.242Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2021-02-18T08:57:55.242Z] ok github.com/docker/docker/pkg/pools 0.011s coverage: 88.2% of statements [2021-02-18T08:57:56.291Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-02-18T08:57:56.570Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-02-18T08:57:56.932Z] ok github.com/docker/docker/pkg/stdcopy 0.018s coverage: 100.0% of statements [2021-02-18T08:57:56.932Z] ok github.com/docker/docker/pkg/pubsub 1.139s coverage: 75.0% of statements [2021-02-18T08:57:57.575Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2021-02-18T08:57:57.575Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2021-02-18T08:57:58.623Z] ok github.com/docker/docker/pkg/system 0.027s coverage: 36.9% of statements [2021-02-18T08:57:58.918Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.8% of statements [2021-02-18T08:57:59.216Z] ok github.com/docker/docker/pkg/signal 2.919s coverage: 61.0% of statements [2021-02-18T08:57:59.514Z] ok github.com/docker/docker/pkg/tailfile 0.200s coverage: 88.6% of statements [2021-02-18T08:57:59.811Z] testing: warning: no tests to run [2021-02-18T08:57:59.811Z] coverage: [no statements] [2021-02-18T08:57:59.811Z] ok github.com/docker/docker/pkg/term/windows 0.003s coverage: [no statements] [no tests to run] [2021-02-18T08:58:00.446Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T08:58:00.446Z] Using test binary docker [2021-02-18T08:58:00.446Z] +++ /etc/init.d/apparmor start [2021-02-18T08:58:00.446Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T08:58:00.446Z] Starting dockerd [2021-02-18T08:58:00.446Z] INFO: Waiting for daemon to start... [2021-02-18T08:58:00.446Z] +++ 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-18T08:58:00.446Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T08:58:00.446Z] Using test binary docker [2021-02-18T08:58:00.446Z] +++ /etc/init.d/apparmor start [2021-02-18T08:58:00.446Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T08:58:00.446Z] INFO: Waiting for daemon to start... [2021-02-18T08:58:00.446Z] Starting dockerd [2021-02-18T08:58:00.446Z] +++ 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-18T08:58:00.446Z] . [2021-02-18T08:58:00.446Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T08:58:00.452Z] ok github.com/docker/docker/pkg/tarsum 0.190s coverage: 89.3% of statements [2021-02-18T08:58:00.452Z] ok github.com/docker/docker/pkg/urlutil 0.007s coverage: 100.0% of statements [2021-02-18T08:58:00.704Z] [2021-02-18T08:58:00.704Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T08:58:00.704Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T08:58:00.704Z] Error: No such image: emptyfs [2021-02-18T08:58:00.704Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T08:58:00.704Z] ++++ docker load [2021-02-18T08:58:00.704Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T08:58:00.704Z] Error: No such image: emptyfs [2021-02-18T08:58:00.750Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2021-02-18T08:58:00.964Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T08:58:00.964Z] ++++ docker load [2021-02-18T08:58:01.047Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2021-02-18T08:58:01.223Z] Running integration-test (iteration 1) [2021-02-18T08:58:01.223Z] 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-18T08:58:01.224Z] ++ 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-18T08:58:01.224Z] ++ set -e [2021-02-18T08:58:01.224Z] ++ '[' -n 0 ']' [2021-02-18T08:58:01.224Z] ++ set -x [2021-02-18T08:58:01.224Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-18T08:58:01.224Z] Running integration-test (iteration 1) [2021-02-18T08:58:01.224Z] 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-18T08:58:01.224Z] ++ 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-18T08:58:01.224Z] ++ set -e [2021-02-18T08:58:01.224Z] ++ '[' -n 0 ']' [2021-02-18T08:58:01.224Z] ++ set -x [2021-02-18T08:58:01.224Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-18T08:58:03.147Z] ok github.com/docker/docker/plugin/v2 0.019s coverage: 14.5% of statements [2021-02-18T08:58:03.443Z] ok github.com/docker/docker/profiles/seccomp 0.020s coverage: 83.5% of statements [2021-02-18T08:58:03.810Z] INFO: Extraction ended at 02/18/2021 08:58:03. Duration:00:00:21.1025706 [2021-02-18T08:58:03.810Z] INFO: Updating the golang and path environment variables [2021-02-18T08:58:03.810Z] INFO: GOPATH=d:\gopath [2021-02-18T08:58:03.810Z] INFO: go version go1.13.15 windows/amd64 [2021-02-18T08:58:03.810Z] INFO: Running the daemon under test in debug mode [2021-02-18T08:58:03.810Z] INFO: Starting a daemon under test... [2021-02-18T08:58:03.810Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41973\4\daemon --pidfile d:\CI\PR-41973\4\docker.pid -D [2021-02-18T08:58:04.271Z] INFO: Process started successfully. [2021-02-18T08:58:04.271Z] INFO: Start tailing logs of the daemon under tests [2021-02-18T08:58:04.492Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2021-02-18T08:58:04.731Z] INFO: Waiting for the daemon under test to start... [2021-02-18T08:58:04.792Z] ok github.com/docker/docker/plugin 0.550s coverage: 23.2% of statements [2021-02-18T08:58:05.715Z] --- PASS: TestUpdateRestartPolicy (11.22s) [2021-02-18T08:58:05.715Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T08:58:05.715Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s) [2021-02-18T08:58:05.715Z] === RUN TestWaitNonBlocked [2021-02-18T08:58:05.715Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T08:58:05.715Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T08:58:05.715Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T08:58:05.715Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T08:58:05.715Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T08:58:05.715Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T08:58:05.973Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-18T08:58:05.973Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2021-02-18T08:58:05.973Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s) [2021-02-18T08:58:05.973Z] === RUN TestWaitBlocked [2021-02-18T08:58:05.973Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T08:58:05.973Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T08:58:05.973Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T08:58:05.973Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T08:58:05.973Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T08:58:05.973Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T08:58:06.908Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-18T08:58:06.908Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2021-02-18T08:58:06.908Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s) [2021-02-18T08:58:06.908Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T08:58:06.908Z] === CONT TestIpcModeOlderClient [2021-02-18T08:58:06.908Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-02-18T08:58:06.908Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T08:58:06.930Z] ok github.com/docker/docker/quota 0.690s coverage: 71.4% of statements [2021-02-18T08:58:06.930Z] ok github.com/docker/docker/registry/resumable 0.022s coverage: 100.0% of statements [2021-02-18T08:58:07.579Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2021-02-18T08:58:08.223Z] ok github.com/docker/docker/registry 0.211s coverage: 57.2% of statements [2021-02-18T08:58:08.223Z] ok github.com/docker/docker/testutil 0.012s coverage: 62.5% of statements [2021-02-18T08:58:09.274Z] ok github.com/docker/docker/runconfig 0.019s coverage: 66.1% of statements [2021-02-18T08:58:09.440Z] --- PASS: TestContainerStartOnDaemonRestart (2.49s) [2021-02-18T08:58:09.441Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T08:58:09.441Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.52s) [2021-02-18T08:58:09.441Z] === CONT TestDaemonHostGatewayIP [2021-02-18T08:58:11.277Z] ......................... [ 67%] [2021-02-18T08:58:11.398Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2021-02-18T08:58:11.972Z] --- PASS: TestDaemonHostGatewayIP (2.61s) [2021-02-18T08:58:11.972Z] === CONT TestDaemonRestartIpcMode [2021-02-18T08:58:13.499Z] ok github.com/docker/docker/volume/mounts 0.054s coverage: 67.0% of statements [2021-02-18T08:58:13.499Z] ok github.com/docker/docker/volume/local 0.253s coverage: 76.4% of statements [2021-02-18T08:58:14.146Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2021-02-18T08:58:14.501Z] --- PASS: TestDaemonRestartIpcMode (2.30s) [2021-02-18T08:58:15.576Z] --- PASS: TestBuildWithHugeFile (49.46s) [2021-02-18T08:58:15.576Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T08:58:15.576Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:58:15.576Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:58:15.576Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:58:15.576Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:58:15.576Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:58:15.576Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:58:15.576Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:58:15.576Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:58:15.576Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:58:15.576Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2021-02-18T08:58:15.576Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2021-02-18T08:58:15.576Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2021-02-18T08:58:15.576Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s) [2021-02-18T08:58:15.576Z] === RUN TestBuildPreserveOwnership [2021-02-18T08:58:15.576Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T08:58:15.576Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T08:58:15.576Z] --- PASS: TestBuildPreserveOwnership (6.00s) [2021-02-18T08:58:15.576Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.88s) [2021-02-18T08:58:15.576Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.10s) [2021-02-18T08:58:15.576Z] === RUN TestBuildPlatformInvalid [2021-02-18T08:58:15.576Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2021-02-18T08:58:15.576Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T08:58:21.057Z] --- PASS: TestContainerKillOnDaemonStart (11.81s) [2021-02-18T08:58:21.057Z] PASS [2021-02-18T08:58:21.057Z] [2021-02-18T08:58:21.057Z] === Skipped [2021-02-18T08:58:21.057Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-18T08:58:21.057Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T08:58:21.057Z] [2021-02-18T08:58:21.057Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T08:58:21.057Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-02-18T08:58:21.057Z] [2021-02-18T08:58:21.057Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T08:58:21.057Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T08:58:21.057Z] [2021-02-18T08:58:21.057Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-02-18T08:58:21.057Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-02-18T08:58:21.057Z] [2021-02-18T08:58:21.057Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-02-18T08:58:21.057Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-02-18T08:58:21.057Z] [2021-02-18T08:58:21.057Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T08:58:21.057Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T08:58:21.057Z] [2021-02-18T08:58:21.057Z] [2021-02-18T08:58:21.057Z] DONE 196 tests, 6 skipped in 107.064s [2021-02-18T08:58:21.057Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T08:58:21.057Z] INFO: Testing against a local daemon [2021-02-18T08:58:21.057Z] === RUN TestCommitInheritsEnv [2021-02-18T08:58:21.315Z] --- PASS: TestCommitInheritsEnv (0.30s) [2021-02-18T08:58:21.315Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T08:58:21.315Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-18T08:58:21.315Z] === RUN TestImagesFilterMultiReference [2021-02-18T08:58:21.315Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-02-18T08:58:21.315Z] === RUN TestImagePullPlatformInvalid [2021-02-18T08:58:21.573Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-18T08:58:21.573Z] === RUN TestRemoveImageOrphaning [2021-02-18T08:58:21.834Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2021-02-18T08:58:21.834Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T08:58:23.892Z] --- PASS: TestRemoveImageGarbageCollector (1.93s) [2021-02-18T08:58:23.892Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T08:58:23.892Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-18T08:58:23.892Z] === RUN TestTagInvalidReference [2021-02-18T08:58:23.892Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-18T08:58:23.892Z] === RUN TestTagValidPrefixedRepo [2021-02-18T08:58:23.892Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-02-18T08:58:23.892Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T08:58:23.892Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-18T08:58:23.892Z] === RUN TestTagOfficialNames [2021-02-18T08:58:23.892Z] --- PASS: TestTagOfficialNames (0.05s) [2021-02-18T08:58:23.892Z] === RUN TestTagMatchesDigest [2021-02-18T08:58:23.892Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-18T08:58:23.892Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-18T08:58:25.849Z] .....INFO: Daemon under test started and replied! [2021-02-18T08:58:25.849Z] INFO: Docker version of the daemon under test [2021-02-18T08:58:25.849Z] [2021-02-18T08:58:25.849Z] Client: [2021-02-18T08:58:25.849Z] Version: 17.06.2-ce [2021-02-18T08:58:25.849Z] API version: 1.30 [2021-02-18T08:58:25.849Z] Go version: go1.8.3 [2021-02-18T08:58:25.849Z] Git commit: cec0b72 [2021-02-18T08:58:25.849Z] Built: Tue Sep 5 19:57:19 2017 [2021-02-18T08:58:25.849Z] OS/Arch: windows/amd64 [2021-02-18T08:58:25.849Z] [2021-02-18T08:58:25.849Z] Server: [2021-02-18T08:58:25.849Z] Version: 0.0.0-dev [2021-02-18T08:58:25.849Z] API version: 1.41 (minimum version 1.24) [2021-02-18T08:58:25.849Z] Go version: go1.13.15 [2021-02-18T08:58:25.849Z] Git commit: 45d1aa717c [2021-02-18T08:58:25.849Z] Built: 02/18/2021 08:56:28 [2021-02-18T08:58:25.849Z] OS/Arch: windows/amd64 [2021-02-18T08:58:25.849Z] Experimental: false [2021-02-18T08:58:25.849Z] [2021-02-18T08:58:25.849Z] INFO: Docker info of the daemon under test [2021-02-18T08:58:25.849Z] [2021-02-18T08:58:25.849Z] Containers: 0 [2021-02-18T08:58:25.849Z] Running: 0 [2021-02-18T08:58:25.849Z] Paused: 0 [2021-02-18T08:58:25.849Z] Stopped: 0 [2021-02-18T08:58:25.849Z] Images: 0 [2021-02-18T08:58:25.849Z] Server Version: 0.0.0-dev [2021-02-18T08:58:25.849Z] Storage Driver: windowsfilter [2021-02-18T08:58:25.849Z] Windows: [2021-02-18T08:58:25.849Z] Logging Driver: json-file [2021-02-18T08:58:25.849Z] Plugins: [2021-02-18T08:58:25.849Z] Volume: local [2021-02-18T08:58:25.849Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T08:58:25.849Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T08:58:25.849Z] Swarm: inactive [2021-02-18T08:58:25.849Z] Default Isolation: process [2021-02-18T08:58:25.849Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T08:58:25.849Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T08:58:25.849Z] OSType: windows [2021-02-18T08:58:25.849Z] Architecture: x86_64 [2021-02-18T08:58:25.849Z] CPUs: 4 [2021-02-18T08:58:25.849Z] Total Memory: 32GiB [2021-02-18T08:58:25.849Z] Name: azwin-2-4cafb0 [2021-02-18T08:58:25.849Z] ID: LEFW:ZQVM:FCRK:D76U:7JGF:CZAL:ZEQI:FZFJ:RXQB:NWF3:SCBO:RS2K [2021-02-18T08:58:25.849Z] Docker Root Dir: D:\CI\PR-41973\4\daemon [2021-02-18T08:58:25.849Z] Debug Mode (client): false [2021-02-18T08:58:25.849Z] Debug Mode (server): true [2021-02-18T08:58:25.849Z] File Descriptors: -1 [2021-02-18T08:58:25.849Z] Goroutines: 16 [2021-02-18T08:58:25.849Z] System Time: 2021-02-18T08:58:23.4129679Z [2021-02-18T08:58:25.849Z] EventsListeners: 0 [2021-02-18T08:58:25.849Z] Registry: https://index.docker.io/v1/ [2021-02-18T08:58:25.849Z] Labels: [2021-02-18T08:58:25.849Z] Experimental: false [2021-02-18T08:58:25.849Z] Insecure Registries: [2021-02-18T08:58:25.849Z] 127.0.0.0/8 [2021-02-18T08:58:25.849Z] Live Restore Enabled: false [2021-02-18T08:58:25.849Z] [2021-02-18T08:58:25.849Z] [2021-02-18T08:58:25.849Z] INFO: Docker images of the daemon under test [2021-02-18T08:58:25.849Z] [2021-02-18T08:58:25.849Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-18T08:58:25.849Z] [2021-02-18T08:58:25.849Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-02-18T08:58:25.849Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-02-18T08:58:25.849Z] ltsc2019: Pulling from windows/servercore [2021-02-18T08:58:25.849Z] 4612f6d0b889: Pulling fs layer [2021-02-18T08:58:25.849Z] db4edcf0861f: Pulling fs layer [2021-02-18T08:58:27.808Z] Loaded image: buildpack-deps:buster [2021-02-18T08:58:27.808Z] Loaded image: busybox:latest [2021-02-18T08:58:28.068Z] Loaded image: busybox:glibc [2021-02-18T08:58:29.505Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T08:58:29.505Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === Skipped [2021-02-18T08:58:29.505Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-18T08:58:29.505Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-18T08:58:29.505Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:73: No driver to put! [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-18T08:58:29.505Z] time="2021-02-18T08:57:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-18T08:58:29.505Z] time="2021-02-18T08:57:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-18T08:58:29.505Z] time="2021-02-18T08:57:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-18T08:58:29.505Z] time="2021-02-18T08:57:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-18T08:58:29.505Z] time="2021-02-18T08:57:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:73: No driver to put! [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-18T08:58:29.505Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-18T08:58:29.505Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-18T08:58:29.505Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T08:58:29.505Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-18T08:58:29.505Z] graphtest_unix.go:73: No driver to put! [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-18T08:58:29.505Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-18T08:58:29.505Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] [2021-02-18T08:58:29.505Z] DONE 2193 tests, 26 skipped in 261.518s Post stage [Pipeline] junit [2021-02-18T08:58:29.843Z] Recording test results [2021-02-18T08:58:30.171Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T08:58:30.557Z] db4edcf0861f: Verifying Checksum [2021-02-18T08:58:30.557Z] db4edcf0861f: Download complete [2021-02-18T08:58:30.613Z] Loaded image: debian:bullseye [2021-02-18T08:58:30.613Z] Loaded image: hello-world:latest [2021-02-18T08:58:30.613Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T08:58:30.618Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -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:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh dynbinary test-integration [2021-02-18T08:58:30.914Z] [2021-02-18T08:58:30.914Z] Removing bundles/ [2021-02-18T08:58:30.914Z] [2021-02-18T08:58:30.914Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-18T08:58:30.914Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T08:58:30.914Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T08:58:39.144Z] 4612f6d0b889: Verifying Checksum [2021-02-18T08:58:39.144Z] 4612f6d0b889: Download complete [2021-02-18T08:58:40.611Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.26s) [2021-02-18T08:58:40.611Z] PASS [2021-02-18T08:58:40.611Z] [2021-02-18T08:58:40.611Z] === Skipped [2021-02-18T08:58:40.611Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-02-18T08:58:40.611Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T08:58:40.611Z] [2021-02-18T08:58:40.611Z] [2021-02-18T08:58:40.611Z] DONE 33 tests, 1 skipped in 126.622s [2021-02-18T08:58:40.611Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T08:58:40.611Z] ++ 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-18T08:58:40.611Z] ++ set -e [2021-02-18T08:58:40.611Z] ++ '[' -n 0 ']' [2021-02-18T08:58:40.611Z] ++ set -x [2021-02-18T08:58:40.611Z] ++ env -i DEST=/go/src/github.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-18T08:58:40.611Z] INFO: Testing against a local daemon [2021-02-18T08:58:40.611Z] === RUN TestConfigInspect [2021-02-18T08:58:43.153Z] --- PASS: TestConfigInspect (3.70s) [2021-02-18T08:58:43.153Z] === RUN TestConfigList [2021-02-18T08:58:46.450Z] --- PASS: TestConfigList (3.24s) [2021-02-18T08:58:46.450Z] === RUN TestConfigsCreateAndDelete [2021-02-18T08:58:47.936Z] Loaded image: buildpack-deps:buster [2021-02-18T08:58:47.936Z] Loaded image: buildpack-deps:buster [2021-02-18T08:58:47.936Z] Loaded image: busybox:latest [2021-02-18T08:58:47.936Z] Loaded image: busybox:latest [2021-02-18T08:58:47.936Z] Loaded image: busybox:glibc [2021-02-18T08:58:47.936Z] Loaded image: busybox:glibc [2021-02-18T08:58:47.936Z] Loaded image: debian:bullseye [2021-02-18T08:58:48.195Z] Loaded image: hello-world:latest [2021-02-18T08:58:48.195Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T08:58:48.456Z] Loaded image: debian:bullseye [2021-02-18T08:58:48.456Z] INFO: Testing against a local daemon [2021-02-18T08:58:48.456Z] === RUN TestDockerDaemonSuite [2021-02-18T08:58:48.456Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-02-18T08:58:48.456Z] Loaded image: hello-world:latest [2021-02-18T08:58:49.023Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T08:58:49.023Z] INFO: Testing against a local daemon [2021-02-18T08:58:49.023Z] === RUN TestDockerSuite [2021-02-18T08:58:49.023Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-18T08:58:49.282Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-18T08:58:49.282Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-18T08:58:49.282Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-18T08:58:49.282Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-18T08:58:49.541Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-18T08:58:49.541Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-18T08:58:49.541Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-18T08:58:49.748Z] --- PASS: TestConfigsCreateAndDelete (3.24s) [2021-02-18T08:58:49.748Z] === RUN TestConfigsUpdate [2021-02-18T08:58:50.482Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-18T08:58:50.743Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-18T08:58:51.311Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-18T08:58:51.311Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-18T08:58:51.390Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-02-18T08:58:52.254Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-18T08:58:52.515Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-18T08:58:52.515Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-18T08:58:53.047Z] --- PASS: TestConfigsUpdate (3.20s) [2021-02-18T08:58:53.047Z] === RUN TestTemplatedConfig [2021-02-18T08:58:53.898Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-02-18T08:58:54.474Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-18T08:58:54.734Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-18T08:58:54.734Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-18T08:58:54.734Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-18T08:58:55.670Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-18T08:58:55.929Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-18T08:58:56.343Z] --- PASS: TestTemplatedConfig (3.47s) [2021-02-18T08:58:56.343Z] === RUN TestConfigCreateResolve [2021-02-18T08:58:57.308Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-18T08:58:57.308Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-18T08:58:57.308Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-18T08:58:57.308Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-18T08:58:59.638Z] --- PASS: TestConfigCreateResolve (3.24s) [2021-02-18T08:58:59.638Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T08:59:00.209Z] --- PASS: TestConfigDaemonLibtrustID (0.69s) [2021-02-18T08:59:00.209Z] PASS [2021-02-18T08:59:00.209Z] [2021-02-18T08:59:00.209Z] DONE 7 tests in 20.925s [2021-02-18T08:59:00.209Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T08:59:00.209Z] ++ 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-18T08:59:00.209Z] ++ set -e [2021-02-18T08:59:00.209Z] ++ '[' -n 0 ']' [2021-02-18T08:59:00.209Z] ++ set -x [2021-02-18T08:59:00.209Z] ++ env -i DEST=/go/src/github.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-18T08:59:00.470Z] INFO: Testing against a local daemon [2021-02-18T08:59:00.470Z] === RUN TestCheckpoint [2021-02-18T08:59:00.470Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T08:59:00.470Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T08:59:00.470Z] === RUN TestContainerInvalidJSON [2021-02-18T08:59:00.470Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:59:00.470Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:59:00.470Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:59:00.470Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:59:00.470Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:59:00.470Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:59:00.470Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T08:59:00.470Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T08:59:00.470Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T08:59:00.470Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-02-18T08:59:00.470Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-18T08:59:00.470Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T08:59:00.470Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T08:59:00.470Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T08:59:00.734Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2021-02-18T08:59:00.734Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T08:59:00.734Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2021-02-18T08:59:00.734Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T08:59:00.995Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-02-18T08:59:00.995Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T08:59:00.995Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-02-18T08:59:00.995Z] === RUN TestCopyFromContainer [2021-02-18T08:59:02.917Z] === RUN TestCopyFromContainer// [2021-02-18T08:59:03.178Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T08:59:03.178Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T08:59:03.440Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T08:59:03.440Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T08:59:03.703Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T08:59:03.704Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T08:59:03.964Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T08:59:03.964Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T08:59:04.224Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer (3.18s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2021-02-18T08:59:04.224Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-02-18T08:59:04.224Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T08:59:04.224Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:59:04.224Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:59:04.224Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:59:04.224Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:59:04.224Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:59:04.224Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:59:04.224Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T08:59:04.224Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T08:59:04.224Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T08:59:04.224Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-18T08:59:04.224Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-02-18T08:59:04.224Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-02-18T08:59:04.224Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-02-18T08:59:04.225Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T08:59:04.485Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-02-18T08:59:04.485Z] === RUN TestCreateWithInvalidEnv [2021-02-18T08:59:04.485Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T08:59:04.485Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T08:59:04.485Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T08:59:04.485Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T08:59:04.485Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T08:59:04.485Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T08:59:04.485Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T08:59:04.485Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T08:59:04.485Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T08:59:04.485Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-18T08:59:04.485Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T08:59:04.485Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T08:59:04.485Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T08:59:04.485Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T08:59:04.485Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-02-18T08:59:04.485Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T08:59:06.733Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-02-18T08:59:07.027Z] --- PASS: TestCreateWithCustomMaskedPaths (2.20s) [2021-02-18T08:59:07.027Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T08:59:07.295Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-18T08:59:07.923Z] --- PASS: TestImportExtremelyLargeImageWorks (101.47s) [2021-02-18T08:59:07.923Z] PASS [2021-02-18T08:59:07.923Z] [2021-02-18T08:59:07.923Z] === Skipped [2021-02-18T08:59:07.923Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-18T08:59:07.923Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-18T08:59:07.923Z] [2021-02-18T08:59:07.923Z] [2021-02-18T08:59:07.923Z] DONE 12 tests, 1 skipped in 105.739s [2021-02-18T08:59:07.923Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T08:59:07.923Z] INFO: Testing against a local daemon [2021-02-18T08:59:07.923Z] === RUN TestNetworkCreateDelete [2021-02-18T08:59:07.923Z] --- PASS: TestNetworkCreateDelete (0.16s) [2021-02-18T08:59:07.923Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T08:59:07.923Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-02-18T08:59:07.923Z] === RUN TestDaemonDNSFallback [2021-02-18T08:59:07.923Z] --- PASS: TestDaemonDNSFallback (7.33s) [2021-02-18T08:59:07.923Z] === RUN TestInspectNetwork [2021-02-18T08:59:07.923Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-18T08:59:07.923Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:07.923Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T08:59:07.923Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-18T08:59:07.923Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.923Z] === RUN TestNetworkInvalidJSON [2021-02-18T08:59:07.923Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T08:59:07.923Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T08:59:07.923Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T08:59:07.923Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T08:59:07.923Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T08:59:07.923Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T08:59:07.923Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T08:59:07.923Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T08:59:07.923Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T08:59:07.923Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-18T08:59:07.923Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T08:59:07.923Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T08:59:07.923Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T08:59:07.923Z] === RUN TestNetworkList [2021-02-18T08:59:07.923Z] === RUN TestNetworkList//networks [2021-02-18T08:59:07.923Z] === PAUSE TestNetworkList//networks [2021-02-18T08:59:07.923Z] === RUN TestNetworkList//networks/ [2021-02-18T08:59:07.923Z] === PAUSE TestNetworkList//networks/ [2021-02-18T08:59:07.923Z] === CONT TestNetworkList//networks [2021-02-18T08:59:07.923Z] === CONT TestNetworkList//networks/ [2021-02-18T08:59:07.923Z] --- PASS: TestNetworkList (0.01s) [2021-02-18T08:59:07.923Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T08:59:07.923Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T08:59:07.923Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T08:59:07.923Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-18T08:59:07.923Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.923Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T08:59:07.923Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2021-02-18T08:59:07.923Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.923Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T08:59:07.923Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-02-18T08:59:07.923Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.923Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T08:59:07.923Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-18T08:59:07.923Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.923Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T08:59:07.923Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T08:59:07.923Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.923Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T08:59:07.923Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-18T08:59:07.923Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.923Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T08:59:07.924Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T08:59:07.924Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:07.924Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T08:59:07.924Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T08:59:07.924Z] service_test.go:236: FLAKY_TEST [2021-02-18T08:59:07.924Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T08:59:07.924Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-02-18T08:59:07.924Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:07.924Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T08:59:07.924Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T08:59:07.924Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:07.924Z] PASS [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === Skipped [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-02-18T08:59:07.924Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-02-18T08:59:07.924Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-02-18T08:59:07.924Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2021-02-18T08:59:07.924Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-02-18T08:59:07.924Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-18T08:59:07.924Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T08:59:07.924Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-18T08:59:07.924Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T08:59:07.924Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T08:59:07.924Z] service_test.go:236: FLAKY_TEST [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-02-18T08:59:07.924Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T08:59:07.924Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] DONE 22 tests, 12 skipped in 8.115s [2021-02-18T08:59:07.924Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T08:59:07.924Z] INFO: Testing against a local daemon [2021-02-18T08:59:07.924Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T08:59:07.924Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-18T08:59:07.924Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T08:59:07.924Z] === RUN TestDockerNetworkIpvlan [2021-02-18T08:59:07.924Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T08:59:07.924Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T08:59:07.924Z] PASS [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === Skipped [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-18T08:59:07.924Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T08:59:07.924Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] DONE 2 tests, 2 skipped in 0.148s [2021-02-18T08:59:07.924Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T08:59:07.924Z] INFO: Testing against a local daemon [2021-02-18T08:59:07.924Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T08:59:07.924Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-18T08:59:07.924Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] === RUN TestDockerNetworkMacvlan [2021-02-18T08:59:07.924Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-02-18T08:59:07.924Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] PASS [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === Skipped [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-18T08:59:07.924Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-02-18T08:59:07.924Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] DONE 2 tests, 2 skipped in 0.124s [2021-02-18T08:59:07.924Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T08:59:07.924Z] testing: warning: no tests to run [2021-02-18T08:59:07.924Z] PASS [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] DONE 0 tests in 0.029s [2021-02-18T08:59:07.924Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T08:59:07.924Z] INFO: Testing against a local daemon [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginTLS [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginHeader [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.27s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginV2Disable [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T08:59:07.924Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] PASS [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === Skipped [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.27s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-18T08:59:07.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] DONE 17 tests, 17 skipped in 0.490s [2021-02-18T08:59:07.924Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T08:59:07.924Z] INFO: Testing against a local daemon [2021-02-18T08:59:07.924Z] === RUN TestPluginInvalidJSON [2021-02-18T08:59:07.924Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T08:59:07.924Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T08:59:07.924Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T08:59:07.924Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-18T08:59:07.924Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T08:59:07.924Z] === RUN TestPluginInstall [2021-02-18T08:59:07.924Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-18T08:59:07.924Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] PASS [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] === Skipped [2021-02-18T08:59:07.924Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-02-18T08:59:07.924Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] [2021-02-18T08:59:07.924Z] DONE 3 tests, 1 skipped in 0.174s [2021-02-18T08:59:07.924Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T08:59:07.924Z] INFO: Testing against a local daemon [2021-02-18T08:59:07.924Z] === RUN TestExternalGraphDriver [2021-02-18T08:59:07.924Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-02-18T08:59:07.924Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-18T08:59:07.924Z] === RUN TestGraphdriverPluginV2 [2021-02-18T08:59:08.940Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.20s) [2021-02-18T08:59:08.940Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T08:59:08.940Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:59:08.940Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:59:08.940Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:59:08.940Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:59:08.940Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:59:08.940Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:59:08.940Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:59:08.940Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:59:08.940Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:59:08.940Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:59:08.940Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T08:59:08.940Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T08:59:08.940Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T08:59:08.940Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T08:59:08.940Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T08:59:08.940Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-18T08:59:08.940Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-02-18T08:59:08.940Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-02-18T08:59:08.940Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-02-18T08:59:08.940Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-02-18T08:59:08.940Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2021-02-18T08:59:08.940Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T08:59:09.244Z] tests/integration/client_test.py ..... [ 75%] [2021-02-18T08:59:09.244Z] tests/integration/context_api_test.py ... [ 76%] [2021-02-18T08:59:09.244Z] tests/integration/errors_test.py . [ 76%] [2021-02-18T08:59:09.883Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.75s) [2021-02-18T08:59:09.883Z] === RUN TestCreateDifferentPlatform [2021-02-18T08:59:09.883Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T08:59:09.883Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T08:59:09.883Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-18T08:59:09.883Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T08:59:09.883Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T08:59:09.883Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T08:59:09.883Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-02-18T08:59:09.883Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T08:59:09.883Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2021-02-18T08:59:09.883Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T08:59:09.883Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T08:59:09.883Z] === RUN TestDaemonRestartIpcMode [2021-02-18T08:59:09.883Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T08:59:09.883Z] === RUN TestDaemonHostGatewayIP [2021-02-18T08:59:09.883Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T08:59:09.883Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T08:59:09.883Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T08:59:09.883Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T08:59:09.883Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T08:59:09.883Z] === RUN TestDiff [2021-02-18T08:59:10.585Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-18T08:59:10.824Z] --- PASS: TestDiff (0.75s) [2021-02-18T08:59:10.824Z] === RUN TestExecWithCloseStdin [2021-02-18T08:59:11.395Z] --- PASS: TestExecWithCloseStdin (0.87s) [2021-02-18T08:59:11.395Z] === RUN TestExec [2021-02-18T08:59:12.336Z] --- PASS: TestExec (0.85s) [2021-02-18T08:59:12.336Z] === RUN TestExecUser [2021-02-18T08:59:12.703Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-02-18T08:59:12.963Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-18T08:59:13.212Z] --- PASS: TestGraphdriverPluginV2 (5.58s) [2021-02-18T08:59:13.212Z] PASS [2021-02-18T08:59:13.212Z] [2021-02-18T08:59:13.212Z] === Skipped [2021-02-18T08:59:13.212Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-02-18T08:59:13.212Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-18T08:59:13.212Z] [2021-02-18T08:59:13.212Z] [2021-02-18T08:59:13.212Z] DONE 2 tests, 1 skipped in 5.803s [2021-02-18T08:59:13.212Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T08:59:13.212Z] INFO: Testing against a local daemon [2021-02-18T08:59:13.212Z] === RUN TestContinueAfterPluginCrash [2021-02-18T08:59:13.212Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T08:59:13.212Z] === RUN TestReadPluginNoRead [2021-02-18T08:59:13.212Z] === PAUSE TestReadPluginNoRead [2021-02-18T08:59:13.212Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T08:59:13.212Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T08:59:13.212Z] === CONT TestContinueAfterPluginCrash [2021-02-18T08:59:13.212Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T08:59:13.399Z] --- PASS: TestExecUser (0.89s) [2021-02-18T08:59:13.399Z] === RUN TestExportContainerAndImportImage [2021-02-18T08:59:14.343Z] --- PASS: TestExportContainerAndImportImage (1.14s) [2021-02-18T08:59:14.343Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T08:59:15.505Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-18T08:59:16.449Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-02-18T08:59:16.449Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-18T08:59:16.922Z] --- PASS: TestExportContainerAfterDaemonRestart (2.11s) [2021-02-18T08:59:16.922Z] === RUN TestHealthCheckWorkdir [2021-02-18T08:59:17.036Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-18T08:59:17.498Z] --- PASS: TestHealthCheckWorkdir (1.06s) [2021-02-18T08:59:17.498Z] === RUN TestHealthKillContainer [2021-02-18T08:59:17.987Z] --- PASS: TestBuildWithHugeFile (104.08s) [2021-02-18T08:59:17.987Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T08:59:17.987Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:59:17.987Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:59:17.987Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:59:17.987Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:59:17.987Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:59:17.987Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:59:17.987Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T08:59:17.987Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T08:59:17.987Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-18T08:59:18.247Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T08:59:18.247Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-18T08:59:18.247Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2021-02-18T08:59:18.247Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2021-02-18T08:59:18.247Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2021-02-18T08:59:18.247Z] === RUN TestBuildPreserveOwnership [2021-02-18T08:59:18.247Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T08:59:18.827Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-02-18T08:59:19.086Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-02-18T08:59:19.801Z] --- PASS: TestDaemonStartWithLogOpt (6.82s) [2021-02-18T08:59:19.801Z] === CONT TestReadPluginNoRead [2021-02-18T08:59:20.465Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-02-18T08:59:20.725Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-02-18T08:59:20.800Z] --- PASS: TestHealthKillContainer (2.87s) [2021-02-18T08:59:20.801Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T08:59:21.061Z] --- PASS: TestInspectCpusetInConfigPre120 (0.75s) [2021-02-18T08:59:21.061Z] === RUN TestIpcModeNone [2021-02-18T08:59:21.662Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T08:59:22.002Z] --- PASS: TestIpcModeNone (0.85s) [2021-02-18T08:59:22.002Z] === RUN TestIpcModePrivate [2021-02-18T08:59:22.600Z] === RUN TestDockerSuite/TestAttachDetach [2021-02-18T08:59:22.861Z] --- PASS: TestBuildPreserveOwnership (4.51s) [2021-02-18T08:59:22.861Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.23s) [2021-02-18T08:59:22.861Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.26s) [2021-02-18T08:59:22.861Z] === RUN TestBuildPlatformInvalid [2021-02-18T08:59:22.861Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2021-02-18T08:59:22.861Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T08:59:22.943Z] --- PASS: TestIpcModePrivate (0.85s) [2021-02-18T08:59:22.943Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2021-02-18T08:59:22.943Z] === RUN TestIpcModeShareable [2021-02-18T08:59:23.428Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-18T08:59:23.884Z] --- PASS: TestIpcModeShareable (0.85s) [2021-02-18T08:59:23.884Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2021-02-18T08:59:23.884Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T08:59:24.053Z] --- PASS: TestContinueAfterPluginCrash (10.48s) [2021-02-18T08:59:24.053Z] === RUN TestReadPluginNoRead/default [2021-02-18T08:59:24.365Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-18T08:59:25.742Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-02-18T08:59:25.966Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T08:59:26.427Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s) [2021-02-18T08:59:26.427Z] === RUN TestAPIIpcModeHost [2021-02-18T08:59:26.999Z] --- PASS: TestAPIIpcModeHost (0.65s) [2021-02-18T08:59:26.999Z] === RUN TestDaemonIpcModeShareable [2021-02-18T08:59:27.118Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-18T08:59:27.685Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-18T08:59:27.734Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-02-18T08:59:27.879Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T08:59:28.622Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-18T08:59:28.881Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-02-18T08:59:28.910Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2021-02-18T08:59:28.910Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2021-02-18T08:59:28.910Z] === RUN TestDaemonIpcModePrivate [2021-02-18T08:59:30.259Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-18T08:59:30.423Z] --- PASS: TestReadPluginNoRead (10.42s) [2021-02-18T08:59:30.423Z] --- PASS: TestReadPluginNoRead/default (2.26s) [2021-02-18T08:59:30.423Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.24s) [2021-02-18T08:59:30.423Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.26s) [2021-02-18T08:59:30.423Z] read_test.go:92: [de6fe6692818a] daemon is not started [2021-02-18T08:59:30.423Z] PASS [2021-02-18T08:59:30.423Z] [2021-02-18T08:59:30.423Z] DONE 6 tests in 17.428s [2021-02-18T08:59:30.423Z] 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-18T08:59:30.423Z] testing: warning: no tests to run [2021-02-18T08:59:30.423Z] PASS [2021-02-18T08:59:30.423Z] [2021-02-18T08:59:30.423Z] DONE 0 tests in 0.057s [2021-02-18T08:59:30.423Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T08:59:30.423Z] INFO: Testing against a local daemon [2021-02-18T08:59:30.423Z] === RUN TestPluginWithDevMounts [2021-02-18T08:59:30.423Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-18T08:59:30.423Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-18T08:59:30.423Z] PASS [2021-02-18T08:59:30.423Z] [2021-02-18T08:59:30.423Z] === Skipped [2021-02-18T08:59:30.423Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-02-18T08:59:30.423Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-18T08:59:30.423Z] [2021-02-18T08:59:30.423Z] [2021-02-18T08:59:30.423Z] DONE 1 tests, 1 skipped in 0.167s [2021-02-18T08:59:30.423Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T08:59:30.683Z] INFO: Testing against a local daemon [2021-02-18T08:59:30.683Z] === RUN TestSecretInspect [2021-02-18T08:59:30.683Z] --- SKIP: TestSecretInspect (0.01s) [2021-02-18T08:59:30.683Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] === RUN TestSecretList [2021-02-18T08:59:30.683Z] --- SKIP: TestSecretList (0.02s) [2021-02-18T08:59:30.683Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] === RUN TestSecretsCreateAndDelete [2021-02-18T08:59:30.683Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-02-18T08:59:30.683Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] === RUN TestSecretsUpdate [2021-02-18T08:59:30.683Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-02-18T08:59:30.683Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] === RUN TestTemplatedSecret [2021-02-18T08:59:30.683Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-18T08:59:30.683Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] === RUN TestSecretCreateResolve [2021-02-18T08:59:30.683Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-02-18T08:59:30.683Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] PASS [2021-02-18T08:59:30.683Z] [2021-02-18T08:59:30.683Z] === Skipped [2021-02-18T08:59:30.683Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-02-18T08:59:30.683Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] [2021-02-18T08:59:30.683Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2021-02-18T08:59:30.683Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] [2021-02-18T08:59:30.683Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-02-18T08:59:30.683Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] [2021-02-18T08:59:30.683Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-02-18T08:59:30.683Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] [2021-02-18T08:59:30.683Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-02-18T08:59:30.683Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] [2021-02-18T08:59:30.683Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-02-18T08:59:30.683Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.683Z] [2021-02-18T08:59:30.683Z] [2021-02-18T08:59:30.683Z] DONE 6 tests, 6 skipped in 0.208s [2021-02-18T08:59:30.683Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T08:59:30.821Z] --- PASS: TestDaemonIpcModePrivate (1.78s) [2021-02-18T08:59:30.821Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2021-02-18T08:59:30.821Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T08:59:30.944Z] INFO: Testing against a local daemon [2021-02-18T08:59:30.944Z] === RUN TestServiceCreateInit [2021-02-18T08:59:30.944Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T08:59:30.944Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T08:59:30.944Z] --- PASS: TestServiceCreateInit (0.02s) [2021-02-18T08:59:30.944Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T08:59:30.944Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T08:59:30.944Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-02-18T08:59:30.944Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateServiceConflict [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-02-18T08:59:30.944Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-02-18T08:59:30.944Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-18T08:59:30.944Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-02-18T08:59:30.944Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-02-18T08:59:30.944Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateServiceSysctls [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-18T08:59:30.944Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateServiceCapabilities [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-02-18T08:59:30.944Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestInspect [2021-02-18T08:59:30.944Z] --- SKIP: TestInspect (0.01s) [2021-02-18T08:59:30.944Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestCreateJob [2021-02-18T08:59:30.944Z] --- SKIP: TestCreateJob (0.01s) [2021-02-18T08:59:30.944Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestReplicatedJob [2021-02-18T08:59:30.944Z] --- SKIP: TestReplicatedJob (0.01s) [2021-02-18T08:59:30.944Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:30.944Z] === RUN TestUpdateReplicatedJob [2021-02-18T08:59:31.204Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-02-18T08:59:31.204Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:31.204Z] === RUN TestServiceListWithStatuses [2021-02-18T08:59:31.204Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T08:59:31.204Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T08:59:31.204Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T08:59:31.204Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-02-18T08:59:31.204Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:31.204Z] === RUN TestDockerNetworkReConnect [2021-02-18T08:59:31.204Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-02-18T08:59:31.204Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:31.204Z] === RUN TestServicePlugin [2021-02-18T08:59:31.638Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-02-18T08:59:32.206Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-18T08:59:32.736Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s) [2021-02-18T08:59:32.736Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2021-02-18T08:59:32.736Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T08:59:33.584Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-18T08:59:34.118Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s) [2021-02-18T08:59:34.118Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2021-02-18T08:59:34.118Z] === RUN TestIpcModeOlderClient [2021-02-18T08:59:34.379Z] === PAUSE TestIpcModeOlderClient [2021-02-18T08:59:34.379Z] === RUN TestKillContainerInvalidSignal [2021-02-18T08:59:34.506Z] --- SKIP: TestServicePlugin (3.49s) [2021-02-18T08:59:34.506Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.506Z] === RUN TestServiceUpdateLabel [2021-02-18T08:59:34.506Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-02-18T08:59:34.506Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.506Z] === RUN TestServiceUpdateSecrets [2021-02-18T08:59:34.506Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-02-18T08:59:34.506Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.506Z] === RUN TestServiceUpdateConfigs [2021-02-18T08:59:34.506Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-02-18T08:59:34.506Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.506Z] === RUN TestServiceUpdateNetwork [2021-02-18T08:59:34.767Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-02-18T08:59:34.767Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T08:59:34.767Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2021-02-18T08:59:34.767Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] PASS [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === Skipped [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T08:59:34.767Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T08:59:34.767Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T08:59:34.767Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T08:59:34.767Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-02-18T08:59:34.767Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-02-18T08:59:34.767Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-02-18T08:59:34.767Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-18T08:59:34.767Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-02-18T08:59:34.767Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-02-18T08:59:34.767Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2021-02-18T08:59:34.767Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-02-18T08:59:34.767Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-02-18T08:59:34.767Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-02-18T08:59:34.767Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-02-18T08:59:34.767Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-02-18T08:59:34.767Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T08:59:34.767Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-02-18T08:59:34.767Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-02-18T08:59:34.767Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s) [2021-02-18T08:59:34.767Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-02-18T08:59:34.767Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-02-18T08:59:34.767Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-02-18T08:59:34.767Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-02-18T08:59:34.767Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2021-02-18T08:59:34.767Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] DONE 24 tests, 23 skipped in 3.950s [2021-02-18T08:59:34.767Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T08:59:34.767Z] INFO: Testing against a local daemon [2021-02-18T08:59:34.767Z] === RUN TestSessionCreate [2021-02-18T08:59:34.767Z] --- PASS: TestSessionCreate (0.02s) [2021-02-18T08:59:34.767Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T08:59:34.767Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-18T08:59:34.767Z] PASS [2021-02-18T08:59:34.767Z] [2021-02-18T08:59:34.767Z] DONE 2 tests in 0.178s [2021-02-18T08:59:34.767Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T08:59:34.950Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2021-02-18T08:59:34.950Z] === RUN TestKillContainer [2021-02-18T08:59:34.950Z] === RUN TestKillContainer/no_signal [2021-02-18T08:59:34.975Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-18T08:59:34.975Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-18T08:59:35.028Z] INFO: Testing against a local daemon [2021-02-18T08:59:35.028Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T08:59:35.028Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T08:59:35.028Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T08:59:35.028Z] === RUN TestEventsExecDie [2021-02-18T08:59:35.542Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-02-18T08:59:35.599Z] --- PASS: TestEventsExecDie (0.53s) [2021-02-18T08:59:35.600Z] === RUN TestEventsBackwardsCompatible [2021-02-18T08:59:35.600Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-02-18T08:59:35.600Z] === RUN TestInfoBinaryCommits [2021-02-18T08:59:35.600Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-18T08:59:35.600Z] === RUN TestInfoAPIVersioned [2021-02-18T08:59:35.600Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-18T08:59:35.600Z] === RUN TestInfoDiscoveryBackend [2021-02-18T08:59:35.890Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T08:59:36.111Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-18T08:59:36.462Z] === RUN TestKillContainer/killing_signal [2021-02-18T08:59:37.048Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-18T08:59:37.403Z] --- PASS: TestKillContainer (2.33s) [2021-02-18T08:59:37.403Z] --- PASS: TestKillContainer/no_signal (0.75s) [2021-02-18T08:59:37.403Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2021-02-18T08:59:37.403Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2021-02-18T08:59:37.403Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T08:59:37.403Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T08:59:37.510Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2021-02-18T08:59:37.510Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T08:59:37.973Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T08:59:38.914Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s) [2021-02-18T08:59:38.914Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.72s) [2021-02-18T08:59:38.914Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-02-18T08:59:38.914Z] === RUN TestKillStoppedContainer [2021-02-18T08:59:38.914Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-02-18T08:59:38.914Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T08:59:39.174Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-02-18T08:59:39.174Z] === RUN TestKillDifferentUserContainer [2021-02-18T08:59:39.583Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-02-18T08:59:39.746Z] --- PASS: TestKillDifferentUserContainer (0.80s) [2021-02-18T08:59:39.746Z] === RUN TestInspectOomKilledTrue [2021-02-18T08:59:39.746Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T08:59:39.746Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T08:59:39.746Z] === RUN TestInspectOomKilledFalse [2021-02-18T08:59:39.746Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T08:59:39.746Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T08:59:39.746Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T08:59:40.316Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2021-02-18T08:59:40.316Z] === RUN TestLinksContainerNames [2021-02-18T08:59:40.808Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-02-18T08:59:40.808Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T08:59:40.808Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-18T08:59:40.808Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T08:59:40.808Z] === RUN TestInfoAPI [2021-02-18T08:59:40.808Z] --- PASS: TestInfoAPI (0.04s) [2021-02-18T08:59:40.808Z] === RUN TestInfoAPIWarnings [2021-02-18T08:59:42.118Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-02-18T08:59:42.227Z] --- PASS: TestLinksContainerNames (1.55s) [2021-02-18T08:59:42.227Z] === RUN TestLogsFollowTailEmpty [2021-02-18T08:59:42.797Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2021-02-18T08:59:42.797Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T08:59:43.498Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-02-18T08:59:43.738Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/default [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/private [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/slave [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/shared [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/default [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/shared [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/slave [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/private [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T08:59:43.738Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:59:43.738Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T08:59:43.738Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T08:59:43.999Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-02-18T08:59:43.999Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-02-18T08:59:44.000Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-02-18T08:59:44.000Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T08:59:44.186Z] ......... [ 86%] [2021-02-18T08:59:46.542Z] --- PASS: TestContainerBindMountNonRecursive (2.25s) [2021-02-18T08:59:46.542Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T08:59:46.788Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-02-18T08:59:46.788Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-02-18T08:59:47.201Z] --- PASS: TestContainerVolumesMountedAsShared (0.71s) [2021-02-18T08:59:47.201Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T08:59:47.203Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-02-18T08:59:47.774Z] --- PASS: TestContainerVolumesMountedAsSlave (0.59s) [2021-02-18T08:59:47.774Z] === RUN TestNetworkNat [2021-02-18T08:59:48.345Z] --- PASS: TestNetworkNat (0.85s) [2021-02-18T08:59:48.345Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T08:59:48.527Z] tests/integration/models_images_test.py ............... [ 89%] [2021-02-18T08:59:49.110Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-02-18T08:59:49.287Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s) [2021-02-18T08:59:49.287Z] === RUN TestNetworkLoopbackNat [2021-02-18T08:59:49.678Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-02-18T08:59:49.709Z] tests/integration/models_networks_test.py .... [ 90%] [2021-02-18T08:59:52.213Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-02-18T08:59:52.585Z] --- PASS: TestNetworkLoopbackNat (3.19s) [2021-02-18T08:59:52.585Z] === RUN TestPause [2021-02-18T08:59:53.526Z] --- PASS: TestPause (0.80s) [2021-02-18T08:59:53.526Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T08:59:53.526Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T08:59:53.526Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T08:59:53.526Z] === RUN TestPauseStopPausedContainer [2021-02-18T08:59:54.096Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2021-02-18T08:59:54.096Z] === RUN TestPsFilter [2021-02-18T08:59:54.127Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-02-18T08:59:54.356Z] --- PASS: TestPsFilter (0.23s) [2021-02-18T08:59:54.356Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T08:59:55.298Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s) [2021-02-18T08:59:55.298Z] === RUN TestRemoveContainerWithVolume [2021-02-18T08:59:55.507Z] Loaded image: buildpack-deps:buster [2021-02-18T08:59:55.507Z] Loaded image: busybox:latest [2021-02-18T08:59:55.869Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2021-02-18T08:59:55.869Z] === RUN TestRemoveContainerRunning [2021-02-18T08:59:56.077Z] Loaded image: busybox:glibc [2021-02-18T08:59:56.287Z] tests/integration/models_nodes_test.py . [ 91%] [2021-02-18T08:59:56.287Z] tests/integration/models_resources_test.py . [ 91%] [2021-02-18T08:59:56.809Z] --- PASS: TestRemoveContainerRunning (0.77s) [2021-02-18T08:59:56.809Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T08:59:57.013Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-02-18T08:59:57.380Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.80s) [2021-02-18T08:59:57.380Z] === RUN TestRemoveInvalidContainer [2021-02-18T08:59:57.380Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-18T08:59:57.380Z] === RUN TestRenameLinkedContainer [2021-02-18T08:59:57.950Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-18T08:59:57.950Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-02-18T08:59:58.518Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-02-18T08:59:58.777Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-18T08:59:58.915Z] --- PASS: TestInfoAPIWarnings (17.38s) [2021-02-18T08:59:58.915Z] === RUN TestInfoDebug [2021-02-18T08:59:59.486Z] --- PASS: TestInfoDebug (1.53s) [2021-02-18T08:59:59.486Z] === RUN TestInfoInsecureRegistries [2021-02-18T09:00:00.678Z] --- PASS: TestRenameLinkedContainer (3.05s) [2021-02-18T09:00:00.678Z] === RUN TestRenameStoppedContainer [2021-02-18T09:00:00.682Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-18T09:00:00.682Z] Loaded image: debian:bullseye [2021-02-18T09:00:00.682Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-18T09:00:00.682Z] Loaded image: hello-world:latest [2021-02-18T09:00:00.941Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:00:01.248Z] --- PASS: TestRenameStoppedContainer (0.76s) [2021-02-18T09:00:01.248Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T09:00:01.396Z] --- PASS: TestInfoInsecureRegistries (1.54s) [2021-02-18T09:00:01.396Z] === RUN TestInfoRegistryMirrors [2021-02-18T09:00:01.509Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-02-18T09:00:02.447Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-02-18T09:00:02.779Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2021-02-18T09:00:02.779Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T09:00:02.779Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2021-02-18T09:00:02.779Z] === RUN TestPingCacheHeaders [2021-02-18T09:00:02.779Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-02-18T09:00:02.779Z] === RUN TestPingGet [2021-02-18T09:00:02.779Z] --- PASS: TestPingGet (0.01s) [2021-02-18T09:00:02.779Z] === RUN TestPingHead [2021-02-18T09:00:02.779Z] --- PASS: TestPingHead (0.02s) [2021-02-18T09:00:02.779Z] === RUN TestVersion [2021-02-18T09:00:02.779Z] --- PASS: TestVersion (0.03s) [2021-02-18T09:00:02.779Z] PASS [2021-02-18T09:00:02.779Z] [2021-02-18T09:00:02.779Z] === Skipped [2021-02-18T09:00:02.779Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:00:02.779Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:00:02.779Z] [2021-02-18T09:00:02.779Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-18T09:00:02.779Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T09:00:02.779Z] [2021-02-18T09:00:02.779Z] [2021-02-18T09:00:02.779Z] DONE 18 tests, 2 skipped in 27.928s [2021-02-18T09:00:02.779Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T09:00:02.869Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-02-18T09:00:03.040Z] INFO: Testing against a local daemon [2021-02-18T09:00:03.040Z] === RUN TestVolumesCreateAndList [2021-02-18T09:00:03.040Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-18T09:00:03.040Z] === RUN TestVolumesRemove [2021-02-18T09:00:03.040Z] --- PASS: TestVolumesRemove (0.07s) [2021-02-18T09:00:03.040Z] === RUN TestVolumesInspect [2021-02-18T09:00:03.040Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-18T09:00:03.040Z] === RUN TestVolumesInvalidJSON [2021-02-18T09:00:03.040Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T09:00:03.040Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T09:00:03.040Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T09:00:03.040Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-18T09:00:03.040Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T09:00:03.040Z] PASS [2021-02-18T09:00:03.040Z] [2021-02-18T09:00:03.040Z] DONE 5 tests in 0.255s [2021-02-18T09:00:03.040Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:00:03.040Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12203 is not a child of this shell [2021-02-18T09:00:03.040Z] warning: PID 12203 from bundles/test-integration/docker.pid had a nonzero exit code [2021-02-18T09:00:03.040Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:00:03.040Z] [2021-02-18T09:00:03.040Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:00:03.040Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:00:03.040Z] [2021-02-18T09:00:03.040Z] To set a process to complain mode, use the command line tool [2021-02-18T09:00:03.040Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:00:03.040Z] Removing test suite binaries [2021-02-18T09:00:03.160Z] --- PASS: TestRenameRunningContainerAndReuse (1.56s) [2021-02-18T09:00:03.160Z] === RUN TestRenameInvalidName [2021-02-18T09:00:03.300Z] exiting test-integration [2021-02-18T09:00:03.300Z] ++ exit 0 [2021-02-18T09:00:03.730Z] --- PASS: TestRenameInvalidName (0.78s) [2021-02-18T09:00:03.730Z] === RUN TestRenameAnonymousContainer [2021-02-18T09:00:04.241Z] [2021-02-18T09:00:04.353Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache Post stage [Pipeline] junit [2021-02-18T09:00:05.641Z] Recording test results [2021-02-18T09:00:06.258Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-02-18T09:00:06.528Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-02-18T09:00:06.787Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-18T09:00:07.281Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T09:00:07.632Z] + echo Ensuring container killed. [2021-02-18T09:00:07.632Z] Ensuring container killed. [2021-02-18T09:00:07.632Z] + docker rm -vf docker-pr4 [2021-02-18T09:00:07.632Z] Error: No such container: docker-pr4 [Pipeline] sh [2021-02-18T09:00:07.921Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:00:07.921Z] Chowning /workspace to jenkins user [2021-02-18T09:00:07.921Z] + id -u [2021-02-18T09:00:07.921Z] + id -g [2021-02-18T09:00:07.921Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41973:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T09:00:07.921Z] Unable to find image 'busybox:latest' locally [2021-02-18T09:00:07.934Z] --- PASS: TestRenameAnonymousContainer (4.00s) [2021-02-18T09:00:07.934Z] === RUN TestRenameContainerWithSameName [2021-02-18T09:00:08.165Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-02-18T09:00:08.181Z] latest: Pulling from library/busybox [2021-02-18T09:00:08.181Z] 4c892f00285e: Pulling fs layer [2021-02-18T09:00:08.383Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T09:00:08.383Z] [2021-02-18T09:00:08.383Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T09:00:08.383Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T09:00:08.383Z] HOSTNAME=05131b0ad851 [2021-02-18T09:00:08.383Z] TESTDEBUG=0 [2021-02-18T09:00:08.383Z] DEST=bundles/test-integration [2021-02-18T09:00:08.383Z] PWD=/go/src/github.com/docker/docker [2021-02-18T09:00:08.383Z] DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 [2021-02-18T09:00:08.383Z] container=docker [2021-02-18T09:00:08.383Z] HOME=/root [2021-02-18T09:00:08.383Z] GOLANG_VERSION=1.13.15 [2021-02-18T09:00:08.383Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T09:00:08.383Z] VALIDATE_BRANCH=20.10 [2021-02-18T09:00:08.383Z] TERM=xterm [2021-02-18T09:00:08.383Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T09:00:08.383Z] SHLVL=1 [2021-02-18T09:00:08.383Z] TIMEOUT=120m [2021-02-18T09:00:08.383Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T09:00:08.383Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T09:00:08.383Z] GO111MODULE=off [2021-02-18T09:00:08.383Z] DOCKER_EXPERIMENTAL=1 [2021-02-18T09:00:08.383Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T09:00:08.383Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T09:00:08.383Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T09:00:08.383Z] GOPATH=/go [2021-02-18T09:00:08.383Z] PKG_CONFIG=pkg-config [2021-02-18T09:00:08.383Z] _=/usr/bin/env [2021-02-18T09:00:08.383Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T09:00:08.424Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-18T09:00:08.505Z] --- PASS: TestRenameContainerWithSameName (0.78s) [2021-02-18T09:00:08.505Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T09:00:08.684Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (45.64s) [2021-02-18T09:00:08.684Z] PASS [2021-02-18T09:00:08.684Z] [2021-02-18T09:00:08.684Z] === Skipped [2021-02-18T09:00:08.684Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-18T09:00:08.684Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:00:08.684Z] [2021-02-18T09:00:08.684Z] [2021-02-18T09:00:08.684Z] DONE 33 tests, 1 skipped in 248.638s [2021-02-18T09:00:08.684Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T09:00:08.684Z] ++ 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-18T09:00:08.684Z] ++ set -e [2021-02-18T09:00:08.684Z] ++ '[' -n 0 ']' [2021-02-18T09:00:08.684Z] ++ set -x [2021-02-18T09:00:08.684Z] ++ env -i DEST=/go/src/github.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-18T09:00:08.684Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-02-18T09:00:08.943Z] INFO: Testing against a local daemon [2021-02-18T09:00:08.943Z] === RUN TestConfigInspect [2021-02-18T09:00:09.204Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-02-18T09:00:09.889Z] --- PASS: TestRenameContainerWithLinkedContainer (1.55s) [2021-02-18T09:00:09.889Z] === RUN TestResize [2021-02-18T09:00:09.958Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-02-18T09:00:09.958Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-02-18T09:00:10.831Z] --- PASS: TestResize (0.78s) [2021-02-18T09:00:10.831Z] === RUN TestResizeWithInvalidSize [2021-02-18T09:00:11.772Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2021-02-18T09:00:11.772Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T09:00:12.343Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:00:12.343Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:00:12.343Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:00:12.343Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:00:12.343Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:00:12.343Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:00:12.343Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:00:12.495Z] --- PASS: TestConfigInspect (3.31s) [2021-02-18T09:00:12.495Z] === RUN TestConfigList [2021-02-18T09:00:12.495Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-02-18T09:00:13.471Z] 4c892f00285e: Verifying Checksum [2021-02-18T09:00:13.471Z] 4c892f00285e: Download complete [2021-02-18T09:00:13.471Z] 4c892f00285e: Pull complete [2021-02-18T09:00:13.471Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T09:00:13.471Z] Status: Downloaded newer image for busybox:latest [2021-02-18T09:00:13.799Z] tests/integration/regression_test.py ...... [ 98%] [2021-02-18T09:00:14.261Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:00:14.261Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:00:14.311Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-02-18T09:00:14.311Z] tests/integration/credentials/utils_test.py . [100%] [2021-02-18T09:00:14.311Z] [2021-02-18T09:00:14.311Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-02-18T09:00:14.311Z] =========================== short test summary info ============================ [2021-02-18T09:00:14.311Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-02-18T09:00:14.311Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-02-18T09:00:14.311Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-02-18T09:00:14.311Z] Not supported on most drivers [2021-02-18T09:00:14.311Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-02-18T09:00:14.311Z] Output of docker top depends on host distro, and is not formalized. [2021-02-18T09:00:14.311Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-02-18T09:00:14.311Z] Output of docker top depends on host distro, and is not formalized. [2021-02-18T09:00:14.311Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-02-18T09:00:14.311Z] Can fail if eth0 has multiple IP addresses [2021-02-18T09:00:14.311Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-02-18T09:00:14.311Z] This doesn't seem to be taken into account by the engine [2021-02-18T09:00:14.311Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-02-18T09:00:14.311Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-02-18T09:00:14.311Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 300.75 seconds == [2021-02-18T09:00:14.567Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-02-18T09:00:15.208Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:00:15.337Z] --- PASS: TestImportExtremelyLargeImageWorks (102.76s) [2021-02-18T09:00:15.337Z] PASS [2021-02-18T09:00:15.337Z] [2021-02-18T09:00:15.337Z] DONE 12 tests in 105.556s [2021-02-18T09:00:15.337Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T09:00:15.337Z] INFO: Testing against a local daemon [2021-02-18T09:00:15.337Z] === RUN TestNetworkCreateDelete [2021-02-18T09:00:15.337Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-02-18T09:00:15.337Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T09:00:15.337Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2021-02-18T09:00:15.337Z] === RUN TestDaemonDNSFallback [2021-02-18T09:00:15.337Z] --- PASS: TestDaemonDNSFallback (6.41s) [2021-02-18T09:00:15.337Z] === RUN TestInspectNetwork [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:00:15.469Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:00:15.693Z] + bundleName=amd64-rootless [2021-02-18T09:00:15.693Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-02-18T09:00:15.693Z] Creating amd64-rootless-bundles.tar.gz [2021-02-18T09:00:15.693Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-02-18T09:00:15.693Z] + 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-18T09:00:15.706Z] Archiving artifacts [2021-02-18T09:00:15.731Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:00:15.849Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-18T09:00:15.849Z] --- PASS: TestConfigList (3.34s) [2021-02-18T09:00:15.849Z] === RUN TestConfigsCreateAndDelete [2021-02-18T09:00:16.676Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:00:16.712Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T09:00:16.712Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T09:00:16.712Z] === RUN TestInspectNetwork/network_name [2021-02-18T09:00:16.712Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T09:00:16.941Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:00:17.753Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-02-18T09:00:17.813Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41973/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T09:00:18.129Z] + make clean [2021-02-18T09:00:18.334Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:00:18.389Z] docker volume rm -f docker-dev-cache [2021-02-18T09:00:18.389Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T09:00:18.691Z] --- PASS: TestConfigsCreateAndDelete (3.17s) [2021-02-18T09:00:18.691Z] === RUN TestConfigsUpdate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T09:00:19.259Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-18T09:00:19.519Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-18T09:00:20.087Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-02-18T09:00:20.087Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.72s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.66s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.98s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.58s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.61s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.18s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.60s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.84s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.70s) [2021-02-18T09:00:20.884Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.31s) [2021-02-18T09:00:20.884Z] === RUN TestCgroupNamespacesRun [2021-02-18T09:00:21.465Z] --- PASS: TestConfigsUpdate (2.78s) [2021-02-18T09:00:21.465Z] === RUN TestTemplatedConfig [2021-02-18T09:00:21.724Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-18T09:00:21.984Z] --- PASS: TestInspectNetwork (7.45s) [2021-02-18T09:00:21.984Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T09:00:21.984Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T09:00:21.984Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T09:00:21.984Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T09:00:21.984Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T09:00:22.266Z] --- PASS: TestCgroupNamespacesRun (1.84s) [2021-02-18T09:00:22.266Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T09:00:22.292Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-02-18T09:00:22.923Z] --- PASS: TestRunContainerWithBridgeNone (1.69s) [2021-02-18T09:00:22.923Z] === RUN TestNetworkInvalidJSON [2021-02-18T09:00:22.923Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T09:00:22.923Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T09:00:22.923Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:00:22.923Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:00:22.923Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:00:22.923Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:00:22.923Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T09:00:22.923Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:00:22.923Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:00:22.923Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-18T09:00:22.923Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T09:00:22.923Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T09:00:22.923Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T09:00:22.923Z] === RUN TestNetworkList [2021-02-18T09:00:22.923Z] === RUN TestNetworkList//networks [2021-02-18T09:00:22.923Z] === PAUSE TestNetworkList//networks [2021-02-18T09:00:22.923Z] === RUN TestNetworkList//networks/ [2021-02-18T09:00:22.923Z] === PAUSE TestNetworkList//networks/ [2021-02-18T09:00:22.923Z] === CONT TestNetworkList//networks [2021-02-18T09:00:22.923Z] === CONT TestNetworkList//networks/ [2021-02-18T09:00:22.923Z] --- PASS: TestNetworkList (0.01s) [2021-02-18T09:00:22.923Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T09:00:22.923Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T09:00:22.923Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T09:00:23.489Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-02-18T09:00:23.489Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T09:00:24.179Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2021-02-18T09:00:24.179Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T09:00:24.423Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-02-18T09:00:24.423Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T09:00:24.835Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-02-18T09:00:24.989Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-02-18T09:00:24.989Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T09:00:25.403Z] --- PASS: TestTemplatedConfig (3.83s) [2021-02-18T09:00:25.403Z] === RUN TestConfigCreateResolve [2021-02-18T09:00:25.662Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-18T09:00:26.095Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2021-02-18T09:00:26.095Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T09:00:26.229Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-02-18T09:00:26.363Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-02-18T09:00:26.363Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T09:00:26.726Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:00:26.726Z] [2021-02-18T09:00:26.726Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:00:26.726Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:00:26.726Z] [2021-02-18T09:00:26.726Z] To set a process to complain mode, use the command line tool [2021-02-18T09:00:26.726Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:00:26.726Z] Post stage [Pipeline] junit [2021-02-18T09:00:26.991Z] Recording test results [2021-02-18T09:00:27.167Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-18T09:00:27.765Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2021-02-18T09:00:27.765Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T09:00:27.820Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-02-18T09:00:28.006Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2021-02-18T09:00:28.006Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T09:00:28.033Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-02-18T09:00:28.033Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T09:00:28.104Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-18T09:00:28.137Z] + echo Ensuring container killed. [2021-02-18T09:00:28.137Z] Ensuring container killed. [2021-02-18T09:00:28.137Z] + docker rm -vf docker-pr4 [2021-02-18T09:00:28.137Z] Error: No such container: docker-pr4 [Pipeline] sh [2021-02-18T09:00:28.363Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-02-18T09:00:28.460Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:00:28.460Z] Chowning /workspace to jenkins user [2021-02-18T09:00:28.460Z] + id -u [2021-02-18T09:00:28.460Z] + id -g [2021-02-18T09:00:28.460Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41973:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T09:00:28.460Z] Unable to find image 'busybox:latest' locally [2021-02-18T09:00:28.622Z] --- PASS: TestConfigCreateResolve (3.19s) [2021-02-18T09:00:28.622Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T09:00:29.191Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2021-02-18T09:00:29.191Z] PASS [2021-02-18T09:00:29.191Z] [2021-02-18T09:00:29.191Z] DONE 7 tests in 20.430s [2021-02-18T09:00:29.191Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T09:00:29.191Z] ++ 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-18T09:00:29.191Z] ++ set -e [2021-02-18T09:00:29.191Z] ++ '[' -n 0 ']' [2021-02-18T09:00:29.191Z] ++ set -x [2021-02-18T09:00:29.191Z] ++ env -i DEST=/go/src/github.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-18T09:00:29.388Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2021-02-18T09:00:29.388Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T09:00:29.450Z] INFO: Testing against a local daemon [2021-02-18T09:00:29.450Z] === RUN TestCheckpoint [2021-02-18T09:00:29.450Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T09:00:29.450Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:00:29.450Z] === RUN TestContainerInvalidJSON [2021-02-18T09:00:29.450Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:00:29.450Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:00:29.450Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:00:29.450Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:00:29.450Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:00:29.450Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:00:29.450Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:00:29.450Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:00:29.450Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:00:29.450Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-18T09:00:29.450Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-18T09:00:29.450Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T09:00:29.450Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-18T09:00:29.450Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T09:00:29.710Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2021-02-18T09:00:29.710Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T09:00:29.710Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-02-18T09:00:29.710Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T09:00:29.710Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2021-02-18T09:00:29.710Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T09:00:29.970Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-02-18T09:00:29.970Z] === RUN TestCopyFromContainer [2021-02-18T09:00:30.568Z] --- PASS: TestServiceWithPredefinedNetwork (2.47s) [2021-02-18T09:00:30.568Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T09:00:30.568Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:00:30.568Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:00:30.568Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T09:00:31.300Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.76s) [2021-02-18T09:00:31.300Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T09:00:31.348Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-02-18T09:00:31.916Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-18T09:00:31.916Z] === RUN TestCopyFromContainer// [2021-02-18T09:00:32.175Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-02-18T09:00:32.175Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T09:00:32.175Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T09:00:32.241Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.01s) [2021-02-18T09:00:32.241Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T09:00:32.435Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T09:00:32.435Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T09:00:32.694Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T09:00:32.694Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T09:00:32.953Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T09:00:32.953Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T09:00:32.953Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T09:00:33.211Z] --- PASS: TestCopyFromContainer (3.27s) [2021-02-18T09:00:33.211Z] --- PASS: TestCopyFromContainer// (0.15s) [2021-02-18T09:00:33.211Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2021-02-18T09:00:33.211Z] --- PASS: TestCopyFromContainer//bar/root/ (0.19s) [2021-02-18T09:00:33.211Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2021-02-18T09:00:33.212Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-02-18T09:00:33.212Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2021-02-18T09:00:33.212Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-02-18T09:00:33.212Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2021-02-18T09:00:33.212Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-02-18T09:00:33.212Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-02-18T09:00:33.212Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T09:00:33.212Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:00:33.212Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:00:33.212Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:00:33.212Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:00:33.212Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:00:33.212Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:00:33.212Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:00:33.212Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:00:33.212Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:00:33.212Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-18T09:00:33.212Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T09:00:33.212Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T09:00:33.212Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T09:00:33.212Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T09:00:33.212Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-02-18T09:00:33.212Z] === RUN TestCreateWithInvalidEnv [2021-02-18T09:00:33.212Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T09:00:33.212Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T09:00:33.212Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T09:00:33.212Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T09:00:33.212Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T09:00:33.212Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T09:00:33.212Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T09:00:33.212Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T09:00:33.212Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T09:00:33.212Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-18T09:00:33.212Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T09:00:33.212Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T09:00:33.212Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T09:00:33.212Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T09:00:33.212Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-18T09:00:33.212Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T09:00:33.698Z] latest: Pulling from library/busybox [2021-02-18T09:00:33.698Z] 4c892f00285e: Pulling fs layer [2021-02-18T09:00:33.954Z] 4c892f00285e: Download complete [2021-02-18T09:00:33.954Z] 4c892f00285e: Pull complete [2021-02-18T09:00:34.154Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2021-02-18T09:00:34.154Z] === RUN TestKernelTCPMemory [2021-02-18T09:00:34.216Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T09:00:34.216Z] Status: Downloaded newer image for busybox:latest [2021-02-18T09:00:35.095Z] --- PASS: TestKernelTCPMemory (0.92s) [2021-02-18T09:00:35.095Z] === RUN TestNISDomainname [2021-02-18T09:00:35.118Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:00:35.377Z] --- PASS: TestCreateWithCustomMaskedPaths (2.08s) [2021-02-18T09:00:35.377Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T09:00:35.485Z] + bundleName=docker-py [2021-02-18T09:00:35.485Z] + echo Creating docker-py-bundles.tar.gz [2021-02-18T09:00:35.485Z] Creating docker-py-bundles.tar.gz [2021-02-18T09:00:35.485Z] + 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-18T09:00:35.494Z] Archiving artifacts [2021-02-18T09:00:35.638Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-02-18T09:00:36.037Z] --- PASS: TestNISDomainname (0.94s) [2021-02-18T09:00:36.037Z] === RUN TestHostnameDnsResolution [2021-02-18T09:00:36.206Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-18T09:00:36.948Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41973/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-02-18T09:00:37.371Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh binary-daemon [2021-02-18T09:00:37.590Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-18T09:00:37.590Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.28s) [2021-02-18T09:00:37.590Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T09:00:37.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:00:37.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:00:37.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:00:37.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:00:37.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:00:37.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:00:37.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:00:37.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:00:37.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:00:37.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:00:37.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:00:37.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:00:37.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:00:37.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:00:37.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:00:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-18T09:00:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-02-18T09:00:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-02-18T09:00:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-18T09:00:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-18T09:00:37.849Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-02-18T09:00:37.849Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T09:00:37.934Z] [2021-02-18T09:00:37.934Z] Removing bundles/ [2021-02-18T09:00:37.934Z] [2021-02-18T09:00:37.934Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-02-18T09:00:37.934Z] Building: bundles/binary-daemon/dockerd-dev [2021-02-18T09:00:37.934Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T09:00:37.952Z] --- PASS: TestHostnameDnsResolution (1.68s) [2021-02-18T09:00:37.952Z] === RUN TestStats [2021-02-18T09:00:38.417Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s) [2021-02-18T09:00:38.417Z] === RUN TestCreateDifferentPlatform [2021-02-18T09:00:38.417Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T09:00:38.417Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T09:00:38.417Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-18T09:00:38.417Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T09:00:38.417Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-02-18T09:00:38.417Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T09:00:38.417Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-02-18T09:00:38.417Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T09:00:38.676Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-02-18T09:00:38.676Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T09:00:38.676Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T09:00:38.676Z] === RUN TestDaemonRestartIpcMode [2021-02-18T09:00:38.676Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T09:00:38.676Z] === RUN TestDaemonHostGatewayIP [2021-02-18T09:00:38.676Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T09:00:38.676Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T09:00:38.676Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T09:00:38.676Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T09:00:38.676Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T09:00:38.676Z] === RUN TestDiff [2021-02-18T09:00:39.246Z] --- PASS: TestDiff (0.61s) [2021-02-18T09:00:39.246Z] === RUN TestExecWithCloseStdin [2021-02-18T09:00:39.506Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-02-18T09:00:40.075Z] --- PASS: TestExecWithCloseStdin (0.91s) [2021-02-18T09:00:40.075Z] === RUN TestExec [2021-02-18T09:00:40.492Z] --- PASS: TestStats (2.81s) [2021-02-18T09:00:40.492Z] === RUN TestStopContainerWithTimeout [2021-02-18T09:00:40.492Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T09:00:40.492Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T09:00:40.492Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T09:00:40.492Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T09:00:40.492Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T09:00:40.492Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T09:00:40.492Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T09:00:40.492Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T09:00:40.492Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T09:00:40.492Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T09:00:40.492Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T09:00:40.492Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T09:00:40.644Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-18T09:00:41.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T09:00:41.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T09:00:41.213Z] --- PASS: TestExec (0.95s) [2021-02-18T09:00:41.213Z] === RUN TestExecUser [2021-02-18T09:00:42.151Z] --- PASS: TestExecUser (1.01s) [2021-02-18T09:00:42.151Z] === RUN TestExportContainerAndImportImage [2021-02-18T09:00:43.531Z] --- PASS: TestExportContainerAndImportImage (1.27s) [2021-02-18T09:00:43.531Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T09:00:43.531Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-02-18T09:00:43.791Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-02-18T09:00:43.793Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T09:00:43.793Z] --- PASS: TestStopContainerWithTimeout/0 (1.08s) [2021-02-18T09:00:43.793Z] --- PASS: TestStopContainerWithTimeout/1 (2.06s) [2021-02-18T09:00:43.793Z] --- PASS: TestStopContainerWithTimeout/-1 (3.22s) [2021-02-18T09:00:43.793Z] --- PASS: TestStopContainerWithTimeout/3 (3.29s) [2021-02-18T09:00:43.793Z] === RUN TestDeleteDevicemapper [2021-02-18T09:00:43.793Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T09:00:43.793Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:00:43.793Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T09:00:44.360Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-02-18T09:00:44.929Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-02-18T09:00:44.929Z] --- PASS: TestExportContainerAfterDaemonRestart (1.69s) [2021-02-18T09:00:44.929Z] === RUN TestHealthCheckWorkdir [2021-02-18T09:00:45.436Z] --- PASS: TestServiceWithDataPathPortInit (14.47s) [2021-02-18T09:00:45.436Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T09:00:46.308Z] --- PASS: TestHealthCheckWorkdir (1.15s) [2021-02-18T09:00:46.308Z] === RUN TestHealthKillContainer [2021-02-18T09:00:46.336Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.29s) [2021-02-18T09:00:46.336Z] === RUN TestUpdateMemory [2021-02-18T09:00:46.336Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-18T09:00:46.336Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:00:46.336Z] === RUN TestUpdateCPUQuota [2021-02-18T09:00:46.878Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-02-18T09:00:47.718Z] --- PASS: TestUpdateCPUQuota (1.35s) [2021-02-18T09:00:47.718Z] === RUN TestUpdatePidsLimit [2021-02-18T09:00:47.718Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T09:00:47.718Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T09:00:47.816Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-18T09:00:48.289Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T09:00:48.386Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-02-18T09:00:48.549Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T09:00:48.811Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T09:00:49.326Z] --- PASS: TestHealthKillContainer (2.99s) [2021-02-18T09:00:49.326Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T09:00:49.381Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T09:00:49.642Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T09:00:49.894Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) [2021-02-18T09:00:49.894Z] === RUN TestIpcModeNone [2021-02-18T09:00:50.153Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-02-18T09:00:50.975Z] 4612f6d0b889: Pull complete [2021-02-18T09:00:51.024Z] --- PASS: TestUpdatePidsLimit (3.61s) [2021-02-18T09:00:51.024Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2021-02-18T09:00:51.024Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2021-02-18T09:00:51.024Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2021-02-18T09:00:51.024Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2021-02-18T09:00:51.024Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2021-02-18T09:00:51.024Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2021-02-18T09:00:51.024Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2021-02-18T09:00:51.024Z] === RUN TestUpdateRestartPolicy [2021-02-18T09:00:51.092Z] --- PASS: TestIpcModeNone (0.88s) [2021-02-18T09:00:51.092Z] === RUN TestIpcModePrivate [2021-02-18T09:00:52.027Z] --- PASS: TestIpcModePrivate (1.00s) [2021-02-18T09:00:52.027Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:96, shared: false, mustBeShared: false [2021-02-18T09:00:52.027Z] === RUN TestIpcModeShareable [2021-02-18T09:00:52.027Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-02-18T09:00:52.964Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-18T09:00:52.964Z] --- PASS: TestIpcModeShareable (1.12s) [2021-02-18T09:00:52.964Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:83, shared: true, mustBeShared: true [2021-02-18T09:00:52.964Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T09:00:53.545Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.32s) [2021-02-18T09:00:53.546Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:9atkembglrm8slpfsc0vfizx0 Created:2021-02-18 09:00:46.400273928 +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[3babfd169d184cc35b6daa3449bc112763cb8263bc6a187f2bd75540a9c9545d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a2acfpzgmvh1659z1xb3es3dy EndpointID:44ca66e8b0c3e29291960ede079bb2915cb824f30ca22d93ba0582e02100b9e9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:acfd5142ff2d1833d48b142a9a3e4822ef91b740baabaafb32ee8c4cc9b8da45 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:4a2d7e90d98b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a2acfpzgmvh1659z1xb3es3dy EndpointID:44ca66e8b0c3e29291960ede079bb2915cb824f30ca22d93ba0582e02100b9e9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T09:00:53.546Z] PASS [2021-02-18T09:00:53.546Z] [2021-02-18T09:00:53.546Z] === Skipped [2021-02-18T09:00:53.546Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:00:53.546Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:00:53.546Z] [2021-02-18T09:00:53.546Z] [2021-02-18T09:00:53.546Z] DONE 26 tests, 1 skipped in 45.682s [2021-02-18T09:00:53.546Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:00:53.546Z] INFO: Testing against a local daemon [2021-02-18T09:00:53.546Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T09:00:53.546Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T09:00:53.546Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:00:53.546Z] === RUN TestDockerNetworkIpvlan [2021-02-18T09:00:53.546Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:00:53.546Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:00:53.546Z] PASS [2021-02-18T09:00:53.546Z] [2021-02-18T09:00:53.546Z] === Skipped [2021-02-18T09:00:53.546Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T09:00:53.546Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:00:53.546Z] [2021-02-18T09:00:53.546Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:00:53.546Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:00:53.546Z] [2021-02-18T09:00:53.546Z] [2021-02-18T09:00:53.546Z] DONE 2 tests, 2 skipped in 0.061s [2021-02-18T09:00:53.546Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:00:53.546Z] INFO: Testing against a local daemon [2021-02-18T09:00:53.546Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T09:00:53.804Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2021-02-18T09:00:53.804Z] === RUN TestDockerNetworkMacvlan [2021-02-18T09:00:53.902Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-02-18T09:00:54.370Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-18T09:00:55.304Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T09:00:55.807Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-02-18T09:00:55.807Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.85s) [2021-02-18T09:00:55.807Z] === RUN TestAPIIpcModeHost [2021-02-18T09:00:55.870Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T09:00:56.066Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-18T09:00:56.634Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-18T09:00:56.634Z] --- PASS: TestAPIIpcModeHost (0.82s) [2021-02-18T09:00:56.634Z] === RUN TestDaemonIpcModeShareable [2021-02-18T09:00:57.779Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T09:00:58.011Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-02-18T09:00:58.269Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-02-18T09:00:58.529Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2021-02-18T09:00:58.529Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2021-02-18T09:00:58.529Z] === RUN TestDaemonIpcModePrivate [2021-02-18T09:00:59.681Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T09:00:59.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T09:01:00.436Z] --- PASS: TestDaemonIpcModePrivate (1.58s) [2021-02-18T09:01:00.436Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2021-02-18T09:01:00.436Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T09:01:01.814Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.58s) [2021-02-18T09:01:01.814Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2021-02-18T09:01:01.814Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T09:01:01.814Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-02-18T09:01:03.719Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.66s) [2021-02-18T09:01:03.719Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2021-02-18T09:01:03.719Z] === RUN TestIpcModeOlderClient [2021-02-18T09:01:03.719Z] === PAUSE TestIpcModeOlderClient [2021-02-18T09:01:03.719Z] === RUN TestKillContainerInvalidSignal [2021-02-18T09:01:03.719Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-18T09:01:03.867Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T09:01:03.977Z] --- PASS: TestKillContainerInvalidSignal (0.68s) [2021-02-18T09:01:03.977Z] === RUN TestKillContainer [2021-02-18T09:01:03.977Z] === RUN TestKillContainer/no_signal [2021-02-18T09:01:04.125Z] --- PASS: TestDockerNetworkMacvlan (10.34s) [2021-02-18T09:01:04.125Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-02-18T09:01:04.125Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-02-18T09:01:04.125Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.91s) [2021-02-18T09:01:04.125Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s) [2021-02-18T09:01:04.125Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.36s) [2021-02-18T09:01:04.125Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.68s) [2021-02-18T09:01:04.125Z] PASS [2021-02-18T09:01:04.125Z] [2021-02-18T09:01:04.125Z] DONE 8 tests in 11.684s [2021-02-18T09:01:04.125Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T09:01:04.125Z] testing: warning: no tests to run [2021-02-18T09:01:04.125Z] PASS [2021-02-18T09:01:04.125Z] [2021-02-18T09:01:04.125Z] DONE 0 tests in 0.006s [2021-02-18T09:01:04.125Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T09:01:04.125Z] INFO: Testing against a local daemon [2021-02-18T09:01:04.125Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T09:01:04.545Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-18T09:01:04.545Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T09:01:05.114Z] === RUN TestKillContainer/killing_signal [2021-02-18T09:01:05.499Z] --- PASS: TestAuthZPluginAllowRequest (1.24s) [2021-02-18T09:01:05.499Z] === RUN TestAuthZPluginTLS [2021-02-18T09:01:05.695Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-18T09:01:05.923Z] --- PASS: TestUpdateRestartPolicy (12.42s) [2021-02-18T09:01:05.923Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T09:01:05.924Z] --- PASS: TestUpdateRestartWithAutoRemove (0.74s) [2021-02-18T09:01:05.924Z] === RUN TestWaitNonBlocked [2021-02-18T09:01:05.924Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:01:05.924Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:01:05.924Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:01:05.924Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:01:05.924Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:01:05.924Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:01:05.924Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-18T09:01:05.924Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.91s) [2021-02-18T09:01:05.924Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.99s) [2021-02-18T09:01:05.924Z] === RUN TestWaitBlocked [2021-02-18T09:01:05.924Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:01:05.924Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:01:05.924Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:01:05.924Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:01:05.924Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:01:05.924Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:01:05.962Z] --- PASS: TestKillContainer (2.01s) [2021-02-18T09:01:05.962Z] --- PASS: TestKillContainer/no_signal (0.63s) [2021-02-18T09:01:05.962Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2021-02-18T09:01:05.962Z] --- PASS: TestKillContainer/killing_signal (0.69s) [2021-02-18T09:01:05.962Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T09:01:05.962Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T09:01:06.065Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-02-18T09:01:06.065Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T09:01:06.495Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-18T09:01:06.495Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2021-02-18T09:01:06.495Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.10s) [2021-02-18T09:01:06.495Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T09:01:06.495Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T09:01:06.495Z] === CONT TestDaemonHostGatewayIP [2021-02-18T09:01:06.495Z] === CONT TestIpcModeOlderClient [2021-02-18T09:01:06.495Z] --- PASS: TestIpcModeOlderClient (0.21s) [2021-02-18T09:01:06.495Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T09:01:06.632Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-02-18T09:01:06.632Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T09:01:06.890Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-02-18T09:01:06.890Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T09:01:06.909Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T09:01:07.456Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-02-18T09:01:07.456Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T09:01:07.476Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.38s) [2021-02-18T09:01:07.476Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2021-02-18T09:01:07.476Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2021-02-18T09:01:07.476Z] === RUN TestKillStoppedContainer [2021-02-18T09:01:07.476Z] --- PASS: TestKillStoppedContainer (0.09s) [2021-02-18T09:01:07.476Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T09:01:07.476Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2021-02-18T09:01:07.476Z] === RUN TestKillDifferentUserContainer [2021-02-18T09:01:08.414Z] --- PASS: TestKillDifferentUserContainer (0.64s) [2021-02-18T09:01:08.414Z] === RUN TestInspectOomKilledTrue [2021-02-18T09:01:08.414Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T09:01:08.414Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:01:08.414Z] === RUN TestInspectOomKilledFalse [2021-02-18T09:01:08.414Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T09:01:08.414Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:01:08.414Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T09:01:08.414Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-02-18T09:01:08.831Z] --- PASS: TestAuthZPluginAllowEventStream (1.30s) [2021-02-18T09:01:08.831Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T09:01:08.982Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2021-02-18T09:01:08.982Z] === RUN TestLinksContainerNames [2021-02-18T09:01:08.982Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-18T09:01:09.399Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-02-18T09:01:09.399Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T09:01:09.816Z] --- PASS: TestContainerStartOnDaemonRestart (3.55s) [2021-02-18T09:01:09.816Z] === CONT TestDaemonRestartIpcMode [2021-02-18T09:01:09.965Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-02-18T09:01:09.965Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T09:01:10.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T09:01:10.361Z] --- PASS: TestLinksContainerNames (1.59s) [2021-02-18T09:01:10.361Z] === RUN TestLogsFollowTailEmpty [2021-02-18T09:01:10.389Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.85s) [2021-02-18T09:01:10.532Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-02-18T09:01:10.532Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T09:01:11.298Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2021-02-18T09:01:11.298Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T09:01:11.331Z] --- PASS: TestDaemonHostGatewayIP (5.12s) [2021-02-18T09:01:11.838Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T09:01:11.906Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.50s) [2021-02-18T09:01:11.906Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T09:01:12.236Z] --- PASS: TestContainerNetworkMountsNoChown (0.99s) [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/default [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/private [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/slave [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/shared [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/default [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/shared [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/slave [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/private [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T09:01:12.236Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:01:12.236Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:01:12.236Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T09:01:12.496Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:01:12.496Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:01:12.496Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:01:12.496Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:01:12.496Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T09:01:12.496Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:01:12.496Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:01:12.755Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T09:01:13.014Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:01:13.014Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:01:13.014Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:01:13.014Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:01:13.014Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T09:01:13.014Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-02-18T09:01:13.014Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-02-18T09:01:13.014Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T09:01:13.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T09:01:13.808Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.55s) [2021-02-18T09:01:13.808Z] === RUN TestAuthZPluginHeader [2021-02-18T09:01:13.880Z] --- PASS: TestDaemonRestartIpcMode (3.64s) [2021-02-18T09:01:14.374Z] --- PASS: TestAuthZPluginHeader (0.72s) [2021-02-18T09:01:14.374Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T09:01:14.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T09:01:14.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T09:01:15.551Z] --- PASS: TestContainerBindMountNonRecursive (2.42s) [2021-02-18T09:01:15.551Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T09:01:15.810Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-02-18T09:01:16.070Z] --- PASS: TestContainerVolumesMountedAsShared (0.66s) [2021-02-18T09:01:16.070Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T09:01:16.329Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-18T09:01:16.897Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-18T09:01:16.897Z] --- PASS: TestContainerVolumesMountedAsSlave (0.85s) [2021-02-18T09:01:16.897Z] === RUN TestNetworkNat [2021-02-18T09:01:16.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T09:01:17.833Z] --- PASS: TestNetworkNat (0.87s) [2021-02-18T09:01:17.833Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T09:01:18.403Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-02-18T09:01:18.558Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.93s) [2021-02-18T09:01:18.558Z] === RUN TestAuthZPluginV2Disable [2021-02-18T09:01:18.662Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2021-02-18T09:01:18.662Z] === RUN TestNetworkLoopbackNat [2021-02-18T09:01:19.230Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-18T09:01:20.454Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T09:01:20.457Z] --- PASS: TestContainerKillOnDaemonStart (13.07s) [2021-02-18T09:01:20.457Z] PASS [2021-02-18T09:01:20.457Z] [2021-02-18T09:01:20.457Z] === Skipped [2021-02-18T09:01:20.457Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-02-18T09:01:20.457Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:01:20.457Z] [2021-02-18T09:01:20.457Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T09:01:20.457Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:01:20.457Z] [2021-02-18T09:01:20.457Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-18T09:01:20.457Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:01:20.457Z] [2021-02-18T09:01:20.457Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T09:01:20.457Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:01:20.457Z] [2021-02-18T09:01:20.457Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T09:01:20.457Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:01:20.457Z] [2021-02-18T09:01:20.457Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-02-18T09:01:20.457Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:01:20.457Z] [2021-02-18T09:01:20.457Z] [2021-02-18T09:01:20.457Z] DONE 196 tests, 6 skipped in 139.080s [2021-02-18T09:01:20.457Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T09:01:20.457Z] ++ 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-18T09:01:20.457Z] ++ set -e [2021-02-18T09:01:20.457Z] ++ '[' -n 0 ']' [2021-02-18T09:01:20.457Z] ++ set -x [2021-02-18T09:01:20.457Z] ++ env -i DEST=/go/src/github.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-18T09:01:20.457Z] INFO: Testing against a local daemon [2021-02-18T09:01:20.457Z] === RUN TestCommitInheritsEnv [2021-02-18T09:01:20.457Z] --- PASS: TestCommitInheritsEnv (0.55s) [2021-02-18T09:01:20.457Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T09:01:20.457Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T09:01:20.457Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-18T09:01:20.457Z] === RUN TestImagesFilterMultiReference [2021-02-18T09:01:20.457Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-02-18T09:01:20.457Z] === RUN TestImagePullPlatformInvalid [2021-02-18T09:01:20.457Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-02-18T09:01:20.457Z] === RUN TestRemoveImageOrphaning [2021-02-18T09:01:21.029Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2021-02-18T09:01:21.029Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T09:01:21.029Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-18T09:01:21.029Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:01:21.029Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T09:01:21.029Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-18T09:01:21.029Z] === RUN TestTagInvalidReference [2021-02-18T09:01:21.029Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-18T09:01:21.029Z] === RUN TestTagValidPrefixedRepo [2021-02-18T09:01:21.029Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-18T09:01:21.029Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T09:01:21.029Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-18T09:01:21.029Z] === RUN TestTagOfficialNames [2021-02-18T09:01:21.029Z] --- PASS: TestTagOfficialNames (0.07s) [2021-02-18T09:01:21.029Z] === RUN TestTagMatchesDigest [2021-02-18T09:01:21.086Z] --- PASS: TestAuthZPluginV2Disable (3.05s) [2021-02-18T09:01:21.086Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T09:01:21.290Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-18T09:01:21.290Z] PASS [2021-02-18T09:01:21.290Z] [2021-02-18T09:01:21.290Z] === Skipped [2021-02-18T09:01:21.290Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T09:01:21.290Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-18T09:01:21.290Z] [2021-02-18T09:01:21.290Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-18T09:01:21.290Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:01:21.290Z] [2021-02-18T09:01:21.290Z] [2021-02-18T09:01:21.290Z] DONE 12 tests, 2 skipped in 1.751s [2021-02-18T09:01:21.290Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T09:01:21.290Z] ++ 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-18T09:01:21.290Z] ++ set -e [2021-02-18T09:01:21.290Z] ++ '[' -n 0 ']' [2021-02-18T09:01:21.290Z] ++ set -x [2021-02-18T09:01:21.290Z] ++ env -i DEST=/go/src/github.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-18T09:01:21.290Z] INFO: Testing against a local daemon [2021-02-18T09:01:21.290Z] === RUN TestNetworkCreateDelete [2021-02-18T09:01:21.768Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-18T09:01:21.768Z] --- PASS: TestNetworkLoopbackNat (3.15s) [2021-02-18T09:01:21.768Z] === RUN TestPause [2021-02-18T09:01:21.861Z] --- PASS: TestNetworkCreateDelete (0.43s) [2021-02-18T09:01:21.861Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T09:01:21.975Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T09:01:23.148Z] --- PASS: TestPause (1.04s) [2021-02-18T09:01:23.148Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T09:01:23.148Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2021-02-18T09:01:23.148Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:01:23.148Z] === RUN TestPauseStopPausedContainer [2021-02-18T09:01:23.148Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-18T09:01:23.243Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s) [2021-02-18T09:01:23.244Z] === RUN TestDaemonDNSFallback [2021-02-18T09:01:23.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T09:01:23.716Z] --- PASS: TestPauseStopPausedContainer (0.91s) [2021-02-18T09:01:23.716Z] === RUN TestPsFilter [2021-02-18T09:01:23.979Z] --- PASS: TestPsFilter (0.16s) [2021-02-18T09:01:23.979Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T09:01:24.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T09:01:24.369Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.75s) [2021-02-18T09:01:24.369Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T09:01:25.359Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.42s) [2021-02-18T09:01:25.359Z] === RUN TestRemoveContainerWithVolume [2021-02-18T09:01:25.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T09:01:26.299Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-18T09:01:26.299Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2021-02-18T09:01:26.299Z] === RUN TestRemoveContainerRunning [2021-02-18T09:01:27.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T09:01:27.238Z] --- PASS: TestRemoveContainerRunning (0.90s) [2021-02-18T09:01:27.238Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T09:01:28.182Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.12s) [2021-02-18T09:01:28.182Z] === RUN TestRemoveInvalidContainer [2021-02-18T09:01:28.182Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-18T09:01:28.182Z] === RUN TestRenameLinkedContainer [2021-02-18T09:01:29.125Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-18T09:01:29.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T09:01:30.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T09:01:31.374Z] --- PASS: TestDaemonDNSFallback (7.41s) [2021-02-18T09:01:31.374Z] === RUN TestInspectNetwork [2021-02-18T09:01:31.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T09:01:32.418Z] --- PASS: TestRenameLinkedContainer (3.71s) [2021-02-18T09:01:32.418Z] === RUN TestRenameStoppedContainer [2021-02-18T09:01:32.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-18T09:01:32.678Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-02-18T09:01:32.937Z] --- PASS: TestRenameStoppedContainer (1.10s) [2021-02-18T09:01:32.937Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T09:01:32.944Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T09:01:32.944Z] Using test binary docker [2021-02-18T09:01:32.944Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T09:01:32.944Z] +++ /etc/init.d/apparmor start [2021-02-18T09:01:32.944Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T09:01:32.944Z] INFO: Waiting for daemon to start... [2021-02-18T09:01:32.944Z] Starting dockerd [2021-02-18T09:01:32.944Z] +++ 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-18T09:01:33.507Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-18T09:01:34.338Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.36s) [2021-02-18T09:01:34.338Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T09:01:34.886Z] --- PASS: TestRenameRunningContainerAndReuse (1.66s) [2021-02-18T09:01:34.886Z] === RUN TestRenameInvalidName [2021-02-18T09:01:35.020Z] . [2021-02-18T09:01:35.020Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T09:01:35.020Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T09:01:35.020Z] Error: No such image: emptyfs [2021-02-18T09:01:35.020Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T09:01:35.020Z] ++++ docker load [2021-02-18T09:01:35.020Z] Running integration-test (iteration 1) [2021-02-18T09:01:35.020Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T09:01:35.020Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:01:35.020Z] ++ set -e [2021-02-18T09:01:35.020Z] ++ '[' -n 0 ']' [2021-02-18T09:01:35.020Z] ++ set -x [2021-02-18T09:01:35.020Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:01:35.455Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-02-18T09:01:35.455Z] --- PASS: TestRenameInvalidName (0.87s) [2021-02-18T09:01:35.455Z] === RUN TestRenameAnonymousContainer [2021-02-18T09:01:35.577Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T09:01:35.577Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T09:01:35.577Z] === RUN TestInspectNetwork/network_name [2021-02-18T09:01:35.577Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T09:01:36.394Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-02-18T09:01:36.971Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-18T09:01:38.877Z] --- PASS: TestRenameAnonymousContainer (3.10s) [2021-02-18T09:01:38.877Z] === RUN TestRenameContainerWithSameName [2021-02-18T09:01:39.450Z] --- PASS: TestRenameContainerWithSameName (0.82s) [2021-02-18T09:01:39.450Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T09:01:39.798Z] --- PASS: TestInspectNetwork (9.32s) [2021-02-18T09:01:39.798Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T09:01:39.798Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T09:01:39.798Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T09:01:39.798Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T09:01:39.798Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T09:01:41.355Z] --- PASS: TestRenameContainerWithLinkedContainer (1.61s) [2021-02-18T09:01:41.355Z] === RUN TestResize [2021-02-18T09:01:41.355Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-02-18T09:01:41.924Z] --- PASS: TestResize (0.83s) [2021-02-18T09:01:41.924Z] === RUN TestResizeWithInvalidSize [2021-02-18T09:01:42.372Z] --- PASS: TestRunContainerWithBridgeNone (2.52s) [2021-02-18T09:01:42.372Z] === RUN TestNetworkInvalidJSON [2021-02-18T09:01:42.372Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T09:01:42.372Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T09:01:42.372Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:01:42.372Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:01:42.372Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:01:42.372Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:01:42.372Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T09:01:42.372Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:01:42.372Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:01:42.372Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-18T09:01:42.372Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T09:01:42.372Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T09:01:42.372Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T09:01:42.372Z] === RUN TestNetworkList [2021-02-18T09:01:42.372Z] === RUN TestNetworkList//networks [2021-02-18T09:01:42.372Z] === PAUSE TestNetworkList//networks [2021-02-18T09:01:42.372Z] === RUN TestNetworkList//networks/ [2021-02-18T09:01:42.372Z] === PAUSE TestNetworkList//networks/ [2021-02-18T09:01:42.372Z] === CONT TestNetworkList//networks [2021-02-18T09:01:42.372Z] === CONT TestNetworkList//networks/ [2021-02-18T09:01:42.372Z] --- PASS: TestNetworkList (0.03s) [2021-02-18T09:01:42.372Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T09:01:42.372Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T09:01:42.372Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T09:01:42.861Z] --- PASS: TestResizeWithInvalidSize (0.86s) [2021-02-18T09:01:42.861Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T09:01:43.323Z] --- PASS: TestHostIPv4BridgeLabel (0.85s) [2021-02-18T09:01:43.323Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T09:01:43.431Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s) [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:01:43.431Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:01:43.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:01:43.431Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:01:43.431Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:01:44.710Z] --- PASS: TestDaemonRestartWithLiveRestore (1.47s) [2021-02-18T09:01:44.710Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T09:01:44.811Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-02-18T09:01:46.094Z] --- PASS: TestDaemonDefaultNetworkPools (1.27s) [2021-02-18T09:01:46.095Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T09:01:46.721Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:01:46.721Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:01:47.705Z] Loaded image: buildpack-deps:buster [2021-02-18T09:01:48.000Z] Loaded image: busybox:latest [2021-02-18T09:01:48.000Z] Loaded image: busybox:glibc [2021-02-18T09:01:48.007Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.87s) [2021-02-18T09:01:48.007Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T09:01:48.102Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:01:48.670Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:01:49.607Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-18T09:01:49.867Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:01:50.436Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:01:50.436Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-02-18T09:01:50.550Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.38s) [2021-02-18T09:01:50.550Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T09:01:50.810Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.80s) [2021-02-18T09:01:50.810Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T09:01:50.828Z] Loaded image: debian:bullseye [2021-02-18T09:01:50.828Z] Loaded image: hello-world:latest [2021-02-18T09:01:50.828Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:01:50.828Z] INFO: Testing against a local daemon [2021-02-18T09:01:50.828Z] === RUN TestCgroupNamespacesBuild [2021-02-18T09:01:52.343Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-02-18T09:01:52.345Z] --- PASS: TestCgroupNamespacesBuild (1.39s) [2021-02-18T09:01:52.345Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T09:01:52.433Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2021-02-18T09:01:52.433Z] PASS [2021-02-18T09:01:52.433Z] [2021-02-18T09:01:52.433Z] DONE 17 tests in 45.796s [2021-02-18T09:01:52.433Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T09:01:52.433Z] INFO: Testing against a local daemon [2021-02-18T09:01:52.433Z] === RUN TestPluginInvalidJSON [2021-02-18T09:01:52.433Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:01:52.433Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:01:52.433Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:01:52.433Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-18T09:01:52.433Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T09:01:52.433Z] === RUN TestPluginInstall [2021-02-18T09:01:52.433Z] === RUN TestPluginInstall/no_auth [2021-02-18T09:01:52.433Z] time="2021-02-18T09:01:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:01:52.433Z] time="2021-02-18T09:01:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bcc66d1f2217a23e37b0e2a0bea67c3da1073ee6bbfce35a691f24541176bb2f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:01:52.433Z] time="2021-02-18T09:01:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:01:52.433Z] time="2021-02-18T09:01:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bcc66d1f2217a23e37b0e2a0bea67c3da1073ee6bbfce35a691f24541176bb2f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:01:52.433Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T09:01:52.602Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:01:52.999Z] time="2021-02-18T09:01:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:01:52.999Z] time="2021-02-18T09:01:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ead46d6e763ba7903a13385c724e61be0922193d3963da2398efac7d8668fc3f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:01:52.999Z] time="2021-02-18T09:01:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:01:52.999Z] time="2021-02-18T09:01:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ead46d6e763ba7903a13385c724e61be0922193d3963da2398efac7d8668fc3f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:01:53.257Z] === RUN TestPluginInstall/with_insecure [2021-02-18T09:01:53.388Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.36s) [2021-02-18T09:01:53.388Z] === RUN TestBuildWithSession [2021-02-18T09:01:53.388Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T09:01:53.388Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:01:53.388Z] === RUN TestBuildSquashParent [2021-02-18T09:01:53.540Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-18T09:01:54.192Z] time="2021-02-18T09:01:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:01:54.192Z] time="2021-02-18T09:01:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:031c6c9a31484bd8ab4553c5de72b8779c3b9376ed4b0c567d8bfc2364b5a65c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:01:54.192Z] time="2021-02-18T09:01:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:01:54.192Z] time="2021-02-18T09:01:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:031c6c9a31484bd8ab4553c5de72b8779c3b9376ed4b0c567d8bfc2364b5a65c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:01:54.450Z] --- PASS: TestPluginInstall (4.38s) [2021-02-18T09:01:54.450Z] --- PASS: TestPluginInstall/no_auth (2.30s) [2021-02-18T09:01:54.450Z] --- PASS: TestPluginInstall/with_htpasswd (0.82s) [2021-02-18T09:01:54.450Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2021-02-18T09:01:54.450Z] plugin_test.go:157: [dbc7cf87a274a] daemon is not started [2021-02-18T09:01:54.450Z] PASS [2021-02-18T09:01:54.450Z] [2021-02-18T09:01:54.450Z] DONE 6 tests in 4.503s [2021-02-18T09:01:54.450Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T09:01:54.450Z] INFO: Testing against a local daemon [2021-02-18T09:01:54.450Z] === RUN TestExternalGraphDriver [2021-02-18T09:01:54.450Z] === RUN TestExternalGraphDriver/json [2021-02-18T09:01:54.478Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:01:55.014Z] --- PASS: TestServiceWithPredefinedNetwork (3.32s) [2021-02-18T09:01:55.014Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T09:01:55.014Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:01:55.014Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:01:55.014Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T09:01:55.047Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-02-18T09:01:56.348Z] === RUN TestExternalGraphDriver/spec [2021-02-18T09:01:56.956Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:01:56.956Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:01:56.956Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-18T09:01:57.525Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-18T09:01:58.248Z] === RUN TestExternalGraphDriver/pull [2021-02-18T09:01:58.981Z] --- PASS: TestBuildSquashParent (4.68s) [2021-02-18T09:01:58.981Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T09:01:58.981Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:01:58.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:01:58.981Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:01:58.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:01:58.981Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:01:58.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:01:58.981Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:01:58.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:01:58.981Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:01:58.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:01:58.981Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:01:58.981Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:01:58.981Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:01:58.981Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:01:58.981Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:01:58.981Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:01:59.305Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-02-18T09:01:59.561Z] Copying nested executables into bundles/binary-daemon [2021-02-18T09:01:59.622Z] --- PASS: TestExternalGraphDriver (4.84s) [2021-02-18T09:01:59.622Z] --- PASS: TestExternalGraphDriver/json (1.71s) [2021-02-18T09:01:59.622Z] --- PASS: TestExternalGraphDriver/spec (1.65s) [2021-02-18T09:01:59.622Z] --- PASS: TestExternalGraphDriver/pull (1.42s) [2021-02-18T09:01:59.622Z] === RUN TestGraphdriverPluginV2 [2021-02-18T09:02:00.105Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.93s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.21s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.84s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.74s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.84s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.18s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.71s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.18s) [2021-02-18T09:02:00.105Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.17s) [2021-02-18T09:02:00.105Z] === RUN TestCgroupNamespacesRun [2021-02-18T09:02:00.524Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:02:00.820Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:02:00.926Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-02-18T09:02:02.028Z] --- PASS: TestCgroupNamespacesRun (1.93s) [2021-02-18T09:02:02.028Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T09:02:02.176Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/make.sh cross [2021-02-18T09:02:02.341Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T09:02:02.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.44s) [2021-02-18T09:02:02.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.55s) [2021-02-18T09:02:02.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.62s) [2021-02-18T09:02:02.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.68s) [2021-02-18T09:02:02.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.49s) [2021-02-18T09:02:02.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.69s) [2021-02-18T09:02:02.341Z] === RUN TestBuildMultiStageCopy [2021-02-18T09:02:02.341Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T09:02:02.739Z] [2021-02-18T09:02:02.739Z] Removing bundles/ [2021-02-18T09:02:02.739Z] [2021-02-18T09:02:02.739Z] ---> Making bundle: cross (in bundles/cross) [2021-02-18T09:02:02.739Z] Cross building: bundles/cross/linux/amd64 [2021-02-18T09:02:02.739Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-02-18T09:02:02.739Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-02-18T09:02:02.902Z] --- PASS: TestGraphdriverPluginV2 (3.45s) [2021-02-18T09:02:02.902Z] PASS [2021-02-18T09:02:02.902Z] [2021-02-18T09:02:02.902Z] DONE 5 tests in 8.326s [2021-02-18T09:02:02.902Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T09:02:02.902Z] INFO: Testing against a local daemon [2021-02-18T09:02:02.902Z] === RUN TestContinueAfterPluginCrash [2021-02-18T09:02:02.902Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T09:02:02.902Z] === RUN TestReadPluginNoRead [2021-02-18T09:02:02.902Z] === PAUSE TestReadPluginNoRead [2021-02-18T09:02:02.902Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T09:02:02.902Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T09:02:02.902Z] === CONT TestContinueAfterPluginCrash [2021-02-18T09:02:02.902Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T09:02:02.965Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-18T09:02:03.855Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T09:02:03.902Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.91s) [2021-02-18T09:02:03.902Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T09:02:04.149Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T09:02:04.446Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T09:02:05.082Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T09:02:05.373Z] --- PASS: TestBuildMultiStageCopy (2.82s) [2021-02-18T09:02:05.373Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.47s) [2021-02-18T09:02:05.373Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.32s) [2021-02-18T09:02:05.373Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s) [2021-02-18T09:02:05.373Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2021-02-18T09:02:05.373Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s) [2021-02-18T09:02:05.373Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T09:02:06.008Z] --- PASS: TestBuildMultiStageParentConfig (0.82s) [2021-02-18T09:02:06.008Z] === RUN TestBuildLabelWithTargets [2021-02-18T09:02:06.439Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.09s) [2021-02-18T09:02:06.439Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T09:02:06.439Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-02-18T09:02:07.088Z] --- PASS: TestDaemonStartWithLogOpt (4.15s) [2021-02-18T09:02:07.088Z] === CONT TestReadPluginNoRead [2021-02-18T09:02:07.552Z] --- PASS: TestBuildLabelWithTargets (1.36s) [2021-02-18T09:02:07.552Z] === RUN TestBuildWithEmptyLayers [2021-02-18T09:02:08.194Z] --- PASS: TestBuildWithEmptyLayers (0.64s) [2021-02-18T09:02:08.194Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T09:02:08.347Z] --- PASS: TestCgroupNamespacesRunHostMode (1.93s) [2021-02-18T09:02:08.347Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T09:02:09.285Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-18T09:02:09.285Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-02-18T09:02:09.617Z] === RUN TestReadPluginNoRead/default [2021-02-18T09:02:09.711Z] --- PASS: TestBuildMultiStageOnBuild (1.71s) [2021-02-18T09:02:09.711Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T09:02:09.852Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s) [2021-02-18T09:02:09.852Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T09:02:10.420Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-18T09:02:10.757Z] --- PASS: TestBuildUncleanTarFilenames (0.91s) [2021-02-18T09:02:10.757Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T09:02:10.991Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T09:02:11.358Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-02-18T09:02:11.618Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.82s) [2021-02-18T09:02:11.618Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T09:02:11.877Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-18T09:02:11.926Z] --- PASS: TestContinueAfterPluginCrash (9.17s) [2021-02-18T09:02:12.447Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.01s) [2021-02-18T09:02:12.447Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T09:02:12.493Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T09:02:12.834Z] --- PASS: TestBuildMultiStageLayerLeak (1.84s) [2021-02-18T09:02:12.834Z] === RUN TestBuildWithHugeFile [2021-02-18T09:02:13.014Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-18T09:02:13.122Z] --- PASS: TestServiceWithDataPathPortInit (17.98s) [2021-02-18T09:02:13.122Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T09:02:13.584Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-02-18T09:02:13.843Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-18T09:02:13.867Z] --- PASS: TestReadPluginNoRead (6.63s) [2021-02-18T09:02:13.867Z] --- PASS: TestReadPluginNoRead/default (1.29s) [2021-02-18T09:02:13.867Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2021-02-18T09:02:13.867Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s) [2021-02-18T09:02:13.867Z] read_test.go:92: [da9c7bbf78430] daemon is not started [2021-02-18T09:02:13.867Z] PASS [2021-02-18T09:02:13.867Z] [2021-02-18T09:02:13.867Z] DONE 6 tests in 10.814s [2021-02-18T09:02:13.867Z] 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-18T09:02:13.867Z] testing: warning: no tests to run [2021-02-18T09:02:13.867Z] PASS [2021-02-18T09:02:13.867Z] [2021-02-18T09:02:13.867Z] DONE 0 tests in 0.010s [2021-02-18T09:02:13.867Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T09:02:13.867Z] INFO: Testing against a local daemon [2021-02-18T09:02:13.867Z] === RUN TestPluginWithDevMounts [2021-02-18T09:02:13.867Z] === PAUSE TestPluginWithDevMounts [2021-02-18T09:02:13.867Z] === CONT TestPluginWithDevMounts [2021-02-18T09:02:14.414Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2021-02-18T09:02:14.414Z] === RUN TestKernelTCPMemory [2021-02-18T09:02:15.351Z] --- PASS: TestKernelTCPMemory (0.99s) [2021-02-18T09:02:15.351Z] === RUN TestNISDomainname [2021-02-18T09:02:15.768Z] --- PASS: TestPluginWithDevMounts (1.70s) [2021-02-18T09:02:15.768Z] PASS [2021-02-18T09:02:15.768Z] [2021-02-18T09:02:15.768Z] DONE 1 tests in 1.749s [2021-02-18T09:02:15.768Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T09:02:15.768Z] INFO: Testing against a local daemon [2021-02-18T09:02:15.768Z] === RUN TestSecretInspect [2021-02-18T09:02:16.730Z] --- PASS: TestNISDomainname (1.12s) [2021-02-18T09:02:16.730Z] === RUN TestHostnameDnsResolution [2021-02-18T09:02:16.991Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-02-18T09:02:16.991Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-02-18T09:02:16.991Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-02-18T09:02:17.041Z] db4edcf0861f: Pull complete [2021-02-18T09:02:17.041Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-02-18T09:02:17.041Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:02:17.041Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-02-18T09:02:17.041Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-02-18T09:02:17.041Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1757' [2021-02-18T09:02:17.041Z] WARN: Skipping validation tests [2021-02-18T09:02:17.041Z] INFO: Running unit tests at 02/18/2021 09:02:14... [2021-02-18T09:02:17.671Z] --- PASS: TestSecretInspect (2.29s) [2021-02-18T09:02:17.671Z] === RUN TestSecretList [2021-02-18T09:02:17.930Z] --- PASS: TestHostnameDnsResolution (1.37s) [2021-02-18T09:02:17.930Z] === RUN TestStats [2021-02-18T09:02:19.248Z] INFO: make.ps1 starting at 02/18/2021 09:02:18 [2021-02-18T09:02:19.248Z] INFO: Git commit (45d1aa717c) assumed from DOCKER_GITCOMMIT environment variable [2021-02-18T09:02:19.249Z] INFO: Invoking autogen... [2021-02-18T09:02:19.713Z] INFO: Running unit tests... [2021-02-18T09:02:19.837Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-18T09:02:20.097Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-02-18T09:02:20.202Z] --- PASS: TestSecretList (2.41s) [2021-02-18T09:02:20.202Z] === RUN TestSecretsCreateAndDelete [2021-02-18T09:02:20.664Z] --- PASS: TestStats (2.88s) [2021-02-18T09:02:20.664Z] === RUN TestStopContainerWithTimeout [2021-02-18T09:02:20.664Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T09:02:20.664Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T09:02:20.664Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T09:02:20.664Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T09:02:20.664Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T09:02:20.664Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T09:02:20.664Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T09:02:20.664Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T09:02:20.923Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T09:02:20.923Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T09:02:20.923Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-18T09:02:21.257Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.07s) [2021-02-18T09:02:21.257Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:td7liqxljkcge1t4evvvjpgrc Created:2021-02-18 09:02:13.862558659 +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[16a294233e060390b4c34b186534875567cd303dfcb3dbc49abc57bc3e73c7e1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sx21z5j4zcy1zj27vvt51eyz5 EndpointID:7ad6d6f5533905d41eb2d0510f7d09ceedfa9d2095995845a8ad703f1d76eafa MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f57082928a7ae62316842be29072cffb43642c74f13ee1b01505850a7d8ae66c 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:a61dc345d6a6 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sx21z5j4zcy1zj27vvt51eyz5 EndpointID:7ad6d6f5533905d41eb2d0510f7d09ceedfa9d2095995845a8ad703f1d76eafa EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T09:02:21.257Z] PASS [2021-02-18T09:02:21.257Z] [2021-02-18T09:02:21.257Z] === Skipped [2021-02-18T09:02:21.257Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:02:21.257Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:02:21.257Z] [2021-02-18T09:02:21.257Z] [2021-02-18T09:02:21.257Z] DONE 26 tests, 1 skipped in 60.111s [2021-02-18T09:02:21.257Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:02:21.257Z] ++ 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-18T09:02:21.257Z] ++ set -e [2021-02-18T09:02:21.257Z] ++ '[' -n 0 ']' [2021-02-18T09:02:21.257Z] ++ set -x [2021-02-18T09:02:21.257Z] ++ env -i DEST=/go/src/github.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-18T09:02:21.518Z] INFO: Testing against a local daemon [2021-02-18T09:02:21.518Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T09:02:21.518Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T09:02:21.518Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:02:21.518Z] === RUN TestDockerNetworkIpvlan [2021-02-18T09:02:21.518Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:02:21.518Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:02:21.518Z] PASS [2021-02-18T09:02:21.518Z] [2021-02-18T09:02:21.518Z] === Skipped [2021-02-18T09:02:21.518Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T09:02:21.518Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:02:21.518Z] [2021-02-18T09:02:21.518Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:02:21.518Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:02:21.518Z] [2021-02-18T09:02:21.518Z] [2021-02-18T09:02:21.518Z] DONE 2 tests, 2 skipped in 0.155s [2021-02-18T09:02:21.518Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:02:21.518Z] ++ 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-18T09:02:21.518Z] ++ set -e [2021-02-18T09:02:21.518Z] ++ '[' -n 0 ']' [2021-02-18T09:02:21.518Z] ++ set -x [2021-02-18T09:02:21.518Z] ++ env -i DEST=/go/src/github.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-18T09:02:21.518Z] INFO: Testing against a local daemon [2021-02-18T09:02:21.518Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T09:02:22.303Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T09:02:22.303Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-02-18T09:02:22.730Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2021-02-18T09:02:22.730Z] === RUN TestSecretsUpdate [2021-02-18T09:02:23.245Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-18T09:02:23.814Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T09:02:24.062Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.16s) [2021-02-18T09:02:24.062Z] === RUN TestDockerNetworkMacvlan [2021-02-18T09:02:24.632Z] --- PASS: TestSecretsUpdate (2.25s) [2021-02-18T09:02:24.632Z] === RUN TestTemplatedSecret [2021-02-18T09:02:25.003Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-18T09:02:25.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-02-18T09:02:25.760Z] --- PASS: TestStopContainerWithTimeout (0.05s) [2021-02-18T09:02:25.760Z] --- PASS: TestStopContainerWithTimeout/0 (1.24s) [2021-02-18T09:02:25.760Z] --- PASS: TestStopContainerWithTimeout/-1 (3.10s) [2021-02-18T09:02:25.760Z] --- PASS: TestStopContainerWithTimeout/3 (2.81s) [2021-02-18T09:02:25.760Z] --- PASS: TestStopContainerWithTimeout/1 (1.78s) [2021-02-18T09:02:25.760Z] === RUN TestDeleteDevicemapper [2021-02-18T09:02:25.760Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T09:02:25.760Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:02:25.760Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T09:02:26.386Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T09:02:27.328Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T09:02:27.915Z] --- PASS: TestTemplatedSecret (2.64s) [2021-02-18T09:02:27.915Z] === RUN TestSecretCreateResolve [2021-02-18T09:02:28.296Z] 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-18T09:02:29.055Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-02-18T09:02:29.055Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-18T09:02:29.055Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.50s) [2021-02-18T09:02:29.055Z] === RUN TestUpdateMemory [2021-02-18T09:02:29.055Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-18T09:02:29.055Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:02:29.055Z] === RUN TestUpdateCPUQuota [2021-02-18T09:02:29.815Z] --- PASS: TestSecretCreateResolve (2.34s) [2021-02-18T09:02:29.815Z] PASS [2021-02-18T09:02:29.815Z] [2021-02-18T09:02:29.815Z] DONE 6 tests in 14.272s [2021-02-18T09:02:29.815Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T09:02:29.815Z] INFO: Testing against a local daemon [2021-02-18T09:02:29.815Z] === RUN TestServiceCreateInit [2021-02-18T09:02:29.815Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T09:02:30.626Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T09:02:30.963Z] --- PASS: TestUpdateCPUQuota (1.57s) [2021-02-18T09:02:30.963Z] === RUN TestUpdatePidsLimit [2021-02-18T09:02:30.963Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T09:02:31.223Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T09:02:31.223Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-18T09:02:31.482Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T09:02:32.050Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-02-18T09:02:32.050Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T09:02:32.309Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T09:02:32.309Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-18T09:02:32.878Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T09:02:32.878Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-18T09:02:33.137Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T09:02:33.396Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-18T09:02:33.923Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T09:02:33.965Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-18T09:02:34.000Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T09:02:34.533Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-02-18T09:02:34.533Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-18T09:02:34.533Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-18T09:02:34.533Z] --- PASS: TestUpdatePidsLimit (3.70s) [2021-02-18T09:02:34.533Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2021-02-18T09:02:34.533Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2021-02-18T09:02:34.533Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2021-02-18T09:02:34.533Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2021-02-18T09:02:34.533Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2021-02-18T09:02:34.533Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2021-02-18T09:02:34.533Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2021-02-18T09:02:34.533Z] === RUN TestUpdateRestartPolicy [2021-02-18T09:02:35.381Z] ? github.com/docker/docker/api [no test files] [2021-02-18T09:02:35.912Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-18T09:02:37.817Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-02-18T09:02:38.187Z] --- PASS: TestServiceCreateInit (7.91s) [2021-02-18T09:02:38.187Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.99s) [2021-02-18T09:02:38.187Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.90s) [2021-02-18T09:02:38.187Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T09:02:40.505Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T09:02:41.108Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-18T09:02:41.108Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-02-18T09:02:41.677Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-18T09:02:42.416Z] --- PASS: TestDockerNetworkMacvlan (18.32s) [2021-02-18T09:02:42.416Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-02-18T09:02:42.416Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2021-02-18T09:02:42.416Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.94s) [2021-02-18T09:02:42.416Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.12s) [2021-02-18T09:02:42.416Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.71s) [2021-02-18T09:02:42.416Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.35s) [2021-02-18T09:02:42.416Z] PASS [2021-02-18T09:02:42.416Z] [2021-02-18T09:02:42.416Z] DONE 8 tests in 20.614s [2021-02-18T09:02:42.416Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T09:02:42.416Z] ++ 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-18T09:02:42.416Z] ++ set -e [2021-02-18T09:02:42.416Z] ++ '[' -n 0 ']' [2021-02-18T09:02:42.416Z] ++ set -x [2021-02-18T09:02:42.416Z] ++ env -i DEST=/go/src/github.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-18T09:02:42.416Z] testing: warning: no tests to run [2021-02-18T09:02:42.416Z] PASS [2021-02-18T09:02:42.416Z] [2021-02-18T09:02:42.416Z] DONE 0 tests in 0.029s [2021-02-18T09:02:42.416Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T09:02:42.416Z] ++ 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-18T09:02:42.416Z] ++ set -e [2021-02-18T09:02:42.416Z] ++ '[' -n 0 ']' [2021-02-18T09:02:42.416Z] ++ set -x [2021-02-18T09:02:42.416Z] ++ env -i DEST=/go/src/github.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-18T09:02:42.416Z] INFO: Testing against a local daemon [2021-02-18T09:02:42.416Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T09:02:42.615Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-18T09:02:42.873Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-18T09:02:43.444Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-18T09:02:44.013Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-18T09:02:44.329Z] --- PASS: TestAuthZPluginAllowRequest (1.87s) [2021-02-18T09:02:44.329Z] === RUN TestAuthZPluginTLS [2021-02-18T09:02:44.584Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-18T09:02:44.844Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-02-18T09:02:44.900Z] --- PASS: TestAuthZPluginTLS (0.71s) [2021-02-18T09:02:44.900Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T09:02:45.471Z] --- PASS: TestAuthZPluginDenyRequest (0.68s) [2021-02-18T09:02:45.471Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T09:02:46.412Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s) [2021-02-18T09:02:46.412Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T09:02:46.983Z] --- PASS: TestAuthZPluginDenyResponse (0.68s) [2021-02-18T09:02:46.983Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T09:02:47.379Z] --- PASS: TestUpdateRestartPolicy (12.70s) [2021-02-18T09:02:47.379Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T09:02:47.379Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-02-18T09:02:47.947Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s) [2021-02-18T09:02:47.947Z] === RUN TestWaitNonBlocked [2021-02-18T09:02:47.947Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:02:47.947Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:02:47.947Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:02:47.947Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:02:47.947Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:02:47.947Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:02:48.895Z] --- PASS: TestAuthZPluginAllowEventStream (1.81s) [2021-02-18T09:02:48.895Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T09:02:49.465Z] --- PASS: TestAuthZPluginErrorResponse (0.67s) [2021-02-18T09:02:49.465Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T09:02:49.857Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-02-18T09:02:49.857Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.45s) [2021-02-18T09:02:49.857Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.48s) [2021-02-18T09:02:49.857Z] === RUN TestWaitBlocked [2021-02-18T09:02:49.857Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:02:49.857Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:02:49.857Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:02:49.857Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:02:49.857Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:02:49.857Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:02:50.037Z] --- PASS: TestAuthZPluginErrorRequest (0.64s) [2021-02-18T09:02:50.037Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T09:02:50.211Z] === RUN TestMiddlewares [2021-02-18T09:02:50.211Z] --- PASS: TestMiddlewares (0.00s) [2021-02-18T09:02:50.211Z] PASS [2021-02-18T09:02:50.211Z] coverage: 9.0% of statements [2021-02-18T09:02:50.211Z] ok github.com/docker/docker/api/server 0.084s coverage: 9.0% of statements [2021-02-18T09:02:50.799Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-02-18T09:02:50.799Z] --- PASS: TestWaitBlocked (0.04s) [2021-02-18T09:02:50.799Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.29s) [2021-02-18T09:02:50.799Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.36s) [2021-02-18T09:02:50.799Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T09:02:50.799Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T09:02:50.978Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.68s) [2021-02-18T09:02:50.978Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T09:02:52.891Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2021-02-18T09:02:52.891Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T09:02:54.092Z] --- PASS: TestContainerStartOnDaemonRestart (3.21s) [2021-02-18T09:02:54.092Z] === CONT TestIpcModeOlderClient [2021-02-18T09:02:54.092Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-02-18T09:02:54.092Z] === CONT TestDaemonHostGatewayIP [2021-02-18T09:02:54.404Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-02-18T09:02:55.560Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.25s) [2021-02-18T09:02:55.560Z] === RUN TestAuthZPluginHeader [2021-02-18T09:02:56.268Z] --- PASS: TestCreateServiceMultipleTimes (15.74s) [2021-02-18T09:02:56.268Z] === RUN TestCreateServiceConflict [2021-02-18T09:02:56.268Z] --- PASS: TestCreateServiceConflict (2.28s) [2021-02-18T09:02:56.268Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T09:02:56.416Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-02-18T09:02:56.416Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-18T09:02:56.502Z] --- PASS: TestAuthZPluginHeader (1.02s) [2021-02-18T09:02:56.502Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T09:02:56.502Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-18T09:02:56.502Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:02:56.502Z] === RUN TestAuthZPluginV2Disable [2021-02-18T09:02:56.502Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-18T09:02:56.502Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:02:56.502Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T09:02:56.502Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-18T09:02:56.502Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:02:56.502Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T09:02:56.502Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-18T09:02:56.502Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:02:56.502Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T09:02:57.352Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-18T09:02:57.611Z] --- PASS: TestDaemonHostGatewayIP (3.48s) [2021-02-18T09:02:57.611Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T09:02:57.869Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-18T09:02:58.797Z] --- PASS: TestCreateServiceMaxReplicas (2.83s) [2021-02-18T09:02:58.797Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T09:02:59.772Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-02-18T09:03:00.031Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.47s) [2021-02-18T09:03:00.031Z] === CONT TestDaemonRestartIpcMode [2021-02-18T09:03:00.599Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-18T09:03:03.890Z] --- PASS: TestDaemonRestartIpcMode (3.45s) [2021-02-18T09:03:03.890Z] --- PASS: TestContainerKillOnDaemonStart (12.92s) [2021-02-18T09:03:03.890Z] PASS [2021-02-18T09:03:03.890Z] [2021-02-18T09:03:03.890Z] === Skipped [2021-02-18T09:03:03.890Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-18T09:03:03.890Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:03:03.890Z] [2021-02-18T09:03:03.890Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T09:03:03.890Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:03:03.890Z] [2021-02-18T09:03:03.890Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-18T09:03:03.890Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:03:03.890Z] [2021-02-18T09:03:03.890Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2021-02-18T09:03:03.890Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:03:03.890Z] [2021-02-18T09:03:03.890Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T09:03:03.890Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:03:03.890Z] [2021-02-18T09:03:03.890Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-18T09:03:03.890Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:03:03.890Z] [2021-02-18T09:03:03.890Z] [2021-02-18T09:03:03.890Z] DONE 196 tests, 6 skipped in 154.601s [2021-02-18T09:03:03.890Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T09:03:03.890Z] ++ 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-18T09:03:03.890Z] ++ set -e [2021-02-18T09:03:03.890Z] ++ '[' -n 0 ']' [2021-02-18T09:03:03.890Z] ++ set -x [2021-02-18T09:03:03.890Z] ++ env -i DEST=/go/src/github.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-18T09:03:04.151Z] INFO: Testing against a local daemon [2021-02-18T09:03:04.151Z] === RUN TestCommitInheritsEnv [2021-02-18T09:03:04.411Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-18T09:03:04.670Z] --- PASS: TestCommitInheritsEnv (0.50s) [2021-02-18T09:03:04.670Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T09:03:04.670Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-18T09:03:04.670Z] === RUN TestImagesFilterMultiReference [2021-02-18T09:03:04.930Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2021-02-18T09:03:04.930Z] === RUN TestImagePullPlatformInvalid [2021-02-18T09:03:04.930Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2021-02-18T09:03:04.930Z] === RUN TestRemoveImageOrphaning [2021-02-18T09:03:05.189Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-02-18T09:03:05.448Z] --- PASS: TestRemoveImageOrphaning (0.57s) [2021-02-18T09:03:05.448Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T09:03:06.018Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-18T09:03:06.018Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-18T09:03:06.018Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-18T09:03:06.018Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-18T09:03:06.018Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-18T09:03:06.278Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-02-18T09:03:06.847Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-02-18T09:03:07.415Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-02-18T09:03:07.674Z] --- PASS: TestRemoveImageGarbageCollector (2.28s) [2021-02-18T09:03:07.674Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T09:03:07.674Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-02-18T09:03:07.674Z] === RUN TestTagInvalidReference [2021-02-18T09:03:07.934Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-18T09:03:07.934Z] === RUN TestTagValidPrefixedRepo [2021-02-18T09:03:07.934Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-02-18T09:03:07.934Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T09:03:07.934Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-02-18T09:03:07.934Z] === RUN TestTagOfficialNames [2021-02-18T09:03:07.934Z] --- PASS: TestTagOfficialNames (0.09s) [2021-02-18T09:03:07.934Z] === RUN TestTagMatchesDigest [2021-02-18T09:03:08.193Z] --- PASS: TestTagMatchesDigest (0.05s) [2021-02-18T09:03:08.193Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-18T09:03:09.833Z] --- PASS: TestBuildWithHugeFile (54.39s) [2021-02-18T09:03:09.833Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T09:03:09.833Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:03:09.833Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:03:09.833Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:03:09.833Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:03:09.833Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:03:09.833Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:03:09.833Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:03:09.833Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:03:09.833Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:03:09.833Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-18T09:03:09.833Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.22s) [2021-02-18T09:03:09.833Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2021-02-18T09:03:09.833Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-02-18T09:03:09.833Z] === RUN TestBuildPreserveOwnership [2021-02-18T09:03:09.833Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T09:03:09.833Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T09:03:10.098Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-18T09:03:11.366Z] --- PASS: TestBuildPreserveOwnership (3.95s) [2021-02-18T09:03:11.366Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.56s) [2021-02-18T09:03:11.367Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.37s) [2021-02-18T09:03:11.367Z] === RUN TestBuildPlatformInvalid [2021-02-18T09:03:11.367Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-02-18T09:03:11.367Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T09:03:12.633Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-02-18T09:03:13.571Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-02-18T09:03:13.734Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.32s) [2021-02-18T09:03:13.734Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T09:03:14.141Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-02-18T09:03:14.606Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.04s) [2021-02-18T09:03:14.606Z] PASS [2021-02-18T09:03:14.606Z] [2021-02-18T09:03:14.606Z] === Skipped [2021-02-18T09:03:14.606Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-18T09:03:14.606Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:03:14.606Z] [2021-02-18T09:03:14.606Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-18T09:03:14.606Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:03:14.606Z] [2021-02-18T09:03:14.606Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-18T09:03:14.606Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:03:14.606Z] [2021-02-18T09:03:14.606Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-18T09:03:14.606Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:03:14.606Z] [2021-02-18T09:03:14.606Z] [2021-02-18T09:03:14.606Z] DONE 17 tests, 4 skipped in 32.141s [2021-02-18T09:03:14.606Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T09:03:14.606Z] ++ 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-18T09:03:14.606Z] ++ set -e [2021-02-18T09:03:14.606Z] ++ '[' -n 0 ']' [2021-02-18T09:03:14.606Z] ++ set -x [2021-02-18T09:03:14.606Z] ++ env -i DEST=/go/src/github.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-18T09:03:14.606Z] INFO: Testing against a local daemon [2021-02-18T09:03:14.606Z] === RUN TestPluginInvalidJSON [2021-02-18T09:03:14.606Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:03:14.606Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:03:14.606Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:03:14.606Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-02-18T09:03:14.606Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T09:03:14.606Z] === RUN TestPluginInstall [2021-02-18T09:03:14.606Z] === RUN TestPluginInstall/no_auth [2021-02-18T09:03:14.667Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2021-02-18T09:03:14.667Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T09:03:14.709Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-18T09:03:16.090Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-02-18T09:03:17.148Z] time="2021-02-18T09:03:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:03:17.148Z] time="2021-02-18T09:03:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:caf34216b3c3fba88f0a0de2cb1a3453be5243190e1e56ff043158e830835b5f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:03:17.148Z] time="2021-02-18T09:03:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:03:17.148Z] time="2021-02-18T09:03:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:caf34216b3c3fba88f0a0de2cb1a3453be5243190e1e56ff043158e830835b5f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:03:17.148Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T09:03:17.196Z] --- PASS: TestCreateServiceConfigFileMode (2.65s) [2021-02-18T09:03:17.196Z] === RUN TestCreateServiceSysctls [2021-02-18T09:03:17.997Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-18T09:03:18.089Z] time="2021-02-18T09:03:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:03:18.089Z] time="2021-02-18T09:03:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:05377e8203cd069070c819763ee423f30bb54b96ada56a991f033047e46af435" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:03:18.089Z] time="2021-02-18T09:03:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:03:18.089Z] time="2021-02-18T09:03:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:05377e8203cd069070c819763ee423f30bb54b96ada56a991f033047e46af435" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:03:18.349Z] === RUN TestPluginInstall/with_insecure [2021-02-18T09:03:18.565Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-18T09:03:19.504Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-02-18T09:03:19.732Z] time="2021-02-18T09:03:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:03:19.732Z] time="2021-02-18T09:03:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dafdae0697e645df42827b39a0c831a9115878dbfded16e9422a5949c4f29c40" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:03:19.732Z] time="2021-02-18T09:03:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:03:19.732Z] time="2021-02-18T09:03:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dafdae0697e645df42827b39a0c831a9115878dbfded16e9422a5949c4f29c40" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:03:19.763Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-02-18T09:03:19.993Z] --- PASS: TestPluginInstall (5.45s) [2021-02-18T09:03:19.993Z] --- PASS: TestPluginInstall/no_auth (2.54s) [2021-02-18T09:03:19.993Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2021-02-18T09:03:19.993Z] --- PASS: TestPluginInstall/with_insecure (1.72s) [2021-02-18T09:03:19.993Z] plugin_test.go:157: [d84c201657ddf] daemon is not started [2021-02-18T09:03:19.993Z] PASS [2021-02-18T09:03:19.993Z] [2021-02-18T09:03:19.993Z] DONE 6 tests in 5.654s [2021-02-18T09:03:19.993Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T09:03:19.993Z] ++ 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-18T09:03:19.993Z] ++ set -e [2021-02-18T09:03:19.993Z] ++ '[' -n 0 ']' [2021-02-18T09:03:19.993Z] ++ set -x [2021-02-18T09:03:19.993Z] ++ env -i DEST=/go/src/github.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-18T09:03:20.253Z] INFO: Testing against a local daemon [2021-02-18T09:03:20.253Z] === RUN TestExternalGraphDriver [2021-02-18T09:03:20.253Z] === RUN TestExternalGraphDriver/json [2021-02-18T09:03:20.478Z] --- PASS: TestCreateServiceSysctls (3.33s) [2021-02-18T09:03:20.478Z] === RUN TestCreateServiceCapabilities [2021-02-18T09:03:22.798Z] === RUN TestExternalGraphDriver/spec [2021-02-18T09:03:23.010Z] --- PASS: TestCreateServiceCapabilities (2.67s) [2021-02-18T09:03:23.010Z] === RUN TestInspect [2021-02-18T09:03:23.055Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-02-18T09:03:24.112Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-02-18T09:03:24.112Z] Copying nested executables into bundles/cross/linux/amd64 [2021-02-18T09:03:24.960Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-02-18T09:03:25.219Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-18T09:03:25.341Z] === RUN TestExternalGraphDriver/pull [2021-02-18T09:03:25.476Z] Cross building: bundles/cross/windows/amd64 [2021-02-18T09:03:25.476Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-18T09:03:25.476Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-02-18T09:03:26.813Z] Loaded image: buildpack-deps:buster [2021-02-18T09:03:26.813Z] Loaded image: busybox:latest [2021-02-18T09:03:26.813Z] Loaded image: busybox:glibc [2021-02-18T09:03:27.451Z] Loaded image: debian:bullseye [2021-02-18T09:03:27.451Z] Loaded image: hello-world:latest [2021-02-18T09:03:27.745Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T09:03:27.883Z] --- PASS: TestExternalGraphDriver (7.46s) [2021-02-18T09:03:27.883Z] --- PASS: TestExternalGraphDriver/json (2.39s) [2021-02-18T09:03:27.883Z] --- PASS: TestExternalGraphDriver/spec (2.67s) [2021-02-18T09:03:27.883Z] --- PASS: TestExternalGraphDriver/pull (2.26s) [2021-02-18T09:03:27.883Z] === RUN TestGraphdriverPluginV2 [2021-02-18T09:03:27.883Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-02-18T09:03:27.883Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:03:27.883Z] PASS [2021-02-18T09:03:27.883Z] [2021-02-18T09:03:27.883Z] === Skipped [2021-02-18T09:03:27.883Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-02-18T09:03:27.883Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:03:27.883Z] [2021-02-18T09:03:27.883Z] [2021-02-18T09:03:27.883Z] DONE 5 tests, 1 skipped in 7.640s [2021-02-18T09:03:27.883Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T09:03:27.883Z] ++ 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-18T09:03:27.883Z] ++ set -e [2021-02-18T09:03:27.883Z] ++ '[' -n 0 ']' [2021-02-18T09:03:27.883Z] ++ set -x [2021-02-18T09:03:27.883Z] ++ env -i DEST=/go/src/github.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-18T09:03:27.883Z] INFO: Testing against a local daemon [2021-02-18T09:03:27.883Z] === RUN TestContinueAfterPluginCrash [2021-02-18T09:03:27.883Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T09:03:27.883Z] === RUN TestReadPluginNoRead [2021-02-18T09:03:27.883Z] === PAUSE TestReadPluginNoRead [2021-02-18T09:03:27.883Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T09:03:27.883Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T09:03:27.883Z] === CONT TestContinueAfterPluginCrash [2021-02-18T09:03:27.883Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T09:03:27.883Z] === CONT TestReadPluginNoRead [2021-02-18T09:03:28.276Z] --- PASS: TestInspect (5.03s) [2021-02-18T09:03:28.276Z] === RUN TestCreateJob [2021-02-18T09:03:29.412Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-02-18T09:03:30.349Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-02-18T09:03:31.558Z] --- PASS: TestCreateJob (3.18s) [2021-02-18T09:03:31.558Z] === RUN TestReplicatedJob [2021-02-18T09:03:32.094Z] === RUN TestReadPluginNoRead/default [2021-02-18T09:03:32.254Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-18T09:03:32.667Z] --- PASS: TestDaemonStartWithLogOpt (4.80s) [2021-02-18T09:03:33.191Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-18T09:03:34.050Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T09:03:34.568Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-18T09:03:34.673Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.51s) [2021-02-18T09:03:34.673Z] PASS [2021-02-18T09:03:34.673Z] [2021-02-18T09:03:34.673Z] === Skipped [2021-02-18T09:03:34.673Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-02-18T09:03:34.673Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:03:34.673Z] [2021-02-18T09:03:34.673Z] [2021-02-18T09:03:34.673Z] DONE 33 tests, 1 skipped in 118.751s [2021-02-18T09:03:34.673Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T09:03:34.673Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:03:34.673Z] ++ set -e [2021-02-18T09:03:34.673Z] ++ '[' -n 0 ']' [2021-02-18T09:03:34.673Z] ++ set -x [2021-02-18T09:03:34.673Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:03:34.673Z] INFO: Testing against a local daemon [2021-02-18T09:03:34.673Z] === RUN TestConfigInspect [2021-02-18T09:03:35.136Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-18T09:03:35.962Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T09:03:36.193Z] --- PASS: TestConfigInspect (1.96s) [2021-02-18T09:03:36.193Z] === RUN TestConfigList [2021-02-18T09:03:36.825Z] --- PASS: TestReplicatedJob (5.15s) [2021-02-18T09:03:36.825Z] === RUN TestUpdateReplicatedJob [2021-02-18T09:03:37.344Z] --- PASS: TestReadPluginNoRead (9.61s) [2021-02-18T09:03:37.344Z] --- PASS: TestReadPluginNoRead/default (1.81s) [2021-02-18T09:03:37.344Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.77s) [2021-02-18T09:03:37.344Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.79s) [2021-02-18T09:03:37.344Z] read_test.go:92: [de08571995938] daemon is not started [2021-02-18T09:03:37.710Z] --- PASS: TestConfigList (1.93s) [2021-02-18T09:03:37.710Z] === RUN TestConfigsCreateAndDelete [2021-02-18T09:03:37.915Z] --- PASS: TestContinueAfterPluginCrash (10.22s) [2021-02-18T09:03:37.915Z] PASS [2021-02-18T09:03:38.176Z] [2021-02-18T09:03:38.176Z] DONE 6 tests in 10.362s [2021-02-18T09:03:38.176Z] 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-18T09:03:38.176Z] ++ 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-18T09:03:38.176Z] ++ set -e [2021-02-18T09:03:38.176Z] ++ '[' -n 0 ']' [2021-02-18T09:03:38.176Z] ++ set -x [2021-02-18T09:03:38.176Z] ++ env -i DEST=/go/src/github.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-18T09:03:38.176Z] testing: warning: no tests to run [2021-02-18T09:03:38.176Z] PASS [2021-02-18T09:03:38.176Z] [2021-02-18T09:03:38.176Z] DONE 0 tests in 0.046s [2021-02-18T09:03:38.176Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T09:03:38.176Z] ++ 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-18T09:03:38.176Z] ++ set -e [2021-02-18T09:03:38.176Z] ++ '[' -n 0 ']' [2021-02-18T09:03:38.176Z] ++ set -x [2021-02-18T09:03:38.176Z] ++ env -i DEST=/go/src/github.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-18T09:03:38.176Z] INFO: Testing against a local daemon [2021-02-18T09:03:38.176Z] === RUN TestPluginWithDevMounts [2021-02-18T09:03:38.176Z] === PAUSE TestPluginWithDevMounts [2021-02-18T09:03:38.176Z] === CONT TestPluginWithDevMounts [2021-02-18T09:03:39.332Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-18T09:03:39.332Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-02-18T09:03:39.591Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-18T09:03:39.806Z] --- PASS: TestConfigsCreateAndDelete (1.92s) [2021-02-18T09:03:39.806Z] === RUN TestConfigsUpdate [2021-02-18T09:03:39.851Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-18T09:03:40.106Z] --- PASS: TestUpdateReplicatedJob (3.29s) [2021-02-18T09:03:40.106Z] === RUN TestServiceListWithStatuses [2021-02-18T09:03:40.106Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T09:03:40.106Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:03:40.106Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T09:03:40.720Z] --- PASS: TestPluginWithDevMounts (2.16s) [2021-02-18T09:03:40.720Z] PASS [2021-02-18T09:03:40.720Z] [2021-02-18T09:03:40.720Z] DONE 1 tests in 2.310s [2021-02-18T09:03:40.720Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T09:03:40.720Z] ++ 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-18T09:03:40.720Z] ++ set -e [2021-02-18T09:03:40.720Z] ++ '[' -n 0 ']' [2021-02-18T09:03:40.720Z] ++ set -x [2021-02-18T09:03:40.720Z] ++ env -i DEST=/go/src/github.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-18T09:03:40.720Z] INFO: Testing against a local daemon [2021-02-18T09:03:40.720Z] === RUN TestSecretInspect [2021-02-18T09:03:41.231Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-18T09:03:41.803Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-02-18T09:03:41.940Z] --- PASS: TestConfigsUpdate (1.91s) [2021-02-18T09:03:41.940Z] === RUN TestTemplatedConfig [2021-02-18T09:03:42.383Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-18T09:03:43.764Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-18T09:03:44.017Z] --- PASS: TestSecretInspect (3.21s) [2021-02-18T09:03:44.017Z] === RUN TestSecretList [2021-02-18T09:03:44.022Z] --- PASS: TestTemplatedConfig (2.38s) [2021-02-18T09:03:44.022Z] === RUN TestConfigCreateResolve [2021-02-18T09:03:44.023Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-02-18T09:03:44.290Z] --- PASS: TestDockerNetworkConnectAlias (4.34s) [2021-02-18T09:03:44.290Z] === RUN TestDockerNetworkReConnect [2021-02-18T09:03:44.593Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-02-18T09:03:45.161Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-02-18T09:03:45.730Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-02-18T09:03:46.105Z] --- PASS: TestConfigCreateResolve (1.96s) [2021-02-18T09:03:46.105Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T09:03:46.744Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-02-18T09:03:46.744Z] PASS [2021-02-18T09:03:46.744Z] [2021-02-18T09:03:46.744Z] DONE 7 tests in 12.678s [2021-02-18T09:03:46.744Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T09:03:46.744Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:03:46.744Z] ++ set -e [2021-02-18T09:03:46.744Z] ++ '[' -n 0 ']' [2021-02-18T09:03:46.744Z] ++ set -x [2021-02-18T09:03:46.744Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:03:46.744Z] INFO: Testing against a local daemon [2021-02-18T09:03:46.744Z] === RUN TestCheckpoint [2021-02-18T09:03:46.744Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T09:03:46.744Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:03:46.744Z] === RUN TestContainerInvalidJSON [2021-02-18T09:03:46.744Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:03:46.744Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:03:46.744Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:03:46.744Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:03:46.744Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:03:46.744Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:03:46.744Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:03:46.744Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:03:46.744Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:03:46.744Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-18T09:03:46.744Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T09:03:46.744Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T09:03:46.744Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-18T09:03:46.744Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T09:03:46.744Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-02-18T09:03:46.744Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T09:03:46.744Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-02-18T09:03:46.744Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T09:03:47.041Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-02-18T09:03:47.041Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T09:03:47.041Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-02-18T09:03:47.041Z] === RUN TestCopyFromContainer [2021-02-18T09:03:47.315Z] --- PASS: TestSecretList (3.26s) [2021-02-18T09:03:47.315Z] === RUN TestSecretsCreateAndDelete [2021-02-18T09:03:47.637Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-02-18T09:03:47.637Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-02-18T09:03:48.473Z] --- PASS: TestDockerNetworkReConnect (3.67s) [2021-02-18T09:03:48.473Z] === RUN TestServicePlugin [2021-02-18T09:03:48.571Z] === RUN TestCopyFromContainer// [2021-02-18T09:03:48.571Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T09:03:48.571Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T09:03:48.571Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T09:03:48.571Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T09:03:48.571Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T09:03:48.571Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T09:03:48.866Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T09:03:48.866Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T09:03:48.866Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer (2.02s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-02-18T09:03:48.866Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-18T09:03:48.866Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T09:03:48.866Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:03:48.866Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:03:48.866Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:03:48.866Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:03:48.866Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:03:48.866Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:03:49.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:03:49.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:03:49.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:03:49.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-18T09:03:49.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T09:03:49.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T09:03:49.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T09:03:49.161Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T09:03:49.161Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-02-18T09:03:49.161Z] === RUN TestCreateWithInvalidEnv [2021-02-18T09:03:49.161Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T09:03:49.161Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T09:03:49.161Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T09:03:49.161Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T09:03:49.161Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T09:03:49.161Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T09:03:49.161Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T09:03:49.161Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T09:03:49.161Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T09:03:49.161Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-18T09:03:49.161Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T09:03:49.161Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T09:03:49.161Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T09:03:49.161Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T09:03:49.161Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-02-18T09:03:49.161Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T09:03:50.179Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-02-18T09:03:50.611Z] --- PASS: TestSecretsCreateAndDelete (3.22s) [2021-02-18T09:03:50.611Z] === RUN TestSecretsUpdate [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T09:03:50.673Z] === RUN TestBoolValue [2021-02-18T09:03:50.673Z] --- PASS: TestBoolValue (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestBoolValueOrDefault [2021-02-18T09:03:50.673Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestInt64ValueOrZero [2021-02-18T09:03:50.673Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestInt64ValueOrDefault [2021-02-18T09:03:50.673Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestInt64ValueOrDefaultWithError [2021-02-18T09:03:50.673Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestJsonContentType [2021-02-18T09:03:50.673Z] --- PASS: TestJsonContentType (0.00s) [2021-02-18T09:03:50.673Z] PASS [2021-02-18T09:03:50.673Z] coverage: 14.7% of statements [2021-02-18T09:03:50.673Z] ok github.com/docker/docker/api/server/httputils 0.063s coverage: 14.7% of statements [2021-02-18T09:03:50.673Z] === RUN TestMaskSecretKeys [2021-02-18T09:03:50.673Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-02-18T09:03:50.673Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-02-18T09:03:50.673Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-02-18T09:03:50.673Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-02-18T09:03:50.673Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-02-18T09:03:50.673Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-02-18T09:03:50.673Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestVersionMiddlewareVersion [2021-02-18T09:03:50.673Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-02-18T09:03:50.673Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-02-18T09:03:50.673Z] PASS [2021-02-18T09:03:50.673Z] coverage: 37.7% of statements [2021-02-18T09:03:50.673Z] ok github.com/docker/docker/api/server/middleware 0.145s coverage: 37.7% of statements [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T09:03:50.673Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T09:03:50.673Z] === RUN TestToJSON [2021-02-18T09:03:50.673Z] --- PASS: TestToJSON (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestToParamWithVersion [2021-02-18T09:03:50.673Z] --- PASS: TestToParamWithVersion (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestFromJSON [2021-02-18T09:03:50.673Z] --- PASS: TestFromJSON (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestEmpty [2021-02-18T09:03:50.673Z] --- PASS: TestEmpty (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestArgsMatchKVListEmptySources [2021-02-18T09:03:50.673Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestArgsMatchKVList [2021-02-18T09:03:50.673Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestArgsMatch [2021-02-18T09:03:50.673Z] --- PASS: TestArgsMatch (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestAdd [2021-02-18T09:03:50.673Z] --- PASS: TestAdd (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestDel [2021-02-18T09:03:50.673Z] --- PASS: TestDel (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestLen [2021-02-18T09:03:50.673Z] --- PASS: TestLen (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestExactMatch [2021-02-18T09:03:50.673Z] --- PASS: TestExactMatch (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestOnlyOneExactMatch [2021-02-18T09:03:50.673Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestContains [2021-02-18T09:03:50.673Z] --- PASS: TestContains (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestValidate [2021-02-18T09:03:50.673Z] --- PASS: TestValidate (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestWalkValues [2021-02-18T09:03:50.673Z] --- PASS: TestWalkValues (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestFuzzyMatch [2021-02-18T09:03:50.673Z] --- PASS: TestFuzzyMatch (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestClone [2021-02-18T09:03:50.673Z] --- PASS: TestClone (0.00s) [2021-02-18T09:03:50.673Z] PASS [2021-02-18T09:03:50.673Z] coverage: 92.2% of statements [2021-02-18T09:03:50.673Z] ok github.com/docker/docker/api/types/filters 0.062s coverage: 92.2% of statements [2021-02-18T09:03:50.673Z] === RUN TestStrSliceMarshalJSON [2021-02-18T09:03:50.673Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestStrSliceUnmarshalJSON [2021-02-18T09:03:50.673Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestStrSliceUnmarshalString [2021-02-18T09:03:50.673Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-02-18T09:03:50.673Z] === RUN TestStrSliceUnmarshalSlice [2021-02-18T09:03:50.673Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-02-18T09:03:50.673Z] PASS [2021-02-18T09:03:50.673Z] coverage: 90.0% of statements [2021-02-18T09:03:50.673Z] ok github.com/docker/docker/api/types/strslice 0.042s coverage: 90.0% of statements [2021-02-18T09:03:50.673Z] === RUN TestAdjustForAPIVersion [2021-02-18T09:03:50.674Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-02-18T09:03:50.674Z] PASS [2021-02-18T09:03:50.674Z] coverage: 5.7% of statements [2021-02-18T09:03:50.674Z] ok github.com/docker/docker/api/server/router/swarm 0.049s coverage: 5.7% of statements [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T09:03:50.674Z] === RUN TestDurationToSecondsString [2021-02-18T09:03:50.674Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestGetTimestamp [2021-02-18T09:03:50.674Z] --- PASS: TestGetTimestamp (0.11s) [2021-02-18T09:03:50.674Z] === RUN TestParseTimestamps [2021-02-18T09:03:50.674Z] --- PASS: TestParseTimestamps (0.00s) [2021-02-18T09:03:50.674Z] PASS [2021-02-18T09:03:50.674Z] coverage: 100.0% of statements [2021-02-18T09:03:50.674Z] ok github.com/docker/docker/api/types/time 0.166s coverage: 100.0% of statements [2021-02-18T09:03:50.674Z] === RUN TestCompareVersion [2021-02-18T09:03:50.674Z] --- PASS: TestCompareVersion (0.00s) [2021-02-18T09:03:50.674Z] PASS [2021-02-18T09:03:50.674Z] coverage: 75.0% of statements [2021-02-18T09:03:50.674Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 75.0% of statements [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-02-18T09:03:50.674Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestCloneArgsSmartHttp [2021-02-18T09:03:50.674Z] --- PASS: TestCloneArgsSmartHttp (0.04s) [2021-02-18T09:03:50.674Z] === RUN TestCloneArgsDumbHttp [2021-02-18T09:03:50.674Z] --- PASS: TestCloneArgsDumbHttp (0.01s) [2021-02-18T09:03:50.674Z] === RUN TestCloneArgsGit [2021-02-18T09:03:50.674Z] --- PASS: TestCloneArgsGit (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestCheckoutGit [2021-02-18T09:03:50.674Z] === RUN TestEnable [2021-02-18T09:03:50.674Z] --- PASS: TestEnable (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestDisable [2021-02-18T09:03:50.674Z] --- PASS: TestDisable (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestEnabled [2021-02-18T09:03:50.674Z] --- PASS: TestEnabled (0.00s) [2021-02-18T09:03:50.674Z] PASS [2021-02-18T09:03:50.674Z] coverage: 100.0% of statements [2021-02-18T09:03:50.674Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2021-02-18T09:03:50.674Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-02-18T09:03:50.674Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.02s) [2021-02-18T09:03:50.674Z] === RUN TestProcessNoDockerignore [2021-02-18T09:03:50.674Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestProcessShouldLeaveAllFiles [2021-02-18T09:03:50.674Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestDetectContentType [2021-02-18T09:03:50.674Z] --- PASS: TestDetectContentType (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestSelectAcceptableMIME [2021-02-18T09:03:50.674Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestInspectEmptyResponse [2021-02-18T09:03:50.674Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestInspectResponseBinary [2021-02-18T09:03:50.674Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestResponseUnsupportedContentType [2021-02-18T09:03:50.674Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestInspectResponseTextSimple [2021-02-18T09:03:50.674Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestInspectResponseEmptyContentType [2021-02-18T09:03:50.674Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestUnknownContentLength [2021-02-18T09:03:50.674Z] --- PASS: TestUnknownContentLength (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestDownloadRemote [2021-02-18T09:03:50.674Z] === RUN TestGetAllAllowed [2021-02-18T09:03:50.674Z] --- PASS: TestGetAllAllowed (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestGetAllMeta [2021-02-18T09:03:50.674Z] --- PASS: TestGetAllMeta (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestWarnOnUnusedBuildArgs [2021-02-18T09:03:50.674Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestIsUnreferencedBuiltin [2021-02-18T09:03:50.674Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestIsExistingDirectory [2021-02-18T09:03:50.674Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestGetFilenameForDownload [2021-02-18T09:03:50.674Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestEnv2Variables [2021-02-18T09:03:50.674Z] --- PASS: TestEnv2Variables (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-02-18T09:03:50.674Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestMaintainer [2021-02-18T09:03:50.674Z] --- PASS: TestMaintainer (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestLabel [2021-02-18T09:03:50.674Z] --- PASS: TestLabel (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestFromScratch [2021-02-18T09:03:50.674Z] --- PASS: TestFromScratch (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestFromWithArg [2021-02-18T09:03:50.674Z] --- PASS: TestFromWithArg (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-02-18T09:03:50.674Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestFromWithUndefinedArg [2021-02-18T09:03:50.674Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestFromMultiStageWithNamedStage [2021-02-18T09:03:50.674Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestOnbuild [2021-02-18T09:03:50.674Z] --- PASS: TestOnbuild (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestWorkdir [2021-02-18T09:03:50.674Z] --- PASS: TestWorkdir (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestCmd [2021-02-18T09:03:50.674Z] --- PASS: TestCmd (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestHealthcheckNone [2021-02-18T09:03:50.674Z] --- PASS: TestHealthcheckNone (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestHealthcheckCmd [2021-02-18T09:03:50.674Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestEntrypoint [2021-02-18T09:03:50.674Z] --- PASS: TestEntrypoint (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestExpose [2021-02-18T09:03:50.674Z] --- PASS: TestExpose (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestUser [2021-02-18T09:03:50.674Z] --- PASS: TestUser (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestVolume [2021-02-18T09:03:50.674Z] --- PASS: TestVolume (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestStopSignal [2021-02-18T09:03:50.674Z] --- SKIP: TestStopSignal (0.00s) [2021-02-18T09:03:50.674Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-18T09:03:50.674Z] === RUN TestArg [2021-02-18T09:03:50.674Z] --- PASS: TestArg (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestShell [2021-02-18T09:03:50.674Z] --- PASS: TestShell (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestPrependEnvOnCmd [2021-02-18T09:03:50.674Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestRunWithBuildArgs [2021-02-18T09:03:50.674Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestRunIgnoresHealthcheck [2021-02-18T09:03:50.674Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestNormalizeWorkdir [2021-02-18T09:03:50.674Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestDispatch [2021-02-18T09:03:50.674Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-02-18T09:03:50.674Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-02-18T09:03:50.674Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-02-18T09:03:50.674Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-02-18T09:03:50.674Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-02-18T09:03:50.674Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-02-18T09:03:50.674Z] === RUN TestDispatch/COPY_url [2021-02-18T09:03:50.674Z] --- PASS: TestDispatch (0.05s) [2021-02-18T09:03:50.674Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-02-18T09:03:50.674Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-02-18T09:03:50.674Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-02-18T09:03:50.674Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-02-18T09:03:50.674Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-02-18T09:03:50.674Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-02-18T09:03:50.674Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestAddScratchImageAddsToMounts [2021-02-18T09:03:50.674Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestAddFromScratchPopulatesPlatform [2021-02-18T09:03:50.674Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-02-18T09:03:50.674Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-02-18T09:03:50.674Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestImageSourceGetAddsToMounts [2021-02-18T09:03:50.674Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestEmptyDockerfile [2021-02-18T09:03:50.674Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestSymlinkDockerfile [2021-02-18T09:03:50.674Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-02-18T09:03:50.674Z] === RUN TestDockerfileOutsideTheBuildContext [2021-02-18T09:03:50.674Z] --- PASS: TestDownloadRemote (0.08s) [2021-02-18T09:03:50.674Z] === RUN TestGetWithStatusError [2021-02-18T09:03:50.674Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestNonExistingDockerfile [2021-02-18T09:03:50.674Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestCopyRunConfig [2021-02-18T09:03:50.674Z] --- PASS: TestCopyRunConfig (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestDeepCopyRunConfig [2021-02-18T09:03:50.674Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestExportImage [2021-02-18T09:03:50.674Z] --- PASS: TestExportImage (0.00s) [2021-02-18T09:03:50.674Z] === RUN TestNormalizeDest [2021-02-18T09:03:50.674Z] --- PASS: TestNormalizeDest (0.00s) [2021-02-18T09:03:50.674Z] PASS [2021-02-18T09:03:50.674Z] coverage: 46.6% of statements [2021-02-18T09:03:50.674Z] --- PASS: TestGetWithStatusError (0.01s) [2021-02-18T09:03:50.674Z] === RUN TestCloseRootDirectory [2021-02-18T09:03:50.674Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-02-18T09:03:50.674Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:03:50.674Z] === RUN TestHashFile [2021-02-18T09:03:50.674Z] --- SKIP: TestHashFile (0.00s) [2021-02-18T09:03:50.674Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:03:50.674Z] === RUN TestHashSubdir [2021-02-18T09:03:50.674Z] --- SKIP: TestHashSubdir (0.00s) [2021-02-18T09:03:50.674Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:03:50.674Z] === RUN TestRemoveDirectory [2021-02-18T09:03:50.674Z] ok github.com/docker/docker/builder/dockerfile 0.185s coverage: 46.6% of statements [2021-02-18T09:03:50.674Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-02-18T09:03:50.674Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:03:50.674Z] PASS [2021-02-18T09:03:50.674Z] coverage: 9.3% of statements [2021-02-18T09:03:50.674Z] ok github.com/docker/docker/builder/remotecontext 0.298s coverage: 9.3% of statements [2021-02-18T09:03:50.674Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T09:03:50.678Z] --- PASS: TestCreateWithCustomMaskedPaths (1.50s) [2021-02-18T09:03:50.678Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T09:03:51.561Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-02-18T09:03:52.228Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2021-02-18T09:03:52.228Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T09:03:52.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:03:52.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:03:52.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:03:52.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:03:52.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:03:52.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:03:52.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:03:52.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:03:52.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:03:52.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:03:52.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:03:52.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:03:52.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:03:52.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:03:52.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:03:52.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-18T09:03:52.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-02-18T09:03:52.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-02-18T09:03:52.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-02-18T09:03:52.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-02-18T09:03:52.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-02-18T09:03:52.228Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T09:03:52.867Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s) [2021-02-18T09:03:52.867Z] === RUN TestCreateDifferentPlatform [2021-02-18T09:03:52.867Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T09:03:52.867Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T09:03:52.867Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-18T09:03:52.867Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T09:03:52.867Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T09:03:52.867Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T09:03:52.867Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-02-18T09:03:52.867Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T09:03:52.867Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-02-18T09:03:52.867Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T09:03:52.867Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T09:03:52.867Z] === RUN TestDaemonRestartIpcMode [2021-02-18T09:03:52.867Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T09:03:52.867Z] === RUN TestDaemonHostGatewayIP [2021-02-18T09:03:52.867Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T09:03:52.867Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T09:03:52.867Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T09:03:52.867Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T09:03:52.867Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T09:03:52.867Z] === RUN TestDiff [2021-02-18T09:03:53.154Z] --- PASS: TestSecretsUpdate (2.74s) [2021-02-18T09:03:53.154Z] === RUN TestTemplatedSecret [2021-02-18T09:03:53.503Z] --- PASS: TestDiff (0.50s) [2021-02-18T09:03:53.503Z] === RUN TestExecWithCloseStdin [2021-02-18T09:03:54.140Z] --- PASS: TestExecWithCloseStdin (0.64s) [2021-02-18T09:03:54.140Z] === RUN TestExec [2021-02-18T09:03:54.434Z] --- PASS: TestExec (0.57s) [2021-02-18T09:03:54.434Z] === RUN TestExecUser [2021-02-18T09:03:54.850Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-18T09:03:55.069Z] --- PASS: TestExecUser (0.63s) [2021-02-18T09:03:55.069Z] === RUN TestExportContainerAndImportImage [2021-02-18T09:03:55.418Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-02-18T09:03:56.110Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2021-02-18T09:03:56.110Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T09:03:56.356Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-18T09:03:56.454Z] --- PASS: TestTemplatedSecret (3.39s) [2021-02-18T09:03:56.454Z] === RUN TestSecretCreateResolve [2021-02-18T09:03:56.962Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-02-18T09:03:57.653Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) [2021-02-18T09:03:57.654Z] === RUN TestHealthCheckWorkdir [2021-02-18T09:03:58.299Z] --- PASS: TestHealthCheckWorkdir (0.71s) [2021-02-18T09:03:58.299Z] === RUN TestHealthKillContainer [2021-02-18T09:03:59.522Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-02-18T09:03:59.753Z] --- PASS: TestSecretCreateResolve (3.29s) [2021-02-18T09:03:59.753Z] PASS [2021-02-18T09:03:59.753Z] [2021-02-18T09:03:59.753Z] DONE 6 tests in 19.252s [2021-02-18T09:03:59.753Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T09:03:59.753Z] ++ 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-18T09:03:59.753Z] ++ set -e [2021-02-18T09:03:59.753Z] ++ '[' -n 0 ']' [2021-02-18T09:03:59.753Z] ++ set -x [2021-02-18T09:03:59.753Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-18T09:03:59.782Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-18T09:04:00.014Z] INFO: Testing against a local daemon [2021-02-18T09:04:00.014Z] === RUN TestServiceCreateInit [2021-02-18T09:04:00.014Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T09:04:01.009Z] === RUN TestCheckpointCreateError [2021-02-18T09:04:01.009Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestCheckpointCreate [2021-02-18T09:04:01.009Z] --- PASS: TestCheckpointCreate (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestCheckpointDeleteError [2021-02-18T09:04:01.009Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestCheckpointDelete [2021-02-18T09:04:01.009Z] --- PASS: TestCheckpointDelete (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestCheckpointListError [2021-02-18T09:04:01.009Z] --- PASS: TestCheckpointListError (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestCheckpointList [2021-02-18T09:04:01.009Z] --- PASS: TestCheckpointList (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestCheckpointListContainerNotFound [2021-02-18T09:04:01.009Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestNewClientWithOpsFromEnv [2021-02-18T09:04:01.009Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-02-18T09:04:01.009Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-18T09:04:01.009Z] === RUN TestGetAPIPath [2021-02-18T09:04:01.009Z] --- PASS: TestGetAPIPath (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestParseHostURL [2021-02-18T09:04:01.009Z] --- PASS: TestParseHostURL (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-02-18T09:04:01.009Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestNegotiateAPIVersionEmpty [2021-02-18T09:04:01.009Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestNegotiateAPIVersion [2021-02-18T09:04:01.009Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestNegotiateAPVersionOverride [2021-02-18T09:04:01.009Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestNegotiateAPIVersionAutomatic [2021-02-18T09:04:01.009Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-02-18T09:04:01.009Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-02-18T09:04:01.009Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestClientRedirect [2021-02-18T09:04:01.009Z] --- PASS: TestClientRedirect (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestConfigCreateUnsupported [2021-02-18T09:04:01.009Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestConfigCreateError [2021-02-18T09:04:01.009Z] --- PASS: TestConfigCreateError (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestConfigCreate [2021-02-18T09:04:01.009Z] --- PASS: TestConfigCreate (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestConfigInspectNotFound [2021-02-18T09:04:01.009Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestConfigInspectWithEmptyID [2021-02-18T09:04:01.009Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.009Z] === RUN TestConfigInspectUnsupported [2021-02-18T09:04:01.009Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-02-18T09:04:01.042Z] --- PASS: TestHealthKillContainer (2.63s) [2021-02-18T09:04:01.042Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T09:04:01.336Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2021-02-18T09:04:01.336Z] === RUN TestIpcModeNone [2021-02-18T09:04:01.470Z] === RUN TestConfigInspectError [2021-02-18T09:04:01.470Z] --- PASS: TestConfigInspectError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigInspectConfigNotFound [2021-02-18T09:04:01.470Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigInspect [2021-02-18T09:04:01.470Z] --- PASS: TestConfigInspect (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigListUnsupported [2021-02-18T09:04:01.470Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigListError [2021-02-18T09:04:01.470Z] --- PASS: TestConfigListError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigList [2021-02-18T09:04:01.470Z] --- PASS: TestConfigList (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigRemoveUnsupported [2021-02-18T09:04:01.470Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigRemoveError [2021-02-18T09:04:01.470Z] --- PASS: TestConfigRemoveError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigRemove [2021-02-18T09:04:01.470Z] --- PASS: TestConfigRemove (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigUpdateUnsupported [2021-02-18T09:04:01.470Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigUpdateError [2021-02-18T09:04:01.470Z] --- PASS: TestConfigUpdateError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestConfigUpdate [2021-02-18T09:04:01.470Z] --- PASS: TestConfigUpdate (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerCommitError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerCommitError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerCommit [2021-02-18T09:04:01.470Z] --- PASS: TestContainerCommit (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStatPathError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStatPathError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStatPathNotFoundError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStatPathNoHeaderError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStatPath [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStatPath (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyToContainerError [2021-02-18T09:04:01.470Z] --- PASS: TestCopyToContainerError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyToContainerNotFoundError [2021-02-18T09:04:01.470Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyToContainerNotStatusOKError [2021-02-18T09:04:01.470Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyToContainer [2021-02-18T09:04:01.470Z] --- PASS: TestCopyToContainer (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyFromContainerError [2021-02-18T09:04:01.470Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyFromContainerNotFoundError [2021-02-18T09:04:01.470Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyFromContainerNotStatusOKError [2021-02-18T09:04:01.470Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyFromContainerNoHeaderError [2021-02-18T09:04:01.470Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestCopyFromContainer [2021-02-18T09:04:01.470Z] --- PASS: TestCopyFromContainer (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerCreateError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerCreateError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerCreateImageNotFound [2021-02-18T09:04:01.470Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerCreateWithName [2021-02-18T09:04:01.470Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerCreateAutoRemove [2021-02-18T09:04:01.470Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerDiffError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerDiffError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerDiff [2021-02-18T09:04:01.470Z] --- PASS: TestContainerDiff (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExecCreateError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExecCreate [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExecCreate (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExecStartError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExecStartError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExecStart [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExecStart (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExecInspectError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExecInspect [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExecInspect (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExportError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExportError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExport [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExport (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerInspectError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerInspectError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerInspectContainerNotFound [2021-02-18T09:04:01.470Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerInspectWithEmptyID [2021-02-18T09:04:01.470Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerInspect [2021-02-18T09:04:01.470Z] --- PASS: TestContainerInspect (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerInspectNode [2021-02-18T09:04:01.470Z] --- PASS: TestContainerInspectNode (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerKillError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerKillError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerKill [2021-02-18T09:04:01.470Z] --- PASS: TestContainerKill (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerListError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerListError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerList [2021-02-18T09:04:01.470Z] --- PASS: TestContainerList (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerLogsNotFoundError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerLogsError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerLogsError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerLogs [2021-02-18T09:04:01.470Z] --- PASS: TestContainerLogs (0.13s) [2021-02-18T09:04:01.470Z] === RUN TestContainerPauseError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerPauseError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerPause [2021-02-18T09:04:01.470Z] --- PASS: TestContainerPause (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainersPruneError [2021-02-18T09:04:01.470Z] --- PASS: TestContainersPruneError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainersPrune [2021-02-18T09:04:01.470Z] --- PASS: TestContainersPrune (0.16s) [2021-02-18T09:04:01.470Z] === RUN TestContainerRemoveError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerRemoveError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerRemoveNotFoundError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerRemove [2021-02-18T09:04:01.470Z] --- PASS: TestContainerRemove (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerRenameError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerRenameError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerRename [2021-02-18T09:04:01.470Z] --- PASS: TestContainerRename (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerResizeError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerResizeError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExecResizeError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerResize [2021-02-18T09:04:01.470Z] --- PASS: TestContainerResize (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerExecResize [2021-02-18T09:04:01.470Z] --- PASS: TestContainerExecResize (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerRestartError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerRestartError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerRestart [2021-02-18T09:04:01.470Z] --- PASS: TestContainerRestart (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStartError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStartError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStart [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStart (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStatsError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStatsError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStats [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStats (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStopError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStopError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerStop [2021-02-18T09:04:01.470Z] --- PASS: TestContainerStop (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerTopError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerTopError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerTop [2021-02-18T09:04:01.470Z] --- PASS: TestContainerTop (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerUnpauseError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerUnpause [2021-02-18T09:04:01.470Z] --- PASS: TestContainerUnpause (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerUpdateError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerUpdateError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerUpdate [2021-02-18T09:04:01.470Z] --- PASS: TestContainerUpdate (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerWaitError [2021-02-18T09:04:01.470Z] --- PASS: TestContainerWaitError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestContainerWait [2021-02-18T09:04:01.470Z] --- PASS: TestContainerWait (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestDiskUsageError [2021-02-18T09:04:01.470Z] --- PASS: TestDiskUsageError (0.01s) [2021-02-18T09:04:01.470Z] === RUN TestDiskUsage [2021-02-18T09:04:01.470Z] --- PASS: TestDiskUsage (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestDistributionInspectUnsupported [2021-02-18T09:04:01.470Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestDistributionInspectWithEmptyID [2021-02-18T09:04:01.470Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestEventsErrorInOptions [2021-02-18T09:04:01.470Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestEventsErrorFromServer [2021-02-18T09:04:01.470Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestEvents [2021-02-18T09:04:01.470Z] --- PASS: TestEvents (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestTLSCloseWriter [2021-02-18T09:04:01.470Z] === PAUSE TestTLSCloseWriter [2021-02-18T09:04:01.470Z] === RUN TestImageBuildError [2021-02-18T09:04:01.470Z] --- PASS: TestImageBuildError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageBuild [2021-02-18T09:04:01.470Z] --- PASS: TestImageBuild (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestGetDockerOS [2021-02-18T09:04:01.470Z] --- PASS: TestGetDockerOS (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageCreateError [2021-02-18T09:04:01.470Z] --- PASS: TestImageCreateError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageCreate [2021-02-18T09:04:01.470Z] --- PASS: TestImageCreate (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageHistoryError [2021-02-18T09:04:01.470Z] --- PASS: TestImageHistoryError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageHistory [2021-02-18T09:04:01.470Z] --- PASS: TestImageHistory (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageImportError [2021-02-18T09:04:01.470Z] --- PASS: TestImageImportError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageImport [2021-02-18T09:04:01.470Z] --- PASS: TestImageImport (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageInspectError [2021-02-18T09:04:01.470Z] --- PASS: TestImageInspectError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageInspectImageNotFound [2021-02-18T09:04:01.470Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageInspectWithEmptyID [2021-02-18T09:04:01.470Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageInspect [2021-02-18T09:04:01.470Z] --- PASS: TestImageInspect (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageListError [2021-02-18T09:04:01.470Z] --- PASS: TestImageListError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageList [2021-02-18T09:04:01.470Z] --- PASS: TestImageList (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageListApiBefore125 [2021-02-18T09:04:01.470Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageLoadError [2021-02-18T09:04:01.470Z] --- PASS: TestImageLoadError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImageLoad [2021-02-18T09:04:01.470Z] --- PASS: TestImageLoad (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagesPruneError [2021-02-18T09:04:01.470Z] --- PASS: TestImagesPruneError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagesPrune [2021-02-18T09:04:01.470Z] --- PASS: TestImagesPrune (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePullReferenceParseError [2021-02-18T09:04:01.470Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePullAnyError [2021-02-18T09:04:01.470Z] --- PASS: TestImagePullAnyError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePullStatusUnauthorizedError [2021-02-18T09:04:01.470Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T09:04:01.470Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T09:04:01.470Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-02-18T09:04:01.470Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePullWithoutErrors [2021-02-18T09:04:01.470Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePushReferenceError [2021-02-18T09:04:01.470Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePushAnyError [2021-02-18T09:04:01.470Z] --- PASS: TestImagePushAnyError (0.00s) [2021-02-18T09:04:01.470Z] === RUN TestImagePushStatusUnauthorizedError [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImagePushWithoutErrors [2021-02-18T09:04:01.471Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-02-18T09:04:01.471Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-02-18T09:04:01.471Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-02-18T09:04:01.471Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-02-18T09:04:01.471Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageRemoveError [2021-02-18T09:04:01.471Z] --- PASS: TestImageRemoveError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageRemoveImageNotFound [2021-02-18T09:04:01.471Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageRemove [2021-02-18T09:04:01.471Z] --- PASS: TestImageRemove (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageSaveError [2021-02-18T09:04:01.471Z] --- PASS: TestImageSaveError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageSave [2021-02-18T09:04:01.471Z] --- PASS: TestImageSave (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageSearchAnyError [2021-02-18T09:04:01.471Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageSearchStatusUnauthorizedError [2021-02-18T09:04:01.471Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T09:04:01.471Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T09:04:01.471Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-02-18T09:04:01.471Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageSearchWithoutErrors [2021-02-18T09:04:01.471Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageTagError [2021-02-18T09:04:01.471Z] --- PASS: TestImageTagError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageTagInvalidReference [2021-02-18T09:04:01.471Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageTagInvalidSourceImageName [2021-02-18T09:04:01.471Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageTagHexSource [2021-02-18T09:04:01.471Z] --- PASS: TestImageTagHexSource (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestImageTag [2021-02-18T09:04:01.471Z] --- PASS: TestImageTag (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestInfoServerError [2021-02-18T09:04:01.471Z] --- PASS: TestInfoServerError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestInfoInvalidResponseJSONError [2021-02-18T09:04:01.471Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestInfo [2021-02-18T09:04:01.471Z] --- PASS: TestInfo (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkConnectError [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkConnectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkConnect [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkConnect (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkCreateError [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkCreateError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkCreate [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkCreate (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkDisconnectError [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkDisconnect [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkInspectError [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkInspectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkInspectNotFoundError [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkInspectWithEmptyID [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkInspect [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkInspect (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkListError [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkListError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkList [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkList (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworksPruneError [2021-02-18T09:04:01.471Z] --- PASS: TestNetworksPruneError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworksPrune [2021-02-18T09:04:01.471Z] --- PASS: TestNetworksPrune (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkRemoveError [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNetworkRemove [2021-02-18T09:04:01.471Z] --- PASS: TestNetworkRemove (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeInspectError [2021-02-18T09:04:01.471Z] --- PASS: TestNodeInspectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeInspectNodeNotFound [2021-02-18T09:04:01.471Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeInspectWithEmptyID [2021-02-18T09:04:01.471Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeInspect [2021-02-18T09:04:01.471Z] --- PASS: TestNodeInspect (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeListError [2021-02-18T09:04:01.471Z] --- PASS: TestNodeListError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeList [2021-02-18T09:04:01.471Z] --- PASS: TestNodeList (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeRemoveError [2021-02-18T09:04:01.471Z] --- PASS: TestNodeRemoveError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeRemove [2021-02-18T09:04:01.471Z] --- PASS: TestNodeRemove (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeUpdateError [2021-02-18T09:04:01.471Z] --- PASS: TestNodeUpdateError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestNodeUpdate [2021-02-18T09:04:01.471Z] --- PASS: TestNodeUpdate (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestOptionWithTimeout [2021-02-18T09:04:01.471Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPingFail [2021-02-18T09:04:01.471Z] --- PASS: TestPingFail (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPingWithError [2021-02-18T09:04:01.471Z] 2021/02/18 09:04:00 RoundTripper returned a response & error; ignoring response [2021-02-18T09:04:01.471Z] 2021/02/18 09:04:00 RoundTripper returned a response & error; ignoring response [2021-02-18T09:04:01.471Z] --- PASS: TestPingWithError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPingSuccess [2021-02-18T09:04:01.471Z] --- PASS: TestPingSuccess (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPingHeadFallback [2021-02-18T09:04:01.471Z] === RUN TestPingHeadFallback/OK [2021-02-18T09:04:01.471Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-02-18T09:04:01.471Z] === RUN TestPingHeadFallback/Not_Found [2021-02-18T09:04:01.471Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-02-18T09:04:01.471Z] --- PASS: TestPingHeadFallback (0.00s) [2021-02-18T09:04:01.471Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-02-18T09:04:01.471Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-02-18T09:04:01.471Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-02-18T09:04:01.471Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginDisableError [2021-02-18T09:04:01.471Z] --- PASS: TestPluginDisableError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginDisable [2021-02-18T09:04:01.471Z] --- PASS: TestPluginDisable (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginEnableError [2021-02-18T09:04:01.471Z] --- PASS: TestPluginEnableError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginEnable [2021-02-18T09:04:01.471Z] --- PASS: TestPluginEnable (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginInspectError [2021-02-18T09:04:01.471Z] --- PASS: TestPluginInspectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginInspectWithEmptyID [2021-02-18T09:04:01.471Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginInspect [2021-02-18T09:04:01.471Z] --- PASS: TestPluginInspect (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginListError [2021-02-18T09:04:01.471Z] --- PASS: TestPluginListError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginList [2021-02-18T09:04:01.471Z] --- PASS: TestPluginList (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginPushError [2021-02-18T09:04:01.471Z] --- PASS: TestPluginPushError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginPush [2021-02-18T09:04:01.471Z] --- PASS: TestPluginPush (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginRemoveError [2021-02-18T09:04:01.471Z] --- PASS: TestPluginRemoveError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginRemove [2021-02-18T09:04:01.471Z] --- PASS: TestPluginRemove (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginSetError [2021-02-18T09:04:01.471Z] --- PASS: TestPluginSetError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPluginSet [2021-02-18T09:04:01.471Z] --- PASS: TestPluginSet (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSetHostHeader [2021-02-18T09:04:01.471Z] --- PASS: TestSetHostHeader (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestPlainTextError [2021-02-18T09:04:01.471Z] --- PASS: TestPlainTextError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestInfiniteError [2021-02-18T09:04:01.471Z] --- PASS: TestInfiniteError (0.03s) [2021-02-18T09:04:01.471Z] === RUN TestSecretCreateUnsupported [2021-02-18T09:04:01.471Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretCreateError [2021-02-18T09:04:01.471Z] --- PASS: TestSecretCreateError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretCreate [2021-02-18T09:04:01.471Z] --- PASS: TestSecretCreate (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretInspectUnsupported [2021-02-18T09:04:01.471Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretInspectError [2021-02-18T09:04:01.471Z] --- PASS: TestSecretInspectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretInspectSecretNotFound [2021-02-18T09:04:01.471Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretInspectWithEmptyID [2021-02-18T09:04:01.471Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretInspect [2021-02-18T09:04:01.471Z] --- PASS: TestSecretInspect (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretListUnsupported [2021-02-18T09:04:01.471Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretListError [2021-02-18T09:04:01.471Z] --- PASS: TestSecretListError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretList [2021-02-18T09:04:01.471Z] --- PASS: TestSecretList (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretRemoveUnsupported [2021-02-18T09:04:01.471Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretRemoveError [2021-02-18T09:04:01.471Z] --- PASS: TestSecretRemoveError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretRemove [2021-02-18T09:04:01.471Z] --- PASS: TestSecretRemove (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretUpdateUnsupported [2021-02-18T09:04:01.471Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretUpdateError [2021-02-18T09:04:01.471Z] --- PASS: TestSecretUpdateError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSecretUpdate [2021-02-18T09:04:01.471Z] --- PASS: TestSecretUpdate (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceCreateError [2021-02-18T09:04:01.471Z] --- PASS: TestServiceCreateError (0.01s) [2021-02-18T09:04:01.471Z] === RUN TestServiceCreate [2021-02-18T09:04:01.471Z] --- PASS: TestServiceCreate (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceCreateCompatiblePlatforms [2021-02-18T09:04:01.471Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceCreateDigestPinning [2021-02-18T09:04:01.471Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceInspectError [2021-02-18T09:04:01.471Z] --- PASS: TestServiceInspectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceInspectServiceNotFound [2021-02-18T09:04:01.471Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceInspectWithEmptyID [2021-02-18T09:04:01.471Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceInspect [2021-02-18T09:04:01.471Z] --- PASS: TestServiceInspect (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceListError [2021-02-18T09:04:01.471Z] --- PASS: TestServiceListError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceList [2021-02-18T09:04:01.471Z] --- PASS: TestServiceList (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceLogsError [2021-02-18T09:04:01.471Z] --- PASS: TestServiceLogsError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceLogs [2021-02-18T09:04:01.471Z] --- PASS: TestServiceLogs (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceRemoveError [2021-02-18T09:04:01.471Z] --- PASS: TestServiceRemoveError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceRemoveNotFoundError [2021-02-18T09:04:01.471Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceRemove [2021-02-18T09:04:01.471Z] --- PASS: TestServiceRemove (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceUpdateError [2021-02-18T09:04:01.471Z] --- PASS: TestServiceUpdateError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestServiceUpdate [2021-02-18T09:04:01.471Z] --- PASS: TestServiceUpdate (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmGetUnlockKeyError [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmGetUnlockKey [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmInitError [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmInitError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmInit [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmInit (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmInspectError [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmInspectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmInspect [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmInspect (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmJoinError [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmJoinError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmJoin [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmJoin (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmLeaveError [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmLeave [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmLeave (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmUnlockError [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmUnlock [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmUnlock (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmUpdateError [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestSwarmUpdate [2021-02-18T09:04:01.471Z] --- PASS: TestSwarmUpdate (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestTaskInspectError [2021-02-18T09:04:01.471Z] --- PASS: TestTaskInspectError (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestTaskInspectWithEmptyID [2021-02-18T09:04:01.471Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.471Z] === RUN TestTaskInspect [2021-02-18T09:04:01.472Z] --- PASS: TestTaskInspect (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestTaskListError [2021-02-18T09:04:01.472Z] --- PASS: TestTaskListError (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestTaskList [2021-02-18T09:04:01.472Z] --- PASS: TestTaskList (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeCreateError [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeCreateError (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeCreate [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeCreate (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeInspectError [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeInspectError (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeInspectNotFound [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeInspectWithEmptyID [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeInspect [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeInspect (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeListError [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeListError (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeList [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeList (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeRemoveError [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-02-18T09:04:01.472Z] === RUN TestVolumeRemove [2021-02-18T09:04:01.472Z] --- PASS: TestVolumeRemove (0.00s) [2021-02-18T09:04:01.472Z] === CONT TestTLSCloseWriter [2021-02-18T09:04:01.472Z] --- PASS: TestTLSCloseWriter (0.02s) [2021-02-18T09:04:01.472Z] PASS [2021-02-18T09:04:01.472Z] coverage: 74.9% of statements [2021-02-18T09:04:01.472Z] ok github.com/docker/docker/client 0.785s coverage: 74.9% of statements [2021-02-18T09:04:01.974Z] --- PASS: TestIpcModeNone (0.62s) [2021-02-18T09:04:01.974Z] === RUN TestIpcModePrivate [2021-02-18T09:04:02.614Z] --- PASS: TestIpcModePrivate (0.62s) [2021-02-18T09:04:02.614Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2021-02-18T09:04:02.614Z] === RUN TestIpcModeShareable [2021-02-18T09:04:03.073Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-02-18T09:04:03.252Z] --- PASS: TestIpcModeShareable (0.64s) [2021-02-18T09:04:03.252Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2021-02-18T09:04:03.252Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T09:04:05.299Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T09:04:05.324Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.80s) [2021-02-18T09:04:05.324Z] === RUN TestAPIIpcModeHost [2021-02-18T09:04:05.324Z] --- PASS: TestAPIIpcModeHost (0.48s) [2021-02-18T09:04:05.324Z] === RUN TestDaemonIpcModeShareable [2021-02-18T09:04:06.363Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-02-18T09:04:06.840Z] --- PASS: TestDaemonIpcModeShareable (1.38s) [2021-02-18T09:04:06.840Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-02-18T09:04:06.840Z] === RUN TestDaemonIpcModePrivate [2021-02-18T09:04:08.353Z] --- PASS: TestDaemonIpcModePrivate (1.40s) [2021-02-18T09:04:08.353Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-02-18T09:04:08.353Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T09:04:09.503Z] --- PASS: TestServiceCreateInit (9.53s) [2021-02-18T09:04:09.503Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.02s) [2021-02-18T09:04:09.503Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.48s) [2021-02-18T09:04:09.503Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T09:04:09.870Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.37s) [2021-02-18T09:04:09.870Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-02-18T09:04:09.870Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T09:04:10.908Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.38s) [2021-02-18T09:04:10.908Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-02-18T09:04:10.908Z] === RUN TestIpcModeOlderClient [2021-02-18T09:04:10.908Z] === PAUSE TestIpcModeOlderClient [2021-02-18T09:04:10.908Z] === RUN TestKillContainerInvalidSignal [2021-02-18T09:04:11.544Z] --- PASS: TestKillContainerInvalidSignal (0.53s) [2021-02-18T09:04:11.544Z] === RUN TestKillContainer [2021-02-18T09:04:11.544Z] === RUN TestKillContainer/no_signal [2021-02-18T09:04:11.641Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-02-18T09:04:12.180Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T09:04:12.211Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-18T09:04:12.474Z] === RUN TestKillContainer/killing_signal [2021-02-18T09:04:12.779Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-02-18T09:04:13.109Z] --- PASS: TestKillContainer (1.61s) [2021-02-18T09:04:13.109Z] --- PASS: TestKillContainer/no_signal (0.53s) [2021-02-18T09:04:13.109Z] --- PASS: TestKillContainer/non_killing_signal (0.33s) [2021-02-18T09:04:13.109Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2021-02-18T09:04:13.109Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T09:04:13.109Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T09:04:13.716Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-18T09:04:13.716Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-18T09:04:13.746Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T09:04:14.042Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.07s) [2021-02-18T09:04:14.042Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.50s) [2021-02-18T09:04:14.042Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s) [2021-02-18T09:04:14.042Z] === RUN TestKillStoppedContainer [2021-02-18T09:04:14.284Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-02-18T09:04:14.335Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-02-18T09:04:14.335Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T09:04:14.335Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-02-18T09:04:14.335Z] === RUN TestKillDifferentUserContainer [2021-02-18T09:04:14.970Z] --- PASS: TestKillDifferentUserContainer (0.51s) [2021-02-18T09:04:14.970Z] === RUN TestInspectOomKilledTrue [2021-02-18T09:04:15.613Z] --- PASS: TestInspectOomKilledTrue (0.91s) [2021-02-18T09:04:15.613Z] === RUN TestInspectOomKilledFalse [2021-02-18T09:04:15.662Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-02-18T09:04:16.254Z] --- PASS: TestInspectOomKilledFalse (0.52s) [2021-02-18T09:04:16.254Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T09:04:16.547Z] --- PASS: TestLinksEtcHostsContentMatch (0.39s) [2021-02-18T09:04:16.547Z] === RUN TestLinksContainerNames [2021-02-18T09:04:17.587Z] --- PASS: TestLinksContainerNames (1.03s) [2021-02-18T09:04:17.587Z] === RUN TestLogsFollowTailEmpty [2021-02-18T09:04:18.233Z] --- PASS: TestLogsFollowTailEmpty (0.53s) [2021-02-18T09:04:18.233Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T09:04:18.871Z] --- PASS: TestContainerNetworkMountsNoChown (0.51s) [2021-02-18T09:04:18.871Z] === RUN TestMountDaemonRoot [2021-02-18T09:04:18.871Z] === RUN TestMountDaemonRoot/default [2021-02-18T09:04:18.871Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T09:04:18.871Z] === RUN TestMountDaemonRoot/private [2021-02-18T09:04:18.871Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T09:04:18.871Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T09:04:18.871Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T09:04:18.871Z] === RUN TestMountDaemonRoot/slave [2021-02-18T09:04:18.871Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T09:04:18.871Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T09:04:18.871Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/shared [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/default [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/shared [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/private [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/slave [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T09:04:18.872Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:04:18.872Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T09:04:18.872Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T09:04:18.953Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-18T09:04:18.953Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-02-18T09:04:19.169Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-02-18T09:04:19.169Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T09:04:19.170Z] --- PASS: TestCheckoutGit (30.87s) [2021-02-18T09:04:19.170Z] === RUN TestValidGitTransport [2021-02-18T09:04:19.170Z] --- PASS: TestValidGitTransport (0.00s) [2021-02-18T09:04:19.170Z] === RUN TestGitInvalidRef [2021-02-18T09:04:19.170Z] --- PASS: TestGitInvalidRef (0.24s) [2021-02-18T09:04:19.170Z] PASS [2021-02-18T09:04:19.170Z] coverage: 86.3% of statements [2021-02-18T09:04:19.170Z] ok github.com/docker/docker/builder/remotecontext/git 31.212s coverage: 86.3% of statements [2021-02-18T09:04:19.170Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T09:04:19.170Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T09:04:20.537Z] --- PASS: TestServicePlugin (30.60s) [2021-02-18T09:04:20.537Z] plugin_test.go:62: [dd419abea8480] joining swarm manager [d3b1c4cabda33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:04:20.537Z] plugin_test.go:65: [d3e738b71c42a] joining swarm manager [d3b1c4cabda33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:04:20.537Z] === RUN TestServiceUpdateLabel [2021-02-18T09:04:20.680Z] --- PASS: TestContainerBindMountNonRecursive (1.42s) [2021-02-18T09:04:20.680Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T09:04:20.795Z] --- PASS: TestServiceUpdateLabel (2.32s) [2021-02-18T09:04:20.795Z] === RUN TestServiceUpdateSecrets [2021-02-18T09:04:20.974Z] --- PASS: TestContainerVolumesMountedAsShared (0.54s) [2021-02-18T09:04:20.974Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T09:04:21.267Z] --- PASS: TestContainerVolumesMountedAsSlave (0.41s) [2021-02-18T09:04:21.267Z] === RUN TestNetworkNat [2021-02-18T09:04:21.488Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-18T09:04:21.910Z] --- PASS: TestNetworkNat (0.58s) [2021-02-18T09:04:21.910Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T09:04:22.546Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s) [2021-02-18T09:04:22.546Z] === RUN TestNetworkLoopbackNat [2021-02-18T09:04:24.027Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-18T09:04:25.280Z] --- PASS: TestNetworkLoopbackNat (2.77s) [2021-02-18T09:04:25.280Z] === RUN TestPause [2021-02-18T09:04:25.918Z] --- PASS: TestPause (0.55s) [2021-02-18T09:04:25.918Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T09:04:25.918Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T09:04:25.918Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:04:25.918Z] === RUN TestPauseStopPausedContainer [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-02-18T09:04:26.249Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestConfigureDaemonLogs [2021-02-18T09:04:26.249Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestCommonOptionsInstallFlags [2021-02-18T09:04:26.249Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-02-18T09:04:26.249Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-02-18T09:04:26.249Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-02-18T09:04:26.249Z] PASS [2021-02-18T09:04:26.249Z] coverage: 18.4% of statements [2021-02-18T09:04:26.249Z] ok github.com/docker/docker/cmd/dockerd 0.277s coverage: 18.4% of statements [2021-02-18T09:04:26.554Z] --- PASS: TestPauseStopPausedContainer (0.56s) [2021-02-18T09:04:26.554Z] === RUN TestPsFilter [2021-02-18T09:04:26.554Z] --- PASS: TestPsFilter (0.15s) [2021-02-18T09:04:26.554Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T09:04:27.193Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2021-02-18T09:04:27.193Z] === RUN TestRemoveContainerWithVolume [2021-02-18T09:04:27.219Z] === RUN TestContainerStopSignal [2021-02-18T09:04:27.219Z] --- PASS: TestContainerStopSignal (0.00s) [2021-02-18T09:04:27.219Z] === RUN TestContainerStopTimeout [2021-02-18T09:04:27.219Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-02-18T09:04:27.219Z] === RUN TestContainerSecretReferenceDestTarget [2021-02-18T09:04:27.219Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-02-18T09:04:27.219Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-02-18T09:04:27.219Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-02-18T09:04:27.219Z] === RUN TestContainerLogPathSetForRingLogger [2021-02-18T09:04:27.219Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-02-18T09:04:27.219Z] === RUN TestReplaceAndAppendEnvVars [2021-02-18T09:04:27.219Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-02-18T09:04:27.220Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-02-18T09:04:27.220Z] === RUN TestNewMemoryStore [2021-02-18T09:04:27.220Z] --- PASS: TestNewMemoryStore (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestAddContainers [2021-02-18T09:04:27.220Z] --- PASS: TestAddContainers (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestGetContainer [2021-02-18T09:04:27.220Z] --- PASS: TestGetContainer (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestDeleteContainer [2021-02-18T09:04:27.220Z] --- PASS: TestDeleteContainer (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestListContainers [2021-02-18T09:04:27.220Z] --- PASS: TestListContainers (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestFirstContainer [2021-02-18T09:04:27.220Z] --- PASS: TestFirstContainer (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestApplyAllContainer [2021-02-18T09:04:27.220Z] --- PASS: TestApplyAllContainer (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestIsValidHealthString [2021-02-18T09:04:27.220Z] --- PASS: TestIsValidHealthString (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestStateRunStop [2021-02-18T09:04:27.220Z] --- PASS: TestStateRunStop (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestStateTimeoutWait [2021-02-18T09:04:27.220Z] --- PASS: TestStateTimeoutWait (0.12s) [2021-02-18T09:04:27.220Z] state_test.go:141: Stop callback fired [2021-02-18T09:04:27.220Z] state_test.go:165: Stop callback fired [2021-02-18T09:04:27.220Z] === RUN TestIsValidStateString [2021-02-18T09:04:27.220Z] --- PASS: TestIsValidStateString (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestViewSaveDelete [2021-02-18T09:04:27.220Z] --- PASS: TestViewSaveDelete (0.02s) [2021-02-18T09:04:27.220Z] === RUN TestViewAll [2021-02-18T09:04:27.220Z] --- PASS: TestViewAll (0.02s) [2021-02-18T09:04:27.220Z] === RUN TestViewGet [2021-02-18T09:04:27.220Z] --- PASS: TestViewGet (0.01s) [2021-02-18T09:04:27.220Z] === RUN TestNames [2021-02-18T09:04:27.220Z] --- PASS: TestNames (0.00s) [2021-02-18T09:04:27.220Z] === RUN TestViewWithHealthCheck [2021-02-18T09:04:27.220Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-02-18T09:04:27.220Z] PASS [2021-02-18T09:04:27.220Z] coverage: 41.6% of statements [2021-02-18T09:04:27.220Z] ok github.com/docker/docker/container 0.281s coverage: 41.6% of statements [2021-02-18T09:04:27.220Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T09:04:27.220Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T09:04:27.220Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T09:04:27.220Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T09:04:27.316Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-02-18T09:04:27.485Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2021-02-18T09:04:27.485Z] === RUN TestRemoveContainerRunning [2021-02-18T09:04:28.120Z] --- PASS: TestRemoveContainerRunning (0.54s) [2021-02-18T09:04:28.120Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T09:04:28.755Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.58s) [2021-02-18T09:04:28.755Z] === RUN TestRemoveInvalidContainer [2021-02-18T09:04:28.755Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-18T09:04:28.755Z] === RUN TestRenameLinkedContainer [2021-02-18T09:04:29.401Z] === RUN TestPrepare [2021-02-18T09:04:29.401Z] --- PASS: TestPrepare (0.00s) [2021-02-18T09:04:29.401Z] === RUN TestStart [2021-02-18T09:04:29.401Z] --- PASS: TestStart (0.00s) [2021-02-18T09:04:29.401Z] === RUN TestWaitCancel [2021-02-18T09:04:29.401Z] --- PASS: TestWaitCancel (0.00s) [2021-02-18T09:04:29.401Z] === RUN TestWaitDisabled [2021-02-18T09:04:29.401Z] --- PASS: TestWaitDisabled (0.00s) [2021-02-18T09:04:29.401Z] === RUN TestWaitEnabled [2021-02-18T09:04:29.401Z] --- PASS: TestWaitEnabled (0.00s) [2021-02-18T09:04:29.401Z] === RUN TestRemove [2021-02-18T09:04:29.401Z] --- PASS: TestRemove (0.00s) [2021-02-18T09:04:29.401Z] PASS [2021-02-18T09:04:29.401Z] coverage: 65.3% of statements [2021-02-18T09:04:29.401Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.256s coverage: 65.3% of statements [2021-02-18T09:04:30.610Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-18T09:04:30.841Z] --- PASS: TestRenameLinkedContainer (2.16s) [2021-02-18T09:04:30.841Z] === RUN TestRenameStoppedContainer [2021-02-18T09:04:31.461Z] --- PASS: TestCreateServiceMultipleTimes (18.98s) [2021-02-18T09:04:31.461Z] === RUN TestCreateServiceConflict [2021-02-18T09:04:31.498Z] --- PASS: TestRenameStoppedContainer (0.54s) [2021-02-18T09:04:31.498Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T09:04:31.583Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-02-18T09:04:31.583Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCIsolation [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCIsolation [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-02-18T09:04:31.583Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCConfigs [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCConfigs [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-02-18T09:04:31.583Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-02-18T09:04:31.583Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-02-18T09:04:31.583Z] PASS [2021-02-18T09:04:31.583Z] coverage: 35.9% of statements [2021-02-18T09:04:31.583Z] ok github.com/docker/docker/daemon/cluster/convert 0.268s coverage: 35.9% of statements [2021-02-18T09:04:31.721Z] --- PASS: TestCreateServiceConflict (3.28s) [2021-02-18T09:04:31.721Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T09:04:32.043Z] === RUN TestNewListSecretsFilters [2021-02-18T09:04:32.043Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-02-18T09:04:32.043Z] === RUN TestNewListConfigsFilters [2021-02-18T09:04:32.043Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-02-18T09:04:32.043Z] PASS [2021-02-18T09:04:32.043Z] coverage: 0.5% of statements [2021-02-18T09:04:32.043Z] ok github.com/docker/docker/daemon/cluster 0.283s coverage: 0.5% of statements [2021-02-18T09:04:32.539Z] --- PASS: TestRenameRunningContainerAndReuse (1.07s) [2021-02-18T09:04:32.539Z] === RUN TestRenameInvalidName [2021-02-18T09:04:33.148Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-18T09:04:33.176Z] --- PASS: TestRenameInvalidName (0.58s) [2021-02-18T09:04:33.176Z] === RUN TestRenameAnonymousContainer [2021-02-18T09:04:35.052Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-18T09:04:35.261Z] --- PASS: TestRenameAnonymousContainer (1.97s) [2021-02-18T09:04:35.261Z] === RUN TestRenameContainerWithSameName [2021-02-18T09:04:35.554Z] --- PASS: TestRenameContainerWithSameName (0.54s) [2021-02-18T09:04:35.554Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T09:04:35.663Z] --- PASS: TestServiceUpdateSecrets (14.43s) [2021-02-18T09:04:35.663Z] === RUN TestServiceUpdateConfigs [2021-02-18T09:04:35.922Z] --- PASS: TestCreateServiceMaxReplicas (3.62s) [2021-02-18T09:04:35.922Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T09:04:35.989Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-18T09:04:36.595Z] --- PASS: TestRenameContainerWithLinkedContainer (1.01s) [2021-02-18T09:04:36.595Z] === RUN TestResize [2021-02-18T09:04:37.232Z] --- PASS: TestResize (0.53s) [2021-02-18T09:04:37.232Z] === RUN TestResizeWithInvalidSize [2021-02-18T09:04:37.840Z] === RUN TestBuilderGC [2021-02-18T09:04:37.840Z] --- PASS: TestBuilderGC (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationNotFound [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDaemonBrokenConfiguration [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestParseClusterAdvertiseSettings [2021-02-18T09:04:37.840Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestFindConfigurationConflicts [2021-02-18T09:04:37.840Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-02-18T09:04:37.840Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMergeConflicts [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-02-18T09:04:37.840Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-02-18T09:04:37.840Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-02-18T09:04:37.840Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration/with_label [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration/with_dns [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration/with_dns-search [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-02-18T09:04:37.840Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-02-18T09:04:37.840Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestModifiedDiscoverySettings [2021-02-18T09:04:37.840Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestReloadSetConfigFileNotExist [2021-02-18T09:04:37.840Z] === RUN TestDiscoveryOptsErrors [2021-02-18T09:04:37.840Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDiscoveryOpts [2021-02-18T09:04:37.840Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-02-18T09:04:37.840Z] PASS [2021-02-18T09:04:37.840Z] coverage: 30.0% of statements [2021-02-18T09:04:37.840Z] ok github.com/docker/docker/daemon/discovery 0.147s coverage: 30.0% of statements [2021-02-18T09:04:37.840Z] time="2021-02-18T09:04:37Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-02-18T09:04:37.840Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-02-18T09:04:37.840Z] === RUN TestReloadDefaultConfigNotExist [2021-02-18T09:04:37.840Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-02-18T09:04:37.840Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:04:37.840Z] === RUN TestReloadBadDefaultConfig [2021-02-18T09:04:37.840Z] time="2021-02-18T09:04:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-877766115" [2021-02-18T09:04:37.840Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestReloadWithConflictingLabels [2021-02-18T09:04:37.840Z] time="2021-02-18T09:04:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-221254630" [2021-02-18T09:04:37.840Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestReloadWithDuplicateLabels [2021-02-18T09:04:37.840Z] time="2021-02-18T09:04:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-021207565" [2021-02-18T09:04:37.840Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-02-18T09:04:37.840Z] === RUN TestDaemonConfigurationMerge [2021-02-18T09:04:37.840Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-02-18T09:04:37.840Z] PASS [2021-02-18T09:04:37.840Z] coverage: 79.7% of statements [2021-02-18T09:04:37.840Z] ok github.com/docker/docker/daemon/config 0.315s coverage: 79.7% of statements [2021-02-18T09:04:37.868Z] --- PASS: TestResizeWithInvalidSize (0.54s) [2021-02-18T09:04:37.868Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T09:04:38.165Z] --- PASS: TestResizeWhenContainerNotStarted (0.52s) [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:04:38.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:04:38.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:04:38.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:04:38.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:04:38.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:04:38.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:04:38.165Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:04:38.165Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:04:38.166Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:04:38.166Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:04:38.166Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:04:38.166Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:04:38.166Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:04:38.166Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:04:38.166Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:04:38.166Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:04:38.166Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:04:38.166Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T09:04:38.166Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T09:04:38.166Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:04:38.166Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T09:04:39.281Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-02-18T09:04:39.379Z] === RUN TestVerifyNetworkingConfig [2021-02-18T09:04:39.379Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestGetContainer [2021-02-18T09:04:39.379Z] --- PASS: TestGetContainer (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestValidContainerNames [2021-02-18T09:04:39.379Z] --- PASS: TestValidContainerNames (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestContainerInitDNS [2021-02-18T09:04:39.379Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-02-18T09:04:39.379Z] daemon_test.go:147: root required [2021-02-18T09:04:39.379Z] === RUN TestMerge [2021-02-18T09:04:39.379Z] --- PASS: TestMerge (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestValidateContainerIsolation [2021-02-18T09:04:39.379Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestFindNetworkErrorType [2021-02-18T09:04:39.379Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestEnsureServicesExist [2021-02-18T09:04:39.379Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestEnsureServicesExistErrors [2021-02-18T09:04:39.379Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-02-18T09:04:39.379Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-02-18T09:04:39.379Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-02-18T09:04:39.379Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-02-18T09:04:39.379Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-02-18T09:04:39.379Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-02-18T09:04:39.379Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestContainerDelete [2021-02-18T09:04:39.379Z] --- PASS: TestContainerDelete (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestContainerDoubleDelete [2021-02-18T09:04:39.379Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestLogContainerEventCopyLabels [2021-02-18T09:04:39.379Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestLogContainerEventWithAttributes [2021-02-18T09:04:39.379Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestNoneHealthcheck [2021-02-18T09:04:39.379Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestHealthStates [2021-02-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] time="2021-02-18T09:04:38Z" 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-18T09:04:39.379Z] --- PASS: TestHealthStates (0.10s) [2021-02-18T09:04:39.379Z] === RUN TestMaskURLCredentials [2021-02-18T09:04:39.379Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestGetInspectData [2021-02-18T09:04:39.379Z] --- PASS: TestGetInspectData (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestFillLicense [2021-02-18T09:04:39.379Z] --- PASS: TestFillLicense (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestListInvalidFilter [2021-02-18T09:04:39.379Z] --- PASS: TestListInvalidFilter (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestNameFilter [2021-02-18T09:04:39.379Z] --- PASS: TestNameFilter (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-02-18T09:04:39.379Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-02-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-02-18T09:04:39.379Z] === 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-18T09:04:39.379Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-02-18T09:04:39.380Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-02-18T09:04:39.380Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-02-18T09:04:39.380Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-02-18T09:04:39.380Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-02-18T09:04:39.380Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-02-18T09:04:39.380Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-02-18T09:04:39.380Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.03s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-02-18T09:04:39.380Z] --- 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-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-02-18T09:04:39.380Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestDaemonReloadLabels [2021-02-18T09:04:39.380Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-02-18T09:04:39.380Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestDaemonReloadMirrors [2021-02-18T09:04:39.380Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestDaemonReloadInsecureRegistries [2021-02-18T09:04:39.380Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestDaemonReloadNotAffectOthers [2021-02-18T09:04:39.380Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestDaemonDiscoveryReload [2021-02-18T09:04:39.380Z] === RUN TestEventsLog [2021-02-18T09:04:39.380Z] --- PASS: TestEventsLog (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestEventsLogTimeout [2021-02-18T09:04:39.380Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestLogEvents [2021-02-18T09:04:39.380Z] --- PASS: TestLogEvents (0.05s) [2021-02-18T09:04:39.380Z] === RUN TestLoadBufferedEvents [2021-02-18T09:04:39.380Z] --- PASS: TestLoadBufferedEvents (0.10s) [2021-02-18T09:04:39.380Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-02-18T09:04:39.380Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-02-18T09:04:39.380Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-02-18T09:04:39.380Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-02-18T09:04:39.380Z] PASS [2021-02-18T09:04:39.380Z] coverage: 50.0% of statements [2021-02-18T09:04:39.380Z] ok github.com/docker/docker/daemon/events 0.247s coverage: 50.0% of statements [2021-02-18T09:04:39.380Z] === RUN TestWaitNodeAttachment [2021-02-18T09:04:39.839Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-02-18T09:04:39.839Z] === RUN TestIsolationConversion [2021-02-18T09:04:39.839Z] === RUN TestIsolationConversion/default [2021-02-18T09:04:39.839Z] === RUN TestIsolationConversion/process [2021-02-18T09:04:39.839Z] === RUN TestIsolationConversion/hyperv [2021-02-18T09:04:39.839Z] --- PASS: TestIsolationConversion (0.00s) [2021-02-18T09:04:39.839Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-02-18T09:04:39.839Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-02-18T09:04:39.839Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-02-18T09:04:39.839Z] === RUN TestContainerLabels [2021-02-18T09:04:39.839Z] --- PASS: TestContainerLabels (0.00s) [2021-02-18T09:04:39.839Z] === RUN TestCredentialSpecConversion [2021-02-18T09:04:39.839Z] === RUN TestCredentialSpecConversion/none [2021-02-18T09:04:39.839Z] === RUN TestCredentialSpecConversion/config [2021-02-18T09:04:39.839Z] === RUN TestCredentialSpecConversion/file [2021-02-18T09:04:39.839Z] === RUN TestCredentialSpecConversion/registry [2021-02-18T09:04:39.839Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-02-18T09:04:39.839Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-02-18T09:04:39.839Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-02-18T09:04:39.839Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-02-18T09:04:39.839Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-02-18T09:04:39.839Z] === RUN TestControllerValidateMountBind [2021-02-18T09:04:39.839Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-02-18T09:04:39.839Z] === RUN TestControllerValidateMountVolume [2021-02-18T09:04:39.839Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-02-18T09:04:39.839Z] === RUN TestControllerValidateMountTarget [2021-02-18T09:04:39.839Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-02-18T09:04:39.839Z] === RUN TestControllerValidateMountTmpfs [2021-02-18T09:04:39.839Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-02-18T09:04:39.839Z] === RUN TestControllerValidateMountInvalidType [2021-02-18T09:04:39.839Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-02-18T09:04:39.839Z] === RUN TestControllerValidateMountNamedPipe [2021-02-18T09:04:39.839Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-02-18T09:04:39.839Z] PASS [2021-02-18T09:04:39.839Z] coverage: 11.3% of statements [2021-02-18T09:04:39.839Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.695s coverage: 11.3% of statements [2021-02-18T09:04:40.256Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T09:04:40.256Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T09:04:40.299Z] === RUN TestIsEmptyDir [2021-02-18T09:04:40.299Z] --- PASS: TestIsEmptyDir (0.01s) [2021-02-18T09:04:40.299Z] PASS [2021-02-18T09:04:40.299Z] coverage: 2.3% of statements [2021-02-18T09:04:40.299Z] ok github.com/docker/docker/daemon/graphdriver 0.064s coverage: 2.3% of statements [2021-02-18T09:04:40.299Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-02-18T09:04:40.299Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-02-18T09:04:40.659Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-02-18T09:04:40.759Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-02-18T09:04:40.759Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-02-18T09:04:40.759Z] === RUN TestLinkNaming [2021-02-18T09:04:40.759Z] --- PASS: TestLinkNaming (0.00s) [2021-02-18T09:04:40.759Z] === RUN TestLinkNew [2021-02-18T09:04:40.759Z] --- PASS: TestLinkNew (0.00s) [2021-02-18T09:04:40.759Z] === RUN TestLinkEnv [2021-02-18T09:04:40.759Z] --- PASS: TestLinkEnv (0.00s) [2021-02-18T09:04:40.759Z] === RUN TestLinkMultipleEnv [2021-02-18T09:04:40.759Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-02-18T09:04:40.759Z] === RUN TestLinkPortRangeEnv [2021-02-18T09:04:40.759Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-02-18T09:04:40.759Z] PASS [2021-02-18T09:04:40.759Z] coverage: 93.0% of statements [2021-02-18T09:04:40.906Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T09:04:41.218Z] ok github.com/docker/docker/daemon/links 0.042s coverage: 93.0% of statements [2021-02-18T09:04:41.218Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.55s) [2021-02-18T09:04:41.218Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-02-18T09:04:41.218Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-18T09:04:41.218Z] reload_test.go:520: root required [2021-02-18T09:04:41.218Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-02-18T09:04:41.218Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-02-18T09:04:41.219Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-02-18T09:04:41.219Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-02-18T09:04:41.219Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-02-18T09:04:41.219Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-02-18T09:04:41.219Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-02-18T09:04:41.219Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.03s) [2021-02-18T09:04:41.219Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-02-18T09:04:41.219Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-02-18T09:04:41.219Z] === RUN TestParseVolumesFrom [2021-02-18T09:04:41.219Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-02-18T09:04:41.219Z] PASS [2021-02-18T09:04:41.219Z] coverage: 9.1% of statements [2021-02-18T09:04:41.219Z] ok github.com/docker/docker/daemon 2.834s coverage: 9.1% of statements [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-02-18T09:04:41.219Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-02-18T09:04:41.554Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T09:04:42.758Z] === RUN TestAdapterReadLogs [2021-02-18T09:04:42.758Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-02-18T09:04:42.758Z] === RUN TestCopier [2021-02-18T09:04:42.758Z] --- PASS: TestCopier (0.00s) [2021-02-18T09:04:42.758Z] === RUN TestCopierLongLines [2021-02-18T09:04:42.758Z] --- PASS: TestCopierLongLines (0.00s) [2021-02-18T09:04:42.758Z] === RUN TestCopierSlow [2021-02-18T09:04:43.218Z] --- PASS: TestCopierSlow (0.20s) [2021-02-18T09:04:43.218Z] === RUN TestCopierWithSized [2021-02-18T09:04:43.218Z] === RUN TestCopierWithSized/as_is [2021-02-18T09:04:43.218Z] === RUN TestCopierWithSized/With_RingLogger [2021-02-18T09:04:43.218Z] --- PASS: TestCopierWithSized (0.11s) [2021-02-18T09:04:43.218Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-02-18T09:04:43.218Z] --- PASS: TestCopierWithSized/With_RingLogger (0.11s) [2021-02-18T09:04:43.218Z] === RUN TestCopierWithPartial [2021-02-18T09:04:43.218Z] --- PASS: TestCopierWithPartial (0.00s) [2021-02-18T09:04:43.218Z] === RUN TestRingLogger [2021-02-18T09:04:43.218Z] --- PASS: TestRingLogger (0.00s) [2021-02-18T09:04:43.218Z] === RUN TestRingCap [2021-02-18T09:04:43.218Z] --- PASS: TestRingCap (0.00s) [2021-02-18T09:04:43.218Z] === RUN TestRingClose [2021-02-18T09:04:43.218Z] --- PASS: TestRingClose (0.00s) [2021-02-18T09:04:43.218Z] === RUN TestRingDrain [2021-02-18T09:04:43.218Z] --- PASS: TestRingDrain (0.00s) [2021-02-18T09:04:43.218Z] PASS [2021-02-18T09:04:43.218Z] coverage: 43.5% of statements [2021-02-18T09:04:43.218Z] ok github.com/docker/docker/daemon/logger 0.612s coverage: 43.5% of statements [2021-02-18T09:04:43.644Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T09:04:43.940Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:04:43.940Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T09:04:43.951Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-02-18T09:04:43.951Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-02-18T09:04:44.241Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T09:04:44.792Z] === RUN TestSearchRegistryForImagesErrors [2021-02-18T09:04:44.792Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestSearchRegistryForImages [2021-02-18T09:04:44.792Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestImageDelete [2021-02-18T09:04:44.792Z] === RUN TestImageDelete/no_lease [2021-02-18T09:04:44.792Z] === RUN TestImageDelete/lease_exists [2021-02-18T09:04:44.792Z] === RUN TestNewStreamConfig [2021-02-18T09:04:44.792Z] === RUN TestNewStreamConfig/defaults [2021-02-18T09:04:44.792Z] === RUN TestNewStreamConfig/invalid_create_group [2021-02-18T09:04:44.792Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-02-18T09:04:44.792Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-02-18T09:04:44.792Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-02-18T09:04:44.792Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-02-18T09:04:44.792Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-02-18T09:04:44.792Z] --- PASS: TestNewStreamConfig (0.00s) [2021-02-18T09:04:44.792Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-02-18T09:04:44.792Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-02-18T09:04:44.792Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-02-18T09:04:44.792Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-02-18T09:04:44.792Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-02-18T09:04:44.792Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-02-18T09:04:44.792Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-02-18T09:04:44.792Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-02-18T09:04:44.792Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestNewAWSLogsClientRegionDetect [2021-02-18T09:04:44.792Z] --- PASS: TestImageDelete (0.18s) [2021-02-18T09:04:44.792Z] --- PASS: TestImageDelete/no_lease (0.05s) [2021-02-18T09:04:44.792Z] --- PASS: TestImageDelete/lease_exists (0.08s) [2021-02-18T09:04:44.792Z] === RUN TestContentStoreForPull [2021-02-18T09:04:44.792Z] === RUN TestJSONFileLogger [2021-02-18T09:04:44.792Z] --- PASS: TestJSONFileLogger (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestJSONFileLoggerWithTags [2021-02-18T09:04:44.792Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestJSONFileLoggerWithOpts [2021-02-18T09:04:44.792Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-02-18T09:04:44.792Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-02-18T09:04:44.792Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestEncodeDecode [2021-02-18T09:04:44.792Z] === PAUSE TestEncodeDecode [2021-02-18T09:04:44.792Z] === CONT TestEncodeDecode [2021-02-18T09:04:44.792Z] time="2021-02-18T09:04:44Z" level=info msg="Trying to get region from EC2 Metadata" [2021-02-18T09:04:44.792Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-02-18T09:04:44.792Z] === RUN TestCreateSuccess [2021-02-18T09:04:44.792Z] --- PASS: TestCreateSuccess (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestCreateLogGroupSuccess [2021-02-18T09:04:44.792Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestCreateError [2021-02-18T09:04:44.792Z] --- PASS: TestCreateError (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestCreateAlreadyExists [2021-02-18T09:04:44.792Z] time="2021-02-18T09:04:44Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-02-18T09:04:44.792Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestLogClosed [2021-02-18T09:04:44.792Z] --- PASS: TestLogClosed (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestLogBlocking [2021-02-18T09:04:44.792Z] --- PASS: TestLogBlocking (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestLogNonBlockingBufferEmpty [2021-02-18T09:04:44.792Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestLogNonBlockingBufferFull [2021-02-18T09:04:44.792Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestPublishBatchSuccess [2021-02-18T09:04:44.792Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestPublishBatchError [2021-02-18T09:04:44.792Z] time="2021-02-18T09:04:44Z" level=error msg=Error [2021-02-18T09:04:44.792Z] --- PASS: TestPublishBatchError (0.00s) [2021-02-18T09:04:44.792Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-02-18T09:04:44.792Z] time="2021-02-18T09:04:44Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-18T09:04:44.792Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestPublishBatchAlreadyAccepted [2021-02-18T09:04:45.254Z] time="2021-02-18T09:04:44Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-18T09:04:45.254Z] time="2021-02-18T09:04:44Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-02-18T09:04:45.254Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchSimple [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchTicker [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchMultilinePattern [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchClose [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchClose (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestEffectiveLen [2021-02-18T09:04:45.254Z] === RUN TestEffectiveLen/0/Hello [2021-02-18T09:04:45.254Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-02-18T09:04:45.254Z] === RUN TestEffectiveLen/2/🙃 [2021-02-18T09:04:45.254Z] === RUN TestEffectiveLen/3/���� [2021-02-18T09:04:45.254Z] === RUN TestEffectiveLen/4/He��o [2021-02-18T09:04:45.254Z] === RUN TestEffectiveLen/5/ [2021-02-18T09:04:45.254Z] --- PASS: TestEffectiveLen (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit/0/ [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit/1/Hello [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit/2/Hello [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit/3/Hello [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit/4/🙃 [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit/5/🙃 [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit/6/a� [2021-02-18T09:04:45.254Z] === RUN TestFindValidSplit/7/a� [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1044: [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1045: [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1044: Hello [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1045: [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1044: He [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1045: llo [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1044: [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1045: Hello [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1044: [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1045: 🙃 [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1044: 🙃 [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1045: [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1044: a [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1045: � [2021-02-18T09:04:45.254Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1044: a� [2021-02-18T09:04:45.254Z] cloudwatchlogs_test.go:1045: [2021-02-18T09:04:45.254Z] === RUN TestProcessEventEmoji [2021-02-18T09:04:45.254Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchLineSplit [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchLineSplitWithBinary [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchMaxEvents [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchMaxEvents (0.06s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchMaxTotalBytes [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-02-18T09:04:45.254Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-02-18T09:04:45.254Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsMultilinePattern [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsDatetimeFormat [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-02-18T09:04:45.254Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-02-18T09:04:45.254Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-02-18T09:04:45.254Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestCreateTagSuccess [2021-02-18T09:04:45.254Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-02-18T09:04:45.254Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-02-18T09:04:45.254Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-02-18T09:04:45.254Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-02-18T09:04:45.254Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2021-02-18T09:04:45.254Z] PASS [2021-02-18T09:04:45.254Z] coverage: 77.4% of statements [2021-02-18T09:04:45.254Z] ok github.com/docker/docker/daemon/logger/awslogs 0.490s coverage: 77.4% of statements [2021-02-18T09:04:45.254Z] --- PASS: TestContentStoreForPull (0.33s) [2021-02-18T09:04:45.254Z] PASS [2021-02-18T09:04:45.254Z] coverage: 6.4% of statements [2021-02-18T09:04:45.254Z] ok github.com/docker/docker/daemon/images 0.742s coverage: 6.4% of statements [2021-02-18T09:04:45.254Z] === RUN TestJSONLogsMarshalJSONBuf [2021-02-18T09:04:45.254Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-02-18T09:04:45.254Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-02-18T09:04:45.254Z] --- PASS: TestEncodeDecode (0.32s) [2021-02-18T09:04:45.254Z] PASS [2021-02-18T09:04:45.254Z] coverage: 61.6% of statements [2021-02-18T09:04:45.254Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.484s coverage: 61.6% of statements [2021-02-18T09:04:45.254Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T09:04:45.254Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T09:04:45.254Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-02-18T09:04:45.255Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T09:04:45.255Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T09:04:45.255Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-02-18T09:04:45.255Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-02-18T09:04:45.255Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-02-18T09:04:45.255Z] === RUN TestFastTimeMarshalJSON [2021-02-18T09:04:45.255Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-02-18T09:04:45.255Z] PASS [2021-02-18T09:04:45.255Z] coverage: 87.2% of statements [2021-02-18T09:04:45.255Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.177s coverage: 87.2% of statements [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.09s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.15s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.81s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.26s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.28s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.85s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.61s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.62s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.73s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.78s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.51s) [2021-02-18T09:04:46.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.37s) [2021-02-18T09:04:46.364Z] === RUN TestCgroupNamespacesRun [2021-02-18T09:04:46.853Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-18T09:04:46.853Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-02-18T09:04:46.853Z] remote: Enumerating objects: 2, done. [2021-02-18T09:04:46.853Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-02-18T09:04:46.853Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-02-18T09:04:46.853Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-02-18T09:04:46.853Z] 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-18T09:04:46.853Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-02-18T09:04:46.853Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-18T09:04:47.186Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/test/unit [2021-02-18T09:04:47.437Z] === RUN TestWriteLog [2021-02-18T09:04:47.437Z] === PAUSE TestWriteLog [2021-02-18T09:04:47.437Z] === RUN TestReadLog [2021-02-18T09:04:47.437Z] === PAUSE TestReadLog [2021-02-18T09:04:47.437Z] === CONT TestWriteLog [2021-02-18T09:04:47.437Z] --- PASS: TestWriteLog (0.00s) [2021-02-18T09:04:47.437Z] === CONT TestReadLog [2021-02-18T09:04:47.437Z] === RUN TestReadLog/tail_exact [2021-02-18T09:04:47.437Z] === RUN TestLog [2021-02-18T09:04:47.437Z] --- PASS: TestLog (0.01s) [2021-02-18T09:04:47.437Z] PASS [2021-02-18T09:04:47.437Z] coverage: 31.5% of statements [2021-02-18T09:04:47.437Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.170s coverage: 31.5% of statements [2021-02-18T09:04:47.887Z] --- PASS: TestCgroupNamespacesRun (1.38s) [2021-02-18T09:04:47.887Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T09:04:47.898Z] === RUN TestReadLog/tail_less_than_available [2021-02-18T09:04:47.898Z] === RUN TestReadLog/tail_more_than_available [2021-02-18T09:04:47.898Z] --- PASS: TestReadLog (0.13s) [2021-02-18T09:04:47.898Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-02-18T09:04:47.898Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-02-18T09:04:47.898Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-02-18T09:04:47.898Z] PASS [2021-02-18T09:04:47.898Z] coverage: 75.2% of statements [2021-02-18T09:04:47.898Z] ok github.com/docker/docker/daemon/logger/local 0.327s coverage: 75.2% of statements [2021-02-18T09:04:47.898Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T09:04:48.358Z] === RUN TestOpenFileDelete [2021-02-18T09:04:48.358Z] --- PASS: TestOpenFileDelete (0.00s) [2021-02-18T09:04:48.358Z] === RUN TestOpenFileRename [2021-02-18T09:04:48.358Z] --- PASS: TestOpenFileRename (0.00s) [2021-02-18T09:04:48.358Z] === RUN TestParseLogTagDefaultTag [2021-02-18T09:04:48.358Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-02-18T09:04:48.358Z] === RUN TestParseLogTag [2021-02-18T09:04:48.358Z] --- PASS: TestParseLogTag (0.00s) [2021-02-18T09:04:48.358Z] === RUN TestParseLogTagEmptyTag [2021-02-18T09:04:48.358Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-02-18T09:04:48.358Z] === RUN TestTailFiles [2021-02-18T09:04:48.358Z] --- PASS: TestTailFiles (0.00s) [2021-02-18T09:04:48.358Z] === RUN TestFollowLogsConsumerGone [2021-02-18T09:04:48.358Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-02-18T09:04:48.358Z] === RUN TestFollowLogsProducerGone [2021-02-18T09:04:48.358Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2021-02-18T09:04:48.358Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-02-18T09:04:48.358Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-02-18T09:04:48.358Z] === RUN TestCheckCapacityAndRotate [2021-02-18T09:04:48.358Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-02-18T09:04:48.358Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-02-18T09:04:48.358Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2021-02-18T09:04:48.358Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-02-18T09:04:48.358Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2021-02-18T09:04:48.358Z] PASS [2021-02-18T09:04:48.358Z] coverage: 55.3% of statements [2021-02-18T09:04:48.358Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.253s coverage: 55.3% of statements [2021-02-18T09:04:48.818Z] === RUN TestValidateLogOpt [2021-02-18T09:04:48.818Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-18T09:04:48.818Z] === RUN TestNewMissedConfig [2021-02-18T09:04:48.818Z] --- PASS: TestNewMissedConfig (0.00s) [2021-02-18T09:04:48.818Z] === RUN TestNewMissedUrl [2021-02-18T09:04:48.818Z] --- PASS: TestNewMissedUrl (0.00s) [2021-02-18T09:04:48.818Z] === RUN TestNewMissedToken [2021-02-18T09:04:48.818Z] --- PASS: TestNewMissedToken (0.00s) [2021-02-18T09:04:48.818Z] === RUN TestNewWithProxy [2021-02-18T09:04:48.818Z] --- PASS: TestNewWithProxy (0.00s) [2021-02-18T09:04:48.818Z] === RUN TestDefault [2021-02-18T09:04:48.818Z] --- PASS: TestDefault (0.01s) [2021-02-18T09:04:48.818Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-02-18T09:04:48.818Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-02-18T09:04:48.818Z] === RUN TestJsonFormat [2021-02-18T09:04:48.818Z] --- PASS: TestJsonFormat (0.00s) [2021-02-18T09:04:48.818Z] === RUN TestRawFormat [2021-02-18T09:04:48.818Z] --- PASS: TestRawFormat (0.01s) [2021-02-18T09:04:48.818Z] === RUN TestRawFormatWithLabels [2021-02-18T09:04:48.818Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-02-18T09:04:49.278Z] === RUN TestRawFormatWithoutTag [2021-02-18T09:04:49.278Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-02-18T09:04:49.278Z] === RUN TestBatching [2021-02-18T09:04:49.278Z] === RUN TestNewParse [2021-02-18T09:04:49.278Z] --- PASS: TestNewParse (0.00s) [2021-02-18T09:04:49.278Z] PASS [2021-02-18T09:04:49.278Z] coverage: 8.3% of statements [2021-02-18T09:04:49.278Z] ok github.com/docker/docker/daemon/logger/templates 0.051s coverage: 8.3% of statements [2021-02-18T09:04:49.278Z] --- PASS: TestBatching (0.24s) [2021-02-18T09:04:49.278Z] === RUN TestFrequency [2021-02-18T09:04:49.278Z] --- PASS: TestFrequency (0.21s) [2021-02-18T09:04:49.278Z] === RUN TestOneMessagePerRequest [2021-02-18T09:04:49.406Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.34s) [2021-02-18T09:04:49.406Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T09:04:49.705Z] ? github.com/docker/docker/api [no test files] [2021-02-18T09:04:49.738Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-02-18T09:04:49.738Z] === RUN TestVerify [2021-02-18T09:04:49.738Z] --- PASS: TestVerify (0.00s) [2021-02-18T09:04:49.738Z] === RUN TestSkipVerify [2021-02-18T09:04:49.738Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:49.738Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:49.738Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] === RUN TestParseLogFormat [2021-02-18T09:04:50.199Z] --- PASS: TestParseLogFormat (0.00s) [2021-02-18T09:04:50.199Z] === RUN TestValidateLogOptEmpty [2021-02-18T09:04:50.199Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-02-18T09:04:50.199Z] === RUN TestValidateSyslogAddress [2021-02-18T09:04:50.199Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-02-18T09:04:50.199Z] === RUN TestParseAddressDefaultPort [2021-02-18T09:04:50.199Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-02-18T09:04:50.199Z] === RUN TestValidateSyslogFacility [2021-02-18T09:04:50.199Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-02-18T09:04:50.199Z] === RUN TestValidateLogOptSyslogFormat [2021-02-18T09:04:50.199Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-02-18T09:04:50.199Z] === RUN TestValidateLogOpt [2021-02-18T09:04:50.199Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-18T09:04:50.199Z] PASS [2021-02-18T09:04:50.199Z] coverage: 46.8% of statements [2021-02-18T09:04:50.199Z] --- PASS: TestSkipVerify (0.56s) [2021-02-18T09:04:50.199Z] === RUN TestBufferMaximum [2021-02-18T09:04:50.199Z] ok github.com/docker/docker/daemon/logger/syslog 0.290s coverage: 46.8% of statements [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613639089.743757\",\"host\":\"fd66898958e7\"}'" [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613639089.743757\",\"host\":\"fd66898958e7\"}'" [2021-02-18T09:04:50.199Z] --- PASS: TestBufferMaximum (0.01s) [2021-02-18T09:04:50.199Z] === RUN TestServerAlwaysDown [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613639089.747767\",\"host\":\"fd66898958e7\"}'" [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613639089.747767\",\"host\":\"fd66898958e7\"}'" [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613639089.747767\",\"host\":\"fd66898958e7\"}'" [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613639089.755758\",\"host\":\"fd66898958e7\"}'" [2021-02-18T09:04:50.199Z] time="2021-02-18T09:04:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613639089.755758\",\"host\":\"fd66898958e7\"}'" [2021-02-18T09:04:50.199Z] --- PASS: TestServerAlwaysDown (0.01s) [2021-02-18T09:04:50.199Z] === RUN TestCannotSendAfterClose [2021-02-18T09:04:50.199Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-02-18T09:04:50.199Z] === RUN TestDeadlockOnBlockedEndpoint [2021-02-18T09:04:50.447Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.34s) [2021-02-18T09:04:50.447Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite (361.01s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.17s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.02s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.99s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.56s) [2021-02-18T09:04:50.523Z] docker_cli_daemon_test.go:1455: [d7387e020b794] daemon is not started [2021-02-18T09:04:50.523Z] check_test.go:309: [dc38c5bbee560] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.73s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.58s) [2021-02-18T09:04:50.523Z] check_test.go:309: [d69a87a858e2b] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (5.21s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.17s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.80s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.83s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.77s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.60s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.53s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.70s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-02-18T09:04:50.523Z] check_test.go:309: [d565622336af4] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-02-18T09:04:50.523Z] check_test.go:309: [dc3c45c2d41bc] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.72s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.67s) [2021-02-18T09:04:50.523Z] check_test.go:309: [d55d3cb5c47d7] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.71s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.78s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.70s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.61s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.68s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.72s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-02-18T09:04:50.523Z] check_test.go:309: [d4f2ad3355b1e] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (1.68s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.56s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.01s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.31s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.47s) [2021-02-18T09:04:50.523Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-18T09:04:50.523Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-18T09:04:50.523Z] check_test.go:309: [deeee7b663e27] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.22s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.41s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.02s) [2021-02-18T09:04:50.523Z] check_test.go:309: [d480d7d9e672c] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.10s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.65s) [2021-02-18T09:04:50.523Z] check_test.go:309: [dad68c07dfec6] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.62s) [2021-02-18T09:04:50.523Z] docker_cli_daemon_plugins_test.go:79: [d6a728c9083ed] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.88s) [2021-02-18T09:04:50.523Z] docker_cli_daemon_plugins_test.go:169: [d11977e8e1a38] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.78s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-02-18T09:04:50.523Z] check_test.go:309: [d856585fde1a5] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.80s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.47s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.80s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.90s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.79s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.92s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.16s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.38s) [2021-02-18T09:04:50.523Z] check_test.go:309: [de975eceee3aa] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.54s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.43s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.49s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.24s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.86s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.22s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.81s) [2021-02-18T09:04:50.523Z] check_test.go:309: [d37b177fe0d36] daemon is not started [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.84s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.76s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.14s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.27s) [2021-02-18T09:04:50.523Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.72s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.42s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.31s) [2021-02-18T09:04:50.524Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-18T09:04:50.524Z] check_test.go:309: [d8f0e939dc784] daemon is not started [2021-02-18T09:04:50.524Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-18T09:04:50.524Z] check_test.go:309: [dce03cef94547] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.27s) [2021-02-18T09:04:50.524Z] check_test.go:309: [d584db9469ef0] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.77s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.79s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.20s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.44s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.39s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.46s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.75s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.41s) [2021-02-18T09:04:50.524Z] check_test.go:309: [df76eb3899e24] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.35s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.53s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.94s) [2021-02-18T09:04:50.524Z] check_test.go:309: [d59f8da015f86] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.59s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.40s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.60s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-02-18T09:04:50.524Z] check_test.go:309: [d33b0090231dc] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2021-02-18T09:04:50.524Z] check_test.go:309: [dd20d95deddeb] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.62s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.41s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.60s) [2021-02-18T09:04:50.524Z] check_test.go:309: [ded7046f68cd9] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.12s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.89s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.20s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2021-02-18T09:04:50.524Z] check_test.go:309: [de7712ccf8b0a] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.99s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.71s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.00s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.13s) [2021-02-18T09:04:50.524Z] check_test.go:309: [d3c7be4c2ee7d] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.62s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.96s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-02-18T09:04:50.524Z] check_test.go:309: [da21799cab223] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.00s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.80s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.76s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.73s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.05s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.54s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.49s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.85s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.89s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.42s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.24s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.37s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.96s) [2021-02-18T09:04:50.524Z] docker_cli_daemon_test.go:2550: [df59ec31836c7] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.25s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.79s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.85s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.83s) [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2021-02-18T09:04:50.524Z] check_test.go:309: [db67d9043d09f] daemon is not started [2021-02-18T09:04:50.524Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.71s) [2021-02-18T09:04:50.524Z] === RUN TestDockerSwarmSuite [2021-02-18T09:04:50.524Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-02-18T09:04:50.530Z] --- PASS: TestServiceUpdateConfigs (14.72s) [2021-02-18T09:04:50.530Z] === RUN TestServiceUpdateNetwork [2021-02-18T09:04:50.838Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.44s) [2021-02-18T09:04:50.838Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T09:04:51.169Z] time="2021-02-18T09:04:50Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-02-18T09:04:51.169Z] time="2021-02-18T09:04:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"fd66898958e7\"}'" [2021-02-18T09:04:51.169Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-02-18T09:04:51.169Z] PASS [2021-02-18T09:04:51.169Z] coverage: 82.5% of statements [2021-02-18T09:04:51.169Z] ok github.com/docker/docker/daemon/logger/splunk 2.119s coverage: 82.5% of statements [2021-02-18T09:04:51.169Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T09:04:51.169Z] ? github.com/docker/docker/daemon/network [no test files] [2021-02-18T09:04:51.169Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T09:04:51.628Z] === RUN TestV1IDService [2021-02-18T09:04:51.628Z] --- PASS: TestV1IDService (0.02s) [2021-02-18T09:04:51.628Z] === RUN TestV2MetadataService [2021-02-18T09:04:51.963Z] --- PASS: TestCgroupNamespacesRunHostMode (1.32s) [2021-02-18T09:04:51.963Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T09:04:52.088Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-02-18T09:04:52.088Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-02-18T09:04:52.088Z] === RUN TestContinueOnError_MirrorEndpoint [2021-02-18T09:04:52.088Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-02-18T09:04:52.088Z] === RUN TestContinueOnError_NeverContinue [2021-02-18T09:04:52.088Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-02-18T09:04:52.088Z] === RUN TestContinueOnError_UnnestsErrors [2021-02-18T09:04:52.088Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-02-18T09:04:52.088Z] === RUN TestManifestStore [2021-02-18T09:04:52.088Z] === RUN TestManifestStore/no_remote_or_local [2021-02-18T09:04:52.548Z] time="2021-02-18T09:04:52Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local464471331\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/no_local_cache [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/with_local_cache [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/unknown_media_type [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-02-18T09:04:52.548Z] time="2021-02-18T09:04:52Z" level=warning msg="reference for unknown type: " [2021-02-18T09:04:52.548Z] time="2021-02-18T09:04:52Z" level=warning msg="reference for unknown type: " [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-02-18T09:04:52.548Z] time="2021-02-18T09:04:52Z" level=warning msg="reference for unknown type: " [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-02-18T09:04:52.548Z] time="2021-02-18T09:04:52Z" level=warning msg="reference for unknown type: " [2021-02-18T09:04:52.548Z] time="2021-02-18T09:04:52Z" level=warning msg="reference for unknown type: " [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/error_persisting_manifest [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-02-18T09:04:52.548Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-02-18T09:04:52.548Z] time="2021-02-18T09:04:52Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore (0.22s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/no_remote_or_local (0.12s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-02-18T09:04:52.548Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-02-18T09:04:52.548Z] === RUN TestDetectManifestBlobMediaType [2021-02-18T09:04:52.548Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-02-18T09:04:52.548Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-02-18T09:04:52.548Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-02-18T09:04:52.548Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-02-18T09:04:52.548Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-02-18T09:04:52.548Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-02-18T09:04:52.548Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-02-18T09:04:52.548Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-02-18T09:04:52.548Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-02-18T09:04:52.548Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-02-18T09:04:52.548Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-02-18T09:04:52.548Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-02-18T09:04:52.548Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-02-18T09:04:52.548Z] === RUN TestFixManifestLayers [2021-02-18T09:04:52.548Z] --- PASS: TestFixManifestLayers (0.00s) [2021-02-18T09:04:52.548Z] === RUN TestFixManifestLayersBaseLayerParent [2021-02-18T09:04:52.548Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-18T09:04:52.548Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-18T09:04:52.548Z] === RUN TestFixManifestLayersBadParent [2021-02-18T09:04:52.548Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-02-18T09:04:52.548Z] === RUN TestValidateManifest [2021-02-18T09:04:52.548Z] --- SKIP: TestValidateManifest (0.00s) [2021-02-18T09:04:52.548Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-18T09:04:52.548Z] === RUN TestFormatPlatform [2021-02-18T09:04:52.548Z] --- PASS: TestFormatPlatform (0.00s) [2021-02-18T09:04:52.548Z] === RUN TestGetRepositoryMountCandidates [2021-02-18T09:04:52.548Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-02-18T09:04:52.548Z] === RUN TestLayerAlreadyExists [2021-02-18T09:04:52.548Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-02-18T09:04:52.548Z] 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-18T09:04:52.548Z] 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-18T09:04:52.548Z] 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-18T09:04:52.548Z] 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-18T09:04:52.548Z] 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-18T09:04:52.548Z] 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-18T09:04:52.548Z] === RUN TestWhenEmptyAuthConfig [2021-02-18T09:04:53.008Z] --- PASS: TestV2MetadataService (1.03s) [2021-02-18T09:04:53.008Z] PASS [2021-02-18T09:04:53.008Z] coverage: 48.2% of statements [2021-02-18T09:04:53.008Z] ok github.com/docker/docker/distribution/metadata 1.256s coverage: 48.2% of statements [2021-02-18T09:04:53.008Z] === RUN TestSuccessfulDownload [2021-02-18T09:04:53.008Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-02-18T09:04:53.008Z] download_test.go:268: Needs fixing on Windows [2021-02-18T09:04:53.008Z] === RUN TestCancelledDownload [2021-02-18T09:04:53.008Z] --- PASS: TestCancelledDownload (0.00s) [2021-02-18T09:04:53.008Z] === RUN TestMaxDownloadAttempts [2021-02-18T09:04:53.008Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T09:04:53.008Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T09:04:53.008Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T09:04:53.008Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T09:04:53.008Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T09:04:53.008Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T09:04:53.008Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T09:04:53.008Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T09:04:53.008Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T09:04:53.008Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T09:04:53.008Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T09:04:53.008Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T09:04:53.064Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-18T09:04:53.064Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-18T09:04:53.064Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-02-18T09:04:53.416Z] --- PASS: TestCreateServiceSecretFileMode (3.27s) [2021-02-18T09:04:53.416Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T09:04:53.467Z] === RUN TestNotFound [2021-02-18T09:04:53.468Z] --- PASS: TestNotFound (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestConflict [2021-02-18T09:04:53.468Z] --- PASS: TestConflict (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestForbidden [2021-02-18T09:04:53.468Z] --- PASS: TestForbidden (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestInvalidParameter [2021-02-18T09:04:53.468Z] --- PASS: TestInvalidParameter (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestNotImplemented [2021-02-18T09:04:53.468Z] --- PASS: TestNotImplemented (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestNotModified [2021-02-18T09:04:53.468Z] --- PASS: TestNotModified (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestUnauthorized [2021-02-18T09:04:53.468Z] --- PASS: TestUnauthorized (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestUnknown [2021-02-18T09:04:53.468Z] --- PASS: TestUnknown (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestCancelled [2021-02-18T09:04:53.468Z] --- PASS: TestCancelled (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestDeadline [2021-02-18T09:04:53.468Z] --- PASS: TestDeadline (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestDataLoss [2021-02-18T09:04:53.468Z] --- PASS: TestDataLoss (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestUnavailable [2021-02-18T09:04:53.468Z] --- PASS: TestUnavailable (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestSystem [2021-02-18T09:04:53.468Z] --- PASS: TestSystem (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Not_Found [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Bad_Request [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Conflict [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Unauthorized [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Service_Unavailable [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Forbidden [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Not_Modified [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Not_Implemented [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-02-18T09:04:53.468Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-02-18T09:04:53.468Z] PASS [2021-02-18T09:04:53.468Z] coverage: 53.1% of statements [2021-02-18T09:04:53.468Z] ok github.com/docker/docker/errdefs 0.054s coverage: 53.1% of statements [2021-02-18T09:04:53.468Z] time="2021-02-18T09:04:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T09:04:53.468Z] time="2021-02-18T09:04:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T09:04:53.468Z] time="2021-02-18T09:04:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T09:04:53.468Z] time="2021-02-18T09:04:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T09:04:53.468Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-02-18T09:04:53.468Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.35s) [2021-02-18T09:04:53.468Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.35s) [2021-02-18T09:04:53.468Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.35s) [2021-02-18T09:04:53.468Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.35s) [2021-02-18T09:04:53.468Z] === RUN TestTransfer [2021-02-18T09:04:53.468Z] --- PASS: TestTransfer (0.14s) [2021-02-18T09:04:53.468Z] === RUN TestConcurrencyLimit [2021-02-18T09:04:53.468Z] --- PASS: TestWhenEmptyAuthConfig (1.12s) [2021-02-18T09:04:53.468Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-02-18T09:04:53.468Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-02-18T09:04:53.468Z] === RUN TestTokenPassThru [2021-02-18T09:04:53.468Z] --- PASS: TestTokenPassThru (0.02s) [2021-02-18T09:04:53.468Z] === RUN TestTokenPassThruDifferentHost [2021-02-18T09:04:53.468Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-02-18T09:04:53.468Z] PASS [2021-02-18T09:04:53.468Z] coverage: 23.4% of statements [2021-02-18T09:04:53.468Z] ok github.com/docker/docker/distribution 1.490s coverage: 23.4% of statements [2021-02-18T09:04:53.468Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T09:04:53.485Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.39s) [2021-02-18T09:04:53.485Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T09:04:53.928Z] --- PASS: TestConcurrencyLimit (0.39s) [2021-02-18T09:04:53.928Z] === RUN TestInactiveJobs [2021-02-18T09:04:54.387Z] --- PASS: TestInactiveJobs (0.60s) [2021-02-18T09:04:54.387Z] === RUN TestWatchRelease [2021-02-18T09:04:54.387Z] --- PASS: TestWatchRelease (0.04s) [2021-02-18T09:04:54.387Z] === RUN TestWatchFinishedTransfer [2021-02-18T09:04:54.387Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-02-18T09:04:54.387Z] === RUN TestDuplicateTransfer [2021-02-18T09:04:54.387Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-02-18T09:04:54.387Z] === RUN TestSuccessfulUpload [2021-02-18T09:04:54.523Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.34s) [2021-02-18T09:04:54.523Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T09:04:54.849Z] time="2021-02-18T09:04:54Z" level=error msg="Upload failed, retrying: simulating retry" [2021-02-18T09:04:54.849Z] === RUN TestFSGetInvalidData [2021-02-18T09:04:54.849Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-02-18T09:04:54.849Z] === RUN TestFSInvalidSet [2021-02-18T09:04:54.849Z] --- PASS: TestFSInvalidSet (0.01s) [2021-02-18T09:04:54.849Z] === RUN TestFSInvalidRoot [2021-02-18T09:04:54.849Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestFSMetadataGetSet [2021-02-18T09:04:54.849Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-02-18T09:04:54.849Z] === RUN TestFSInvalidWalker [2021-02-18T09:04:54.849Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-02-18T09:04:54.849Z] === RUN TestFSGetSet [2021-02-18T09:04:54.849Z] --- PASS: TestFSGetSet (0.01s) [2021-02-18T09:04:54.849Z] === RUN TestFSGetUnsetKey [2021-02-18T09:04:54.849Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestFSGetEmptyData [2021-02-18T09:04:54.849Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestFSDelete [2021-02-18T09:04:54.849Z] --- PASS: TestFSDelete (0.01s) [2021-02-18T09:04:54.849Z] === RUN TestFSWalker [2021-02-18T09:04:54.849Z] --- PASS: TestFSWalker (0.01s) [2021-02-18T09:04:54.849Z] === RUN TestFSWalkerStopOnError [2021-02-18T09:04:54.849Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-02-18T09:04:54.849Z] === RUN TestNewFromJSON [2021-02-18T09:04:54.849Z] --- PASS: TestNewFromJSON (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestNewFromJSONWithInvalidJSON [2021-02-18T09:04:54.849Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestMarshalKeyOrder [2021-02-18T09:04:54.849Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestImage [2021-02-18T09:04:54.849Z] --- PASS: TestImage (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestImageOSNotEmpty [2021-02-18T09:04:54.849Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestNewChildImageFromImageWithRootFS [2021-02-18T09:04:54.849Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-02-18T09:04:54.849Z] === RUN TestRestore [2021-02-18T09:04:54.849Z] --- PASS: TestSuccessfulUpload (0.52s) [2021-02-18T09:04:54.849Z] === RUN TestCancelledUpload [2021-02-18T09:04:54.849Z] --- PASS: TestCancelledUpload (0.00s) [2021-02-18T09:04:54.849Z] PASS [2021-02-18T09:04:54.849Z] coverage: 76.8% of statements [2021-02-18T09:04:54.849Z] ok github.com/docker/docker/distribution/xfer 2.204s coverage: 76.8% of statements [2021-02-18T09:04:54.849Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T09:04:55.311Z] time="2021-02-18T09:04:54Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-02-18T09:04:55.311Z] --- PASS: TestRestore (0.14s) [2021-02-18T09:04:55.311Z] === RUN TestAddDelete [2021-02-18T09:04:55.311Z] === RUN TestCompare [2021-02-18T09:04:55.311Z] --- PASS: TestCompare (0.00s) [2021-02-18T09:04:55.311Z] PASS [2021-02-18T09:04:55.311Z] coverage: 19.2% of statements [2021-02-18T09:04:55.311Z] --- PASS: TestAddDelete (0.05s) [2021-02-18T09:04:55.311Z] === RUN TestSearchAfterDelete [2021-02-18T09:04:55.311Z] ok github.com/docker/docker/image/cache 0.183s coverage: 19.2% of statements [2021-02-18T09:04:55.311Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-02-18T09:04:55.311Z] === RUN TestParentReset [2021-02-18T09:04:55.311Z] --- PASS: TestParentReset (0.04s) [2021-02-18T09:04:55.311Z] === RUN TestGetAndSetLastUpdated [2021-02-18T09:04:55.311Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-02-18T09:04:55.311Z] === RUN TestStoreLen [2021-02-18T09:04:55.311Z] --- PASS: TestStoreLen (0.05s) [2021-02-18T09:04:55.311Z] PASS [2021-02-18T09:04:55.311Z] coverage: 86.4% of statements [2021-02-18T09:04:55.311Z] ok github.com/docker/docker/image 0.462s coverage: 86.4% of statements [2021-02-18T09:04:55.311Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T09:04:55.311Z] === RUN TestMakeV1ConfigFromConfig [2021-02-18T09:04:55.311Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-02-18T09:04:55.311Z] PASS [2021-02-18T09:04:55.311Z] coverage: 25.0% of statements [2021-02-18T09:04:55.311Z] ok github.com/docker/docker/image/v1 0.101s coverage: 25.0% of statements [2021-02-18T09:04:55.311Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T09:04:55.560Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2021-02-18T09:04:55.560Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T09:04:56.354Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-02-18T09:04:56.727Z] --- PASS: TestCreateServiceConfigFileMode (3.38s) [2021-02-18T09:04:56.727Z] === RUN TestCreateServiceSysctls [2021-02-18T09:04:56.850Z] === RUN TestSerialization [2021-02-18T09:04:57.093Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.49s) [2021-02-18T09:04:57.093Z] === RUN TestKernelTCPMemory [2021-02-18T09:04:57.315Z] --- PASS: TestSerialization (0.06s) [2021-02-18T09:04:57.315Z] PASS [2021-02-18T09:04:57.315Z] coverage: 87.5% of statements [2021-02-18T09:04:57.315Z] ok github.com/docker/docker/libcontainerd/queue 0.126s coverage: 87.5% of statements [2021-02-18T09:04:57.391Z] --- PASS: TestKernelTCPMemory (0.60s) [2021-02-18T09:04:57.391Z] === RUN TestNISDomainname [2021-02-18T09:04:57.735Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-18T09:04:57.994Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-18T09:04:58.289Z] === RUN TestEmptyLayer [2021-02-18T09:04:58.289Z] --- PASS: TestEmptyLayer (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestCommitFailure [2021-02-18T09:04:58.289Z] --- PASS: TestCommitFailure (0.05s) [2021-02-18T09:04:58.289Z] === RUN TestStartTransactionFailure [2021-02-18T09:04:58.289Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestGetOrphan [2021-02-18T09:04:58.289Z] --- PASS: TestGetOrphan (0.01s) [2021-02-18T09:04:58.289Z] === RUN TestMountAndRegister [2021-02-18T09:04:58.289Z] === RUN TestEnvironmentParsing [2021-02-18T09:04:58.289Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-02-18T09:04:58.289Z] PASS [2021-02-18T09:04:58.289Z] coverage: 1.0% of statements [2021-02-18T09:04:58.289Z] ok github.com/docker/docker/libcontainerd/local 0.268s coverage: 1.0% of statements [2021-02-18T09:04:58.289Z] --- PASS: TestMountAndRegister (0.06s) [2021-02-18T09:04:58.289Z] layer_test.go:271: Layer size: 14 [2021-02-18T09:04:58.289Z] === RUN TestLayerRelease [2021-02-18T09:04:58.289Z] --- SKIP: TestLayerRelease (0.00s) [2021-02-18T09:04:58.289Z] layer_test.go:304: Failing on Windows [2021-02-18T09:04:58.289Z] === RUN TestStoreRestore [2021-02-18T09:04:58.289Z] --- SKIP: TestStoreRestore (0.00s) [2021-02-18T09:04:58.289Z] layer_test.go:353: Failing on Windows [2021-02-18T09:04:58.289Z] === RUN TestTarStreamStability [2021-02-18T09:04:58.289Z] --- SKIP: TestTarStreamStability (0.00s) [2021-02-18T09:04:58.289Z] layer_test.go:468: Failing on Windows [2021-02-18T09:04:58.289Z] === RUN TestRegisterExistingLayer [2021-02-18T09:04:58.289Z] === RUN TestAddressPoolOpt [2021-02-18T09:04:58.289Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/a [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/something [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/_=a [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/env1=value1 [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/_env1=value1 [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/env2=value2=value3 [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/env3=abc!qwe [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/env_4=value_4 [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/PATH [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/=a [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/PATH= [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/PATH=something [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/asd!qwe [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/1asd [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/123 [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/some_space [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/__some_space_before [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/some_space_after__ [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/= [2021-02-18T09:04:58.289Z] === RUN TestValidateEnv/PaTh [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/a (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/something (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/= (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestParseHost [2021-02-18T09:04:58.289Z] --- PASS: TestParseHost (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestParseDockerDaemonHost [2021-02-18T09:04:58.289Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestParseTCP [2021-02-18T09:04:58.289Z] --- PASS: TestParseTCP (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestParseInvalidUnixAddrInvalid [2021-02-18T09:04:58.289Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestValidateExtraHosts [2021-02-18T09:04:58.289Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestIpOptString [2021-02-18T09:04:58.289Z] --- PASS: TestIpOptString (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestNewIpOptInvalidDefaultVal [2021-02-18T09:04:58.289Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestNewIpOptValidDefaultVal [2021-02-18T09:04:58.289Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestIpOptSetInvalidVal [2021-02-18T09:04:58.289Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestValidateIPAddress [2021-02-18T09:04:58.289Z] --- PASS: TestValidateIPAddress (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestMapOpts [2021-02-18T09:04:58.289Z] --- PASS: TestMapOpts (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestListOptsWithoutValidator [2021-02-18T09:04:58.289Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestListOptsWithValidator [2021-02-18T09:04:58.289Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestValidateDNSSearch [2021-02-18T09:04:58.289Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_general_format [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_one_more [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-02-18T09:04:58.289Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-02-18T09:04:58.289Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestNamedListOpts [2021-02-18T09:04:58.289Z] --- PASS: TestNamedListOpts (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestNamedMapOpts [2021-02-18T09:04:58.289Z] --- PASS: TestNamedMapOpts (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestParseLink [2021-02-18T09:04:58.289Z] --- PASS: TestParseLink (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestQuotedStringSetWithQuotes [2021-02-18T09:04:58.289Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-02-18T09:04:58.289Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestQuotedStringSetWithNoQuotes [2021-02-18T09:04:58.289Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-02-18T09:04:58.289Z] === RUN TestUlimitOpt [2021-02-18T09:04:58.289Z] --- PASS: TestUlimitOpt (0.00s) [2021-02-18T09:04:58.289Z] PASS [2021-02-18T09:04:58.289Z] coverage: 67.1% of statements [2021-02-18T09:04:58.289Z] ok github.com/docker/docker/opts 0.213s coverage: 67.1% of statements [2021-02-18T09:04:58.429Z] --- PASS: TestNISDomainname (0.71s) [2021-02-18T09:04:58.429Z] === RUN TestHostnameDnsResolution [2021-02-18T09:04:58.563Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-18T09:04:58.749Z] === RUN TestParseVersion [2021-02-18T09:04:58.749Z] --- PASS: TestParseVersion (0.00s) [2021-02-18T09:04:58.749Z] PASS [2021-02-18T09:04:58.749Z] coverage: 52.9% of statements [2021-02-18T09:04:58.749Z] ok github.com/docker/docker/pkg/aaparser 0.042s coverage: 52.9% of statements [2021-02-18T09:04:58.749Z] --- PASS: TestRegisterExistingLayer (0.13s) [2021-02-18T09:04:58.749Z] === RUN TestTarStreamVerification [2021-02-18T09:04:58.749Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-02-18T09:04:58.749Z] layer_test.go:697: Failing on Windows [2021-02-18T09:04:58.749Z] === RUN TestLayerMigration [2021-02-18T09:04:58.749Z] --- SKIP: TestLayerMigration (0.00s) [2021-02-18T09:04:58.749Z] migration_test.go:46: Failing on Windows [2021-02-18T09:04:58.749Z] === RUN TestLayerMigrationNoTarsplit [2021-02-18T09:04:58.749Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-02-18T09:04:58.749Z] migration_test.go:182: Failing on Windows [2021-02-18T09:04:58.749Z] === RUN TestMountInit [2021-02-18T09:04:58.749Z] --- SKIP: TestMountInit (0.00s) [2021-02-18T09:04:58.749Z] mount_test.go:17: Failing on Windows [2021-02-18T09:04:58.749Z] === RUN TestMountSize [2021-02-18T09:04:58.749Z] --- SKIP: TestMountSize (0.00s) [2021-02-18T09:04:58.749Z] mount_test.go:76: Failing on Windows [2021-02-18T09:04:58.749Z] === RUN TestMountChanges [2021-02-18T09:04:58.749Z] --- SKIP: TestMountChanges (0.00s) [2021-02-18T09:04:58.749Z] mount_test.go:125: Failing on Windows [2021-02-18T09:04:58.749Z] === RUN TestMountApply [2021-02-18T09:04:58.749Z] --- SKIP: TestMountApply (0.00s) [2021-02-18T09:04:58.749Z] mount_test.go:212: Failing on Windows [2021-02-18T09:04:58.749Z] PASS [2021-02-18T09:04:58.749Z] coverage: 30.1% of statements [2021-02-18T09:04:58.749Z] ok github.com/docker/docker/layer 0.481s coverage: 30.1% of statements [2021-02-18T09:04:58.749Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T09:04:58.749Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T09:04:58.749Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T09:04:58.749Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T09:04:58.749Z] ? github.com/docker/docker/oci [no test files] [2021-02-18T09:04:58.749Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T09:04:59.067Z] --- PASS: TestHostnameDnsResolution (0.82s) [2021-02-18T09:04:59.067Z] === RUN TestStats [2021-02-18T09:04:59.501Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-18T09:04:59.501Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-18T09:04:59.720Z] === RUN TestUnbuffered [2021-02-18T09:04:59.720Z] --- PASS: TestUnbuffered (0.00s) [2021-02-18T09:04:59.720Z] === RUN TestRaceUnbuffered [2021-02-18T09:04:59.720Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-02-18T09:04:59.720Z] PASS [2021-02-18T09:04:59.720Z] coverage: 100.0% of statements [2021-02-18T09:04:59.720Z] ok github.com/docker/docker/pkg/broadcaster 0.507s coverage: 100.0% of statements [2021-02-18T09:05:00.069Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-18T09:05:00.179Z] === RUN TestMatch [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[foo]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[bar]_[foo]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[foo_bar]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[qux]_[foo]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[]#01 [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[qux]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[foo_bar_qux]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[qux]_[baz]] [2021-02-18T09:05:00.179Z] === RUN TestMatch/[[foo_baz]] [2021-02-18T09:05:00.179Z] --- PASS: TestMatch (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-02-18T09:05:00.179Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-02-18T09:05:00.179Z] PASS [2021-02-18T09:05:00.179Z] coverage: 87.5% of statements [2021-02-18T09:05:00.179Z] ok github.com/docker/docker/pkg/capabilities 0.046s coverage: 87.5% of statements [2021-02-18T09:05:00.179Z] === RUN TestPeerCertificateMarshalJSON [2021-02-18T09:05:00.637Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-18T09:05:00.639Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-02-18T09:05:00.639Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-02-18T09:05:00.639Z] --- PASS: TestPeerCertificateMarshalJSON (0.50s) [2021-02-18T09:05:00.639Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-02-18T09:05:00.639Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-02-18T09:05:00.639Z] === RUN TestMiddleware [2021-02-18T09:05:00.639Z] --- PASS: TestMiddleware (0.00s) [2021-02-18T09:05:00.639Z] === RUN TestNewResponseModifier [2021-02-18T09:05:00.639Z] --- PASS: TestNewResponseModifier (0.00s) [2021-02-18T09:05:00.639Z] PASS [2021-02-18T09:05:00.639Z] coverage: 26.8% of statements [2021-02-18T09:05:00.639Z] ok github.com/docker/docker/pkg/authorization 0.594s coverage: 26.8% of statements [2021-02-18T09:05:00.936Z] --- PASS: TestCreateServiceSysctls (4.19s) [2021-02-18T09:05:00.936Z] === RUN TestCreateServiceCapabilities [2021-02-18T09:05:01.609Z] === RUN TestChrootTarUntar [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:01.609Z] === RUN TestChrootUntarWithHugeExcludesList [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:01.609Z] === RUN TestChrootUntarEmptyArchive [2021-02-18T09:05:01.609Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-02-18T09:05:01.609Z] === RUN TestChrootTarUntarWithSymlink [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:05:01.609Z] === RUN TestChrootCopyWithTar [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:05:01.609Z] === RUN TestChrootCopyFileWithTar [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:01.609Z] === RUN TestChrootUntarPath [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:05:01.609Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:01.609Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:01.609Z] === RUN TestChrootApplyDotDotFile [2021-02-18T09:05:01.609Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-02-18T09:05:01.609Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:01.609Z] PASS [2021-02-18T09:05:01.609Z] coverage: 15.4% of statements [2021-02-18T09:05:01.609Z] ok github.com/docker/docker/pkg/chrootarchive 0.086s coverage: 15.4% of statements [2021-02-18T09:05:01.609Z] === RUN TestSizeEmpty [2021-02-18T09:05:01.609Z] --- PASS: TestSizeEmpty (0.00s) [2021-02-18T09:05:01.609Z] === RUN TestSizeEmptyFile [2021-02-18T09:05:01.609Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-02-18T09:05:01.609Z] === RUN TestSizeNonemptyFile [2021-02-18T09:05:01.609Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-02-18T09:05:01.609Z] === RUN TestSizeNestedDirectoryEmpty [2021-02-18T09:05:01.609Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-02-18T09:05:01.609Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-02-18T09:05:01.609Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-02-18T09:05:01.609Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-02-18T09:05:01.609Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-02-18T09:05:01.609Z] === RUN TestMoveToSubdir [2021-02-18T09:05:01.609Z] --- PASS: TestMoveToSubdir (0.00s) [2021-02-18T09:05:01.609Z] === RUN TestSizeNonExistingDirectory [2021-02-18T09:05:01.609Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-02-18T09:05:01.609Z] PASS [2021-02-18T09:05:01.609Z] coverage: 80.0% of statements [2021-02-18T09:05:01.609Z] ok github.com/docker/docker/pkg/directory 0.046s coverage: 80.0% of statements [2021-02-18T09:05:01.609Z] === RUN TestIsArchivePathDir [2021-02-18T09:05:01.609Z] --- PASS: TestIsArchivePathDir (0.08s) [2021-02-18T09:05:01.609Z] === RUN TestIsArchivePathInvalidFile [2021-02-18T09:05:01.817Z] --- PASS: TestStats (2.54s) [2021-02-18T09:05:01.817Z] === RUN TestStopContainerWithTimeout [2021-02-18T09:05:01.817Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T09:05:01.817Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T09:05:01.817Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T09:05:01.817Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T09:05:01.817Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T09:05:01.817Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T09:05:01.817Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T09:05:01.818Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T09:05:01.818Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T09:05:01.818Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T09:05:01.818Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T09:05:01.818Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T09:05:02.015Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-02-18T09:05:02.069Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2021-02-18T09:05:02.069Z] === RUN TestIsArchivePathTar [2021-02-18T09:05:02.069Z] --- PASS: TestIsArchivePathTar (0.25s) [2021-02-18T09:05:02.069Z] === RUN TestDecompressStreamGzip [2021-02-18T09:05:02.529Z] --- PASS: TestDecompressStreamGzip (0.14s) [2021-02-18T09:05:02.529Z] === RUN TestDecompressStreamBzip2 [2021-02-18T09:05:02.529Z] === RUN Test [2021-02-18T09:05:02.529Z] === RUN Test/TestContainsEntry [2021-02-18T09:05:02.529Z] === RUN Test/TestCreateEntries [2021-02-18T09:05:02.529Z] === RUN Test/TestEntriesDiff [2021-02-18T09:05:02.529Z] === RUN Test/TestEntriesEquality [2021-02-18T09:05:02.529Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-02-18T09:05:02.529Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-02-18T09:05:02.529Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-02-18T09:05:02.529Z] === RUN Test/TestGeneratorNotGenerate [2021-02-18T09:05:02.529Z] === RUN Test/TestGeneratorWithPort [2021-02-18T09:05:02.529Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-02-18T09:05:02.529Z] === RUN Test/TestNewEntry [2021-02-18T09:05:02.529Z] === RUN Test/TestParse [2021-02-18T09:05:02.529Z] --- PASS: Test (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestNewEntry (0.00s) [2021-02-18T09:05:02.529Z] --- PASS: Test/TestParse (0.00s) [2021-02-18T09:05:02.529Z] PASS [2021-02-18T09:05:02.529Z] coverage: 58.3% of statements [2021-02-18T09:05:02.529Z] --- PASS: TestDecompressStreamBzip2 (0.17s) [2021-02-18T09:05:02.529Z] ok github.com/docker/docker/pkg/discovery 0.091s coverage: 58.3% of statements [2021-02-18T09:05:02.529Z] === RUN TestDecompressStreamXz [2021-02-18T09:05:02.529Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-02-18T09:05:02.529Z] archive_test.go:133: Xz not present in msys2 [2021-02-18T09:05:02.529Z] === RUN TestCompressStreamXzUnsupported [2021-02-18T09:05:02.529Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-02-18T09:05:02.529Z] === RUN TestCompressStreamBzip2Unsupported [2021-02-18T09:05:02.529Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-02-18T09:05:02.529Z] === RUN TestCompressStreamInvalid [2021-02-18T09:05:02.529Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-02-18T09:05:02.529Z] === RUN TestExtensionInvalid [2021-02-18T09:05:02.529Z] --- PASS: TestExtensionInvalid (0.00s) [2021-02-18T09:05:02.529Z] === RUN TestExtensionUncompressed [2021-02-18T09:05:02.529Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-02-18T09:05:02.529Z] === RUN TestExtensionBzip2 [2021-02-18T09:05:02.529Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-02-18T09:05:02.529Z] === RUN TestExtensionGzip [2021-02-18T09:05:02.529Z] --- PASS: TestExtensionGzip (0.00s) [2021-02-18T09:05:02.529Z] === RUN TestExtensionXz [2021-02-18T09:05:02.529Z] --- PASS: TestExtensionXz (0.00s) [2021-02-18T09:05:02.529Z] === RUN TestCmdStreamLargeStderr [2021-02-18T09:05:02.529Z] --- PASS: TestCmdStreamLargeStderr (0.14s) [2021-02-18T09:05:02.529Z] === RUN TestCmdStreamBad [2021-02-18T09:05:02.529Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-02-18T09:05:02.529Z] archive_test.go:238: Failing on Windows CI machines [2021-02-18T09:05:02.529Z] === RUN TestCmdStreamGood [2021-02-18T09:05:02.529Z] --- PASS: TestCmdStreamGood (0.04s) [2021-02-18T09:05:02.529Z] === RUN TestUntarPathWithInvalidDest [2021-02-18T09:05:02.727Z] --- PASS: TestServiceUpdateNetwork (12.65s) [2021-02-18T09:05:02.727Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T09:05:02.989Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-02-18T09:05:02.989Z] === RUN TestUntarPathWithInvalidSrc [2021-02-18T09:05:02.989Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-02-18T09:05:02.989Z] === RUN TestUntarPath [2021-02-18T09:05:02.989Z] --- PASS: TestUntarPath (0.06s) [2021-02-18T09:05:02.989Z] === RUN TestUntarPathWithDestinationFile [2021-02-18T09:05:02.989Z] === RUN Test [2021-02-18T09:05:02.989Z] === RUN Test/TestContent [2021-02-18T09:05:02.989Z] === RUN Test/TestInitialize [2021-02-18T09:05:02.989Z] === RUN Test/TestNew [2021-02-18T09:05:02.989Z] === RUN Test/TestParsingContentsWithComments [2021-02-18T09:05:02.989Z] === RUN Test/TestRegister [2021-02-18T09:05:02.989Z] === RUN Test/TestWatch [2021-02-18T09:05:02.989Z] --- PASS: Test (0.00s) [2021-02-18T09:05:02.989Z] --- PASS: Test/TestContent (0.00s) [2021-02-18T09:05:02.989Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-18T09:05:02.989Z] --- PASS: Test/TestNew (0.00s) [2021-02-18T09:05:02.989Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-02-18T09:05:02.989Z] --- PASS: Test/TestRegister (0.00s) [2021-02-18T09:05:02.989Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T09:05:02.989Z] PASS [2021-02-18T09:05:02.989Z] coverage: 92.9% of statements [2021-02-18T09:05:02.989Z] ok github.com/docker/docker/pkg/discovery/file 0.051s coverage: 92.9% of statements [2021-02-18T09:05:02.989Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-02-18T09:05:02.989Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-02-18T09:05:02.989Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-02-18T09:05:02.989Z] === RUN TestCopyWithTarInvalidSrc [2021-02-18T09:05:02.989Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-02-18T09:05:02.989Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-02-18T09:05:02.989Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-02-18T09:05:02.989Z] === RUN TestCopyWithTarSrcFile [2021-02-18T09:05:02.989Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-02-18T09:05:02.989Z] === RUN TestCopyWithTarSrcFolder [2021-02-18T09:05:02.989Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-02-18T09:05:02.989Z] === RUN TestCopyFileWithTarInvalidSrc [2021-02-18T09:05:02.989Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-02-18T09:05:02.989Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-02-18T09:05:02.989Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-02-18T09:05:02.989Z] === RUN TestCopyFileWithTarSrcFolder [2021-02-18T09:05:02.989Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-02-18T09:05:02.989Z] === RUN TestCopyFileWithTarSrcFile [2021-02-18T09:05:02.989Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-02-18T09:05:02.989Z] === RUN TestTarFiles [2021-02-18T09:05:03.393Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-18T09:05:03.694Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T09:05:03.958Z] === RUN Test [2021-02-18T09:05:03.958Z] === RUN Test/TestInitialize [2021-02-18T09:05:03.958Z] time="2021-02-18T09:05:03Z" level=info msg="Initializing discovery without TLS" [2021-02-18T09:05:03.958Z] time="2021-02-18T09:05:03Z" level=info msg="Initializing discovery without TLS" [2021-02-18T09:05:03.958Z] time="2021-02-18T09:05:03Z" level=info msg="Initializing discovery without TLS" [2021-02-18T09:05:03.958Z] === RUN Test/TestInitializeWithCerts [2021-02-18T09:05:03.958Z] time="2021-02-18T09:05:03Z" level=info msg="Initializing discovery with TLS" [2021-02-18T09:05:03.958Z] === RUN Test/TestWatch [2021-02-18T09:05:03.958Z] time="2021-02-18T09:05:03Z" level=info msg="Initializing discovery without TLS" [2021-02-18T09:05:03.958Z] === RUN Test [2021-02-18T09:05:03.958Z] === RUN Test/TestWatch [2021-02-18T09:05:03.958Z] --- PASS: Test (0.00s) [2021-02-18T09:05:03.958Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T09:05:03.958Z] PASS [2021-02-18T09:05:03.958Z] coverage: 92.3% of statements [2021-02-18T09:05:03.958Z] ok github.com/docker/docker/pkg/discovery/memory 0.302s coverage: 92.3% of statements [2021-02-18T09:05:04.232Z] --- PASS: TestCreateServiceCapabilities (3.34s) [2021-02-18T09:05:04.232Z] === RUN TestInspect [2021-02-18T09:05:04.418Z] === RUN Test [2021-02-18T09:05:04.418Z] === RUN Test/TestInitialize [2021-02-18T09:05:04.418Z] === RUN Test/TestInitializeWithPattern [2021-02-18T09:05:04.418Z] === RUN Test/TestRegister [2021-02-18T09:05:04.418Z] === RUN Test/TestWatch [2021-02-18T09:05:04.418Z] --- PASS: Test (0.00s) [2021-02-18T09:05:04.418Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-18T09:05:04.418Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-02-18T09:05:04.418Z] --- PASS: Test/TestRegister (0.00s) [2021-02-18T09:05:04.418Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T09:05:04.418Z] PASS [2021-02-18T09:05:04.418Z] coverage: 93.8% of statements [2021-02-18T09:05:04.418Z] ok github.com/docker/docker/pkg/discovery/nodes 0.046s coverage: 93.8% of statements [2021-02-18T09:05:04.552Z] ok github.com/docker/docker/api/server 0.007s coverage: 9.0% of statements [2021-02-18T09:05:04.565Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T09:05:04.565Z] --- PASS: TestStopContainerWithTimeout/0 (1.03s) [2021-02-18T09:05:04.565Z] --- PASS: TestStopContainerWithTimeout/1 (1.79s) [2021-02-18T09:05:04.565Z] --- PASS: TestStopContainerWithTimeout/3 (2.86s) [2021-02-18T09:05:04.565Z] --- PASS: TestStopContainerWithTimeout/-1 (3.05s) [2021-02-18T09:05:04.565Z] === RUN TestDeleteDevicemapper [2021-02-18T09:05:04.565Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T09:05:04.565Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:05:04.565Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T09:05:04.630Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T09:05:05.300Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-18T09:05:05.388Z] === RUN TestPollerAddRemove [2021-02-18T09:05:05.388Z] --- PASS: TestPollerAddRemove (0.00s) [2021-02-18T09:05:05.388Z] === RUN TestPollerEvent [2021-02-18T09:05:05.388Z] --- SKIP: TestPollerEvent (0.00s) [2021-02-18T09:05:05.388Z] poller_test.go:41: No chmod on Windows [2021-02-18T09:05:05.388Z] === RUN TestPollerClose [2021-02-18T09:05:05.388Z] --- PASS: TestPollerClose (0.00s) [2021-02-18T09:05:05.388Z] PASS [2021-02-18T09:05:05.388Z] coverage: 45.7% of statements [2021-02-18T09:05:05.388Z] ok github.com/docker/docker/pkg/filenotify 0.047s coverage: 45.7% of statements [2021-02-18T09:05:05.848Z] === RUN TestCopyFileWithInvalidSrc [2021-02-18T09:05:05.848Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCopyFileWithInvalidDest [2021-02-18T09:05:05.848Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCopyFileWithSameSrcAndDest [2021-02-18T09:05:05.848Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-02-18T09:05:05.848Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCopyFile [2021-02-18T09:05:05.848Z] --- PASS: TestCopyFile (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-02-18T09:05:05.848Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-18T09:05:05.848Z] fileutils_test.go:134: Needs porting to Windows [2021-02-18T09:05:05.848Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-02-18T09:05:05.848Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestReadSymlinkedDirectoryToFile [2021-02-18T09:05:05.848Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-18T09:05:05.848Z] fileutils_test.go:180: Needs porting to Windows [2021-02-18T09:05:05.848Z] === RUN TestWildcardMatches [2021-02-18T09:05:05.848Z] --- PASS: TestWildcardMatches (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestPatternMatches [2021-02-18T09:05:05.848Z] --- PASS: TestPatternMatches (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-02-18T09:05:05.848Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestPatternMatchesFolderExclusions [2021-02-18T09:05:05.848Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-02-18T09:05:05.848Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-02-18T09:05:05.848Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-02-18T09:05:05.848Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-02-18T09:05:05.848Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestSingleExclamationError [2021-02-18T09:05:05.848Z] --- PASS: TestSingleExclamationError (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestMatchesWithNoPatterns [2021-02-18T09:05:05.848Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestMatchesWithMalformedPatterns [2021-02-18T09:05:05.848Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestMatches [2021-02-18T09:05:05.848Z] --- PASS: TestMatches (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCleanPatterns [2021-02-18T09:05:05.848Z] --- PASS: TestCleanPatterns (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-02-18T09:05:05.848Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCleanPatternsExceptionFlag [2021-02-18T09:05:05.848Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-02-18T09:05:05.848Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-02-18T09:05:05.848Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCleanPatternsErrorSingleException [2021-02-18T09:05:05.848Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCreateIfNotExistsDir [2021-02-18T09:05:05.848Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestCreateIfNotExistsFile [2021-02-18T09:05:05.848Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-02-18T09:05:05.848Z] === RUN TestMatch [2021-02-18T09:05:05.848Z] --- PASS: TestMatch (0.00s) [2021-02-18T09:05:05.848Z] PASS [2021-02-18T09:05:05.848Z] coverage: 87.7% of statements [2021-02-18T09:05:05.848Z] ok github.com/docker/docker/pkg/fileutils 0.070s coverage: 87.7% of statements [2021-02-18T09:05:06.308Z] === RUN TestGet [2021-02-18T09:05:06.308Z] --- PASS: TestGet (0.00s) [2021-02-18T09:05:06.308Z] === RUN TestGetShortcutString [2021-02-18T09:05:06.308Z] --- PASS: TestGetShortcutString (0.00s) [2021-02-18T09:05:06.308Z] PASS [2021-02-18T09:05:06.308Z] coverage: 42.9% of statements [2021-02-18T09:05:06.308Z] ok github.com/docker/docker/pkg/homedir 0.072s coverage: 42.9% of statements [2021-02-18T09:05:06.642Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.83s) [2021-02-18T09:05:06.642Z] === RUN TestUpdateMemory [2021-02-18T09:05:07.206Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-18T09:05:07.277Z] --- PASS: TestUpdateMemory (0.68s) [2021-02-18T09:05:07.277Z] === RUN TestUpdateCPUQuota [2021-02-18T09:05:07.278Z] --- PASS: Test (3.18s) [2021-02-18T09:05:07.278Z] --- PASS: Test/TestInitialize (0.12s) [2021-02-18T09:05:07.278Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-02-18T09:05:07.278Z] --- PASS: Test/TestWatch (3.06s) [2021-02-18T09:05:07.278Z] PASS [2021-02-18T09:05:07.278Z] coverage: 84.1% of statements [2021-02-18T09:05:07.278Z] ok github.com/docker/docker/pkg/discovery/kv 3.357s coverage: 84.1% of statements [2021-02-18T09:05:07.278Z] === RUN TestCreateIDMapOrder [2021-02-18T09:05:07.278Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-02-18T09:05:07.278Z] PASS [2021-02-18T09:05:07.278Z] coverage: 7.2% of statements [2021-02-18T09:05:07.278Z] ok github.com/docker/docker/pkg/idtools 0.067s coverage: 7.2% of statements [2021-02-18T09:05:07.531Z] --- PASS: TestInspect (3.60s) [2021-02-18T09:05:07.531Z] === RUN TestCreateJob [2021-02-18T09:05:07.738Z] --- PASS: TestTarFiles (4.59s) [2021-02-18T09:05:07.738Z] === RUN TestTarUntar [2021-02-18T09:05:07.738Z] --- PASS: TestTarUntar (0.02s) [2021-02-18T09:05:07.738Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-02-18T09:05:07.738Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-02-18T09:05:07.738Z] === RUN TestTarWithOptions [2021-02-18T09:05:07.738Z] --- PASS: TestTarWithOptions (0.02s) [2021-02-18T09:05:07.738Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-02-18T09:05:07.738Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-02-18T09:05:07.738Z] === RUN TestUntarUstarGnuConflict [2021-02-18T09:05:07.738Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-02-18T09:05:07.738Z] === RUN TestUntarInvalidFilenames [2021-02-18T09:05:07.738Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames555812566\\dest" [2021-02-18T09:05:07.738Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-02-18T09:05:07.738Z] === RUN TestUntarHardlinkToSymlink [2021-02-18T09:05:07.738Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-02-18T09:05:07.738Z] === RUN TestUntarInvalidHardlink [2021-02-18T09:05:07.738Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink706394487\\victim\\hello" -> "../victim/hello" [2021-02-18T09:05:07.738Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink244589674\\victim\\hello" -> "/../victim/hello" [2021-02-18T09:05:07.738Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink144131777\\victim" -> "../victim" [2021-02-18T09:05:07.738Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink216328492\\victim" -> "../victim" [2021-02-18T09:05:07.738Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink268421787\\victim" -> "../victim" [2021-02-18T09:05:07.738Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink765542718\\victim" -> "../victim" [2021-02-18T09:05:07.738Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-02-18T09:05:07.738Z] === RUN TestUntarInvalidSymlink [2021-02-18T09:05:07.738Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink749467525\\dest\\dotdot" -> "../victim/hello" [2021-02-18T09:05:07.738Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink835093280\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-18T09:05:07.738Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink850184191\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:05:07.738Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink159136082\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:05:07.738Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink482749065\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:05:07.738Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink383481940\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:05:07.738Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink545518499\\dest\\dir\\loophole" -> "../../victim" [2021-02-18T09:05:07.738Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-02-18T09:05:07.738Z] === RUN TestTempArchiveCloseMultipleTimes [2021-02-18T09:05:07.738Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-02-18T09:05:07.738Z] === RUN TestReplaceFileTarWrapper [2021-02-18T09:05:07.915Z] --- PASS: TestUpdateCPUQuota (0.85s) [2021-02-18T09:05:07.915Z] === RUN TestUpdatePidsLimit [2021-02-18T09:05:07.915Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T09:05:08.197Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2021-02-18T09:05:08.197Z] === RUN TestPrefixHeaderReadable [2021-02-18T09:05:08.197Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2021-02-18T09:05:08.197Z] === RUN TestDisablePigz [2021-02-18T09:05:08.197Z] === RUN TestFixedBufferCap [2021-02-18T09:05:08.197Z] --- PASS: TestFixedBufferCap (0.00s) [2021-02-18T09:05:08.197Z] === RUN TestFixedBufferLen [2021-02-18T09:05:08.197Z] --- PASS: TestFixedBufferLen (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestFixedBufferString [2021-02-18T09:05:08.198Z] --- PASS: TestFixedBufferString (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestFixedBufferWrite [2021-02-18T09:05:08.198Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestFixedBufferRead [2021-02-18T09:05:08.198Z] --- PASS: TestFixedBufferRead (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestBytesPipeRead [2021-02-18T09:05:08.198Z] --- PASS: TestBytesPipeRead (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestBytesPipeWrite [2021-02-18T09:05:08.198Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestBytesPipeWriteRandomChunks [2021-02-18T09:05:08.198Z] --- PASS: TestDisablePigz (0.12s) [2021-02-18T09:05:08.198Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2021-02-18T09:05:08.198Z] === RUN TestPigz [2021-02-18T09:05:08.198Z] --- PASS: TestPigz (0.15s) [2021-02-18T09:05:08.198Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2021-02-18T09:05:08.198Z] === RUN TestCopyFileWithInvalidDest [2021-02-18T09:05:08.198Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-02-18T09:05:08.198Z] archive_windows_test.go:16: Currently fails [2021-02-18T09:05:08.198Z] === RUN TestCanonicalTarNameForPath [2021-02-18T09:05:08.198Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestCanonicalTarName [2021-02-18T09:05:08.198Z] --- PASS: TestCanonicalTarName (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestChmodTarEntry [2021-02-18T09:05:08.198Z] --- PASS: TestChmodTarEntry (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestHardLinkOrder [2021-02-18T09:05:08.198Z] --- PASS: TestHardLinkOrder (0.06s) [2021-02-18T09:05:08.198Z] === RUN TestChangeString [2021-02-18T09:05:08.198Z] --- PASS: TestChangeString (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestChangesWithNoChanges [2021-02-18T09:05:08.198Z] === RUN TestError [2021-02-18T09:05:08.198Z] --- PASS: TestError (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestProgressString [2021-02-18T09:05:08.198Z] === RUN TestProgressString/no_progress [2021-02-18T09:05:08.198Z] === RUN TestProgressString/progress_1 [2021-02-18T09:05:08.198Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-02-18T09:05:08.198Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-02-18T09:05:08.198Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-02-18T09:05:08.198Z] === RUN TestProgressString/with_units [2021-02-18T09:05:08.198Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-02-18T09:05:08.198Z] === RUN TestProgressString/hide_counts [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString (0.00s) [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString/with_units (0.00s) [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-02-18T09:05:08.198Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-02-18T09:05:08.198Z] === RUN TestJSONMessageDisplay [2021-02-18T09:05:08.198Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-02-18T09:05:08.198Z] === RUN TestChangesWithChanges [2021-02-18T09:05:08.198Z] --- PASS: TestChangesWithChanges (0.03s) [2021-02-18T09:05:08.198Z] === RUN TestChangesWithChangesGH13590 [2021-02-18T09:05:08.198Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-02-18T09:05:08.198Z] changes_test.go:192: needs more investigation [2021-02-18T09:05:08.198Z] === RUN TestChangesDirsEmpty [2021-02-18T09:05:08.208Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T09:05:08.502Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T09:05:08.619Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-18T09:05:08.658Z] --- PASS: TestJSONMessageDisplay (0.11s) [2021-02-18T09:05:08.658Z] === RUN TestJSONMessageDisplayWithJSONError [2021-02-18T09:05:08.658Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-02-18T09:05:08.658Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestDisplayJSONMessagesStream [2021-02-18T09:05:08.658Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-02-18T09:05:08.658Z] PASS [2021-02-18T09:05:08.658Z] coverage: 91.7% of statements [2021-02-18T09:05:08.658Z] ok github.com/docker/docker/pkg/jsonmessage 0.153s coverage: 91.7% of statements [2021-02-18T09:05:08.658Z] --- PASS: TestChangesDirsEmpty (0.14s) [2021-02-18T09:05:08.658Z] === RUN TestChangesDirsMutated [2021-02-18T09:05:08.658Z] === RUN TestStandardLongPath [2021-02-18T09:05:08.658Z] --- PASS: TestStandardLongPath (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestUNCLongPath [2021-02-18T09:05:08.658Z] --- PASS: TestUNCLongPath (0.00s) [2021-02-18T09:05:08.658Z] PASS [2021-02-18T09:05:08.658Z] coverage: 100.0% of statements [2021-02-18T09:05:08.658Z] ok github.com/docker/docker/pkg/longpath 0.041s coverage: 100.0% of statements [2021-02-18T09:05:08.658Z] --- PASS: TestBytesPipeWriteRandomChunks (0.47s) [2021-02-18T09:05:08.658Z] === RUN TestAtomicWriteToFile [2021-02-18T09:05:08.658Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-02-18T09:05:08.658Z] === RUN TestAtomicWriteSetCommit [2021-02-18T09:05:08.658Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-02-18T09:05:08.658Z] === RUN TestAtomicWriteSetCancel [2021-02-18T09:05:08.658Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-02-18T09:05:08.658Z] === RUN TestReadCloserWrapperClose [2021-02-18T09:05:08.658Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestReaderErrWrapperReadOnError [2021-02-18T09:05:08.658Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestReaderErrWrapperRead [2021-02-18T09:05:08.658Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestHashData [2021-02-18T09:05:08.658Z] --- PASS: TestHashData (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestCancelReadCloser [2021-02-18T09:05:08.658Z] --- PASS: TestChangesDirsMutated (0.11s) [2021-02-18T09:05:08.658Z] === RUN TestApplyLayer [2021-02-18T09:05:08.658Z] --- SKIP: TestApplyLayer (0.00s) [2021-02-18T09:05:08.658Z] changes_test.go:405: needs further investigation [2021-02-18T09:05:08.658Z] === RUN TestChangesSizeWithHardlinks [2021-02-18T09:05:08.658Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-02-18T09:05:08.658Z] changes_test.go:441: needs further investigation [2021-02-18T09:05:08.658Z] === RUN TestChangesSizeWithNoChanges [2021-02-18T09:05:08.658Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-02-18T09:05:08.658Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-02-18T09:05:08.658Z] === RUN TestChangesSize [2021-02-18T09:05:08.658Z] --- PASS: TestChangesSize (0.00s) [2021-02-18T09:05:08.659Z] === RUN TestApplyLayerInvalidFilenames [2021-02-18T09:05:08.659Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames167767447\\dest" [2021-02-18T09:05:08.659Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-02-18T09:05:08.659Z] === RUN TestApplyLayerInvalidHardlink [2021-02-18T09:05:08.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink689142753\\victim\\hello" -> "../victim/hello" [2021-02-18T09:05:08.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink618893772\\victim\\hello" -> "/../victim/hello" [2021-02-18T09:05:08.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink752928955\\victim" -> "../victim" [2021-02-18T09:05:08.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink129254622\\victim" -> "../victim" [2021-02-18T09:05:08.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink809865381\\victim" -> "../victim" [2021-02-18T09:05:08.659Z] --- PASS: TestCancelReadCloser (0.10s) [2021-02-18T09:05:08.659Z] === RUN TestWriteCloserWrapperClose [2021-02-18T09:05:08.659Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-02-18T09:05:08.659Z] === RUN TestNopWriteCloser [2021-02-18T09:05:08.659Z] --- PASS: TestNopWriteCloser (0.00s) [2021-02-18T09:05:08.659Z] === RUN TestNopWriter [2021-02-18T09:05:08.659Z] --- PASS: TestNopWriter (0.00s) [2021-02-18T09:05:08.659Z] === RUN TestWriteCounter [2021-02-18T09:05:08.659Z] --- PASS: TestWriteCounter (0.00s) [2021-02-18T09:05:08.659Z] PASS [2021-02-18T09:05:08.659Z] coverage: 69.2% of statements [2021-02-18T09:05:08.659Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink485388736\\victim" -> "../victim" [2021-02-18T09:05:08.659Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-02-18T09:05:08.659Z] === RUN TestApplyLayerInvalidSymlink [2021-02-18T09:05:08.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink430309407\\dest\\dotdot" -> "../victim/hello" [2021-02-18T09:05:08.659Z] ok github.com/docker/docker/pkg/ioutils 0.634s coverage: 69.2% of statements [2021-02-18T09:05:08.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink968538866\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-18T09:05:08.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink914607529\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:05:08.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink967341300\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:05:08.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink566386115\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:05:08.659Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink360633414\\dest\\loophole-victim" -> "../victim" [2021-02-18T09:05:08.659Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-02-18T09:05:08.659Z] === RUN TestApplyLayerWhiteouts [2021-02-18T09:05:08.659Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-02-18T09:05:08.659Z] === RUN TestGenerateEmptyFile [2021-02-18T09:05:08.659Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-02-18T09:05:08.659Z] === RUN TestGenerateWithContent [2021-02-18T09:05:08.659Z] --- PASS: TestGenerateWithContent (0.00s) [2021-02-18T09:05:08.659Z] PASS [2021-02-18T09:05:08.659Z] coverage: 62.7% of statements [2021-02-18T09:05:08.659Z] ok github.com/docker/docker/pkg/archive 7.117s coverage: 62.7% of statements [2021-02-18T09:05:08.796Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T09:05:09.092Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T09:05:09.092Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T09:05:09.385Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T09:05:09.630Z] === RUN TestNameFormat [2021-02-18T09:05:09.630Z] --- PASS: TestNameFormat (0.00s) [2021-02-18T09:05:09.630Z] === RUN TestNameRetries [2021-02-18T09:05:09.630Z] --- PASS: TestNameRetries (0.00s) [2021-02-18T09:05:09.630Z] PASS [2021-02-18T09:05:09.630Z] coverage: 85.7% of statements [2021-02-18T09:05:09.630Z] ok github.com/docker/docker/pkg/namesgenerator 0.056s coverage: 85.7% of statements [2021-02-18T09:05:09.630Z] === RUN TestParseKeyValueOpt [2021-02-18T09:05:09.630Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-02-18T09:05:09.630Z] === RUN TestParseUintList [2021-02-18T09:05:09.630Z] --- PASS: TestParseUintList (0.00s) [2021-02-18T09:05:09.630Z] === RUN TestParseUintListMaximumLimits [2021-02-18T09:05:09.630Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-02-18T09:05:09.630Z] PASS [2021-02-18T09:05:09.630Z] coverage: 97.0% of statements [2021-02-18T09:05:09.630Z] ok github.com/docker/docker/pkg/parsers 0.067s coverage: 97.0% of statements [2021-02-18T09:05:10.004Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-18T09:05:10.091Z] === RUN TestNewAndRemove [2021-02-18T09:05:10.091Z] --- PASS: TestNewAndRemove (0.00s) [2021-02-18T09:05:10.091Z] === RUN TestRemoveInvalidPath [2021-02-18T09:05:10.091Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-02-18T09:05:10.091Z] PASS [2021-02-18T09:05:10.091Z] coverage: 82.6% of statements [2021-02-18T09:05:10.091Z] ok github.com/docker/docker/pkg/pidfile 0.193s coverage: 82.6% of statements [2021-02-18T09:05:10.425Z] --- PASS: TestUpdatePidsLimit (2.31s) [2021-02-18T09:05:10.425Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2021-02-18T09:05:10.425Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2021-02-18T09:05:10.425Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) [2021-02-18T09:05:10.425Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.26s) [2021-02-18T09:05:10.425Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2021-02-18T09:05:10.425Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2021-02-18T09:05:10.425Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2021-02-18T09:05:10.425Z] === RUN TestUpdateRestartPolicy [2021-02-18T09:05:10.941Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-18T09:05:11.060Z] === RUN TestParseEmptyInterface [2021-02-18T09:05:11.060Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-02-18T09:05:11.060Z] === RUN TestParseNonInterfaceType [2021-02-18T09:05:11.060Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-02-18T09:05:11.060Z] === RUN TestParseWithOneFunction [2021-02-18T09:05:11.060Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-02-18T09:05:11.060Z] === RUN TestParseWithMultipleFuncs [2021-02-18T09:05:11.060Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-02-18T09:05:11.060Z] === RUN TestParseWithUnnamedReturn [2021-02-18T09:05:11.060Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-02-18T09:05:11.060Z] === RUN TestEmbeddedInterface [2021-02-18T09:05:11.060Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-02-18T09:05:11.060Z] === RUN TestParsedImports [2021-02-18T09:05:11.060Z] --- PASS: TestParsedImports (0.00s) [2021-02-18T09:05:11.060Z] === RUN TestAliasedImports [2021-02-18T09:05:11.060Z] --- PASS: TestAliasedImports (0.00s) [2021-02-18T09:05:11.060Z] PASS [2021-02-18T09:05:11.060Z] coverage: 56.8% of statements [2021-02-18T09:05:11.060Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.085s coverage: 56.8% of statements [2021-02-18T09:05:12.029Z] === RUN TestFailedConnection [2021-02-18T09:05:12.489Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-02-18T09:05:12.489Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-18T09:05:12.489Z] === RUN TestBufioReaderPoolPutAndGet [2021-02-18T09:05:12.489Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-02-18T09:05:12.489Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-02-18T09:05:12.489Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-02-18T09:05:12.489Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-02-18T09:05:12.489Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-18T09:05:12.489Z] === RUN TestBufioWriterPoolPutAndGet [2021-02-18T09:05:12.489Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-02-18T09:05:12.489Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-02-18T09:05:12.489Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-02-18T09:05:12.489Z] === RUN TestBufferPoolPutAndGet [2021-02-18T09:05:12.489Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-02-18T09:05:12.489Z] PASS [2021-02-18T09:05:12.489Z] coverage: 88.2% of statements [2021-02-18T09:05:12.489Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2021-02-18T09:05:12.489Z] === RUN TestHTTPTransport [2021-02-18T09:05:12.489Z] --- PASS: TestHTTPTransport (0.00s) [2021-02-18T09:05:12.489Z] PASS [2021-02-18T09:05:12.489Z] coverage: 85.7% of statements [2021-02-18T09:05:12.489Z] ok github.com/docker/docker/pkg/plugins/transport 0.062s coverage: 85.7% of statements [2021-02-18T09:05:12.739Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T09:05:12.815Z] --- PASS: TestCreateJob (4.41s) [2021-02-18T09:05:12.815Z] === RUN TestReplicatedJob [2021-02-18T09:05:12.949Z] --- PASS: TestFailedConnection (1.05s) [2021-02-18T09:05:12.949Z] === RUN TestFailOnce [2021-02-18T09:05:12.949Z] === RUN TestOutputOnPrematureClose [2021-02-18T09:05:12.949Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-02-18T09:05:12.949Z] === RUN TestCompleteSilently [2021-02-18T09:05:12.949Z] --- PASS: TestCompleteSilently (0.00s) [2021-02-18T09:05:12.949Z] PASS [2021-02-18T09:05:12.949Z] coverage: 75.9% of statements [2021-02-18T09:05:12.949Z] ok github.com/docker/docker/pkg/progress 0.036s coverage: 75.9% of statements [2021-02-18T09:05:12.949Z] 2021/02/18 09:05:12 http: panic serving 127.0.0.1:49222: Plugin not ready [2021-02-18T09:05:12.949Z] goroutine 10 [running]: [2021-02-18T09:05:12.949Z] net/http.(*conn).serve.func1(0xc000058b40) [2021-02-18T09:05:12.949Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-02-18T09:05:12.949Z] panic(0x849b40, 0x986ad0) [2021-02-18T09:05:12.949Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-02-18T09:05:12.949Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T09:05:12.949Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-02-18T09:05:12.949Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T09:05:12.949Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-02-18T09:05:12.949Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T09:05:12.949Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-02-18T09:05:12.949Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T09:05:12.949Z] c:/go/src/net/http/server.go:2831 +0xab [2021-02-18T09:05:12.949Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980) [2021-02-18T09:05:12.949Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-02-18T09:05:12.949Z] created by net/http.(*Server).Serve [2021-02-18T09:05:12.949Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-02-18T09:05:12.949Z] time="2021-02-18T09:05:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.FailOnce: Post http://127.0.0.1:49221/Test.FailOnce: EOF, retrying in 1s" [2021-02-18T09:05:13.409Z] === RUN TestSendToOneSub [2021-02-18T09:05:13.409Z] --- PASS: TestSendToOneSub (0.00s) [2021-02-18T09:05:13.409Z] === RUN TestSendToMultipleSubs [2021-02-18T09:05:13.409Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-02-18T09:05:13.409Z] === RUN TestEvictOneSub [2021-02-18T09:05:13.409Z] --- PASS: TestEvictOneSub (0.00s) [2021-02-18T09:05:13.409Z] === RUN TestClosePublisher [2021-02-18T09:05:13.409Z] --- PASS: TestClosePublisher (0.00s) [2021-02-18T09:05:13.409Z] === RUN TestPubSubRace [2021-02-18T09:05:13.868Z] === RUN TestRegister [2021-02-18T09:05:13.868Z] --- PASS: TestRegister (0.00s) [2021-02-18T09:05:13.868Z] === RUN TestCommand [2021-02-18T09:05:13.868Z] --- PASS: TestCommand (0.02s) [2021-02-18T09:05:13.868Z] === RUN TestNaiveSelf [2021-02-18T09:05:13.868Z] --- PASS: TestNaiveSelf (0.02s) [2021-02-18T09:05:13.868Z] PASS [2021-02-18T09:05:13.868Z] coverage: 82.4% of statements [2021-02-18T09:05:13.868Z] ok github.com/docker/docker/pkg/reexec 0.080s coverage: 82.4% of statements [2021-02-18T09:05:13.868Z] --- PASS: TestFailOnce (1.14s) [2021-02-18T09:05:13.868Z] === RUN TestEchoInputOutput [2021-02-18T09:05:13.868Z] --- PASS: TestEchoInputOutput (0.00s) [2021-02-18T09:05:13.868Z] === RUN TestBackoff [2021-02-18T09:05:13.868Z] --- PASS: TestBackoff (0.00s) [2021-02-18T09:05:13.868Z] === RUN TestAbortRetry [2021-02-18T09:05:13.868Z] --- PASS: TestAbortRetry (0.00s) [2021-02-18T09:05:13.868Z] === RUN TestClientScheme [2021-02-18T09:05:13.868Z] --- PASS: TestClientScheme (0.00s) [2021-02-18T09:05:13.868Z] === RUN TestNewClientWithTimeout [2021-02-18T09:05:14.328Z] --- PASS: TestPubSubRace (1.04s) [2021-02-18T09:05:14.328Z] PASS [2021-02-18T09:05:14.328Z] coverage: 75.0% of statements [2021-02-18T09:05:14.328Z] ok github.com/docker/docker/pkg/pubsub 1.083s coverage: 75.0% of statements [2021-02-18T09:05:14.328Z] time="2021-02-18T09:05:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-02-18T09:05:14.788Z] === RUN TestParseSignal [2021-02-18T09:05:14.788Z] --- PASS: TestParseSignal (0.00s) [2021-02-18T09:05:14.788Z] === RUN TestValidSignalForPlatform [2021-02-18T09:05:14.788Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-02-18T09:05:14.788Z] PASS [2021-02-18T09:05:14.788Z] coverage: 20.3% of statements [2021-02-18T09:05:14.788Z] ok github.com/docker/docker/pkg/signal 0.040s coverage: 20.3% of statements [2021-02-18T09:05:15.257Z] === RUN TestNewStdWriter [2021-02-18T09:05:15.257Z] --- PASS: TestNewStdWriter (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestWriteWithUninitializedStdWriter [2021-02-18T09:05:15.257Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestWriteWithNilBytes [2021-02-18T09:05:15.257Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestWrite [2021-02-18T09:05:15.257Z] --- PASS: TestWrite (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestWriteWithWriterError [2021-02-18T09:05:15.257Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-02-18T09:05:15.257Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyWriteAndRead [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyWithInvalidInputHeader [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyWithCorruptedPrefix [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyReturnsWriteErrors [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-02-18T09:05:15.257Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-02-18T09:05:15.257Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-02-18T09:05:15.257Z] PASS [2021-02-18T09:05:15.257Z] coverage: 100.0% of statements [2021-02-18T09:05:15.257Z] ok github.com/docker/docker/pkg/stdcopy 0.043s coverage: 100.0% of statements [2021-02-18T09:05:15.717Z] === RUN TestRawProgressFormatterFormatStatus [2021-02-18T09:05:15.717Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestRawProgressFormatterFormatProgress [2021-02-18T09:05:15.717Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestFormatStatus [2021-02-18T09:05:15.717Z] --- PASS: TestFormatStatus (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestFormatError [2021-02-18T09:05:15.717Z] --- PASS: TestFormatError (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestFormatJSONError [2021-02-18T09:05:15.717Z] --- PASS: TestFormatJSONError (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestJsonProgressFormatterFormatProgress [2021-02-18T09:05:15.717Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestJsonProgressFormatterFormatStatus [2021-02-18T09:05:15.717Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestNewJSONProgressOutput [2021-02-18T09:05:15.717Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestAuxFormatterEmit [2021-02-18T09:05:15.717Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestStreamWriterStdout [2021-02-18T09:05:15.717Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-02-18T09:05:15.717Z] === RUN TestStreamWriterStderr [2021-02-18T09:05:15.717Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-02-18T09:05:15.717Z] PASS [2021-02-18T09:05:15.718Z] coverage: 66.2% of statements [2021-02-18T09:05:15.718Z] ok github.com/docker/docker/pkg/streamformatter 0.041s coverage: 66.2% of statements [2021-02-18T09:05:16.178Z] === RUN TestGenerateRandomID [2021-02-18T09:05:16.178Z] time="2021-02-18T09:05:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-02-18T09:05:16.178Z] --- PASS: TestGenerateRandomID (0.00s) [2021-02-18T09:05:16.178Z] === RUN TestShortenId [2021-02-18T09:05:16.178Z] --- PASS: TestShortenId (0.00s) [2021-02-18T09:05:16.178Z] === RUN TestShortenSha256Id [2021-02-18T09:05:16.178Z] --- PASS: TestShortenSha256Id (0.00s) [2021-02-18T09:05:16.178Z] === RUN TestShortenIdEmpty [2021-02-18T09:05:16.178Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-02-18T09:05:16.178Z] === RUN TestShortenIdInvalid [2021-02-18T09:05:16.178Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-02-18T09:05:16.178Z] === RUN TestIsShortIDNonHex [2021-02-18T09:05:16.178Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-02-18T09:05:16.178Z] === RUN TestIsShortIDNotCorrectSize [2021-02-18T09:05:16.178Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-02-18T09:05:16.178Z] PASS [2021-02-18T09:05:16.178Z] coverage: 70.6% of statements [2021-02-18T09:05:16.178Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2021-02-18T09:05:16.213Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-02-18T09:05:16.473Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-02-18T09:05:17.149Z] === RUN TestIsCpusetListAvailable [2021-02-18T09:05:17.149Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-02-18T09:05:17.149Z] PASS [2021-02-18T09:05:17.149Z] coverage: 38.2% of statements [2021-02-18T09:05:17.149Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 38.2% of statements [2021-02-18T09:05:17.609Z] === RUN TestChtimes [2021-02-18T09:05:17.609Z] --- PASS: TestChtimes (0.00s) [2021-02-18T09:05:17.609Z] === RUN TestChtimesWindows [2021-02-18T09:05:17.609Z] --- PASS: TestChtimesWindows (0.00s) [2021-02-18T09:05:17.609Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-02-18T09:05:17.609Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-02-18T09:05:17.609Z] === RUN TestEnsureRemoveAllNotExist [2021-02-18T09:05:17.609Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-02-18T09:05:17.609Z] === RUN TestEnsureRemoveAllWithDir [2021-02-18T09:05:17.609Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-02-18T09:05:17.609Z] === RUN TestEnsureRemoveAllWithFile [2021-02-18T09:05:17.609Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-02-18T09:05:17.609Z] === RUN TestHasWin32KSupport [2021-02-18T09:05:17.609Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-02-18T09:05:17.609Z] syscall_windows_test.go:8: win32k: true [2021-02-18T09:05:17.609Z] PASS [2021-02-18T09:05:17.609Z] coverage: 12.0% of statements [2021-02-18T09:05:17.609Z] ok github.com/docker/docker/pkg/system 0.044s coverage: 12.0% of statements [2021-02-18T09:05:17.851Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-18T09:05:18.069Z] === RUN TestTailFile [2021-02-18T09:05:18.069Z] --- PASS: TestTailFile (0.00s) [2021-02-18T09:05:18.069Z] === RUN TestTailFileManyLines [2021-02-18T09:05:18.069Z] --- PASS: TestTailFileManyLines (0.00s) [2021-02-18T09:05:18.069Z] === RUN TestTailEmptyFile [2021-02-18T09:05:18.069Z] --- PASS: TestTailEmptyFile (0.00s) [2021-02-18T09:05:18.069Z] === RUN TestTailNegativeN [2021-02-18T09:05:18.069Z] --- PASS: TestTailNegativeN (0.00s) [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/single_byte_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/2_byte_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/4_byte_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/truncated_last_line [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader/no_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader/12_byte_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader/8_byte_delimiter [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.069Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T09:05:18.069Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.069Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/4_byte_delimiter [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/2_byte_delimiter [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/single_byte_delimiter [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.070Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.070Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.070Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.071Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.071Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.532Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.532Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.532Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.533Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T09:05:18.533Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.533Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.534Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T09:05:18.535Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T09:05:18.535Z] --- PASS: TestNewTailReader (0.00s) [2021-02-18T09:05:18.535Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-02-18T09:05:18.535Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-02-18T09:05:18.535Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-02-18T09:05:18.535Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-02-18T09:05:18.535Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.01s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.02s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:05:18.536Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.537Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-02-18T09:05:18.537Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:05:18.537Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:05:18.537Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T09:05:18.998Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T09:05:18.998Z] PASS [2021-02-18T09:05:18.998Z] coverage: 88.6% of statements [2021-02-18T09:05:18.998Z] ok github.com/docker/docker/pkg/tailfile 0.408s coverage: 88.6% of statements [2021-02-18T09:05:18.998Z] time="2021-02-18T09:05:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-02-18T09:05:18.998Z] === RUN TestTarSumRemoveNonExistent [2021-02-18T09:05:18.998Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-02-18T09:05:18.998Z] === RUN TestTarSumRemove [2021-02-18T09:05:18.998Z] --- PASS: TestTarSumRemove (0.00s) [2021-02-18T09:05:18.998Z] === RUN TestSortFileInfoSums [2021-02-18T09:05:18.998Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-02-18T09:05:18.998Z] === RUN TestNewTarSumForLabelInvalid [2021-02-18T09:05:18.998Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-02-18T09:05:18.998Z] === RUN TestNewTarSumForLabel [2021-02-18T09:05:18.998Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-02-18T09:05:18.998Z] === RUN TestEmptyTar [2021-02-18T09:05:18.998Z] --- PASS: TestEmptyTar (0.00s) [2021-02-18T09:05:18.998Z] === RUN TestTarSumsReadSize [2021-02-18T09:05:18.998Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-02-18T09:05:18.998Z] === RUN TestTarSums [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T09:05:18.998Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T09:05:19.297Z] --- PASS: TestServiceUpdatePidsLimit (16.54s) [2021-02-18T09:05:19.297Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2021-02-18T09:05:19.297Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-02-18T09:05:19.297Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2021-02-18T09:05:19.297Z] PASS [2021-02-18T09:05:19.297Z] [2021-02-18T09:05:19.297Z] === Skipped [2021-02-18T09:05:19.297Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T09:05:19.297Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:05:19.297Z] [2021-02-18T09:05:19.297Z] [2021-02-18T09:05:19.297Z] DONE 27 tests, 1 skipped in 169.309s [2021-02-18T09:05:19.297Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T09:05:19.297Z] INFO: Testing against a local daemon [2021-02-18T09:05:19.297Z] === RUN TestSessionCreate [2021-02-18T09:05:19.297Z] --- PASS: TestSessionCreate (0.02s) [2021-02-18T09:05:19.297Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T09:05:19.297Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-02-18T09:05:19.297Z] PASS [2021-02-18T09:05:19.297Z] [2021-02-18T09:05:19.297Z] DONE 2 tests in 0.084s [2021-02-18T09:05:19.297Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T09:05:19.297Z] INFO: Testing against a local daemon [2021-02-18T09:05:19.297Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:05:19.297Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:05:19.297Z] === RUN TestEventsExecDie [2021-02-18T09:05:19.398Z] --- PASS: TestReplicatedJob (6.77s) [2021-02-18T09:05:19.398Z] === RUN TestUpdateReplicatedJob [2021-02-18T09:05:19.458Z] --- PASS: TestTarSums (0.09s) [2021-02-18T09:05:19.458Z] === RUN TestIteration [2021-02-18T09:05:19.458Z] --- PASS: TestIteration (0.00s) [2021-02-18T09:05:19.458Z] === RUN TestVersionLabelForChecksum [2021-02-18T09:05:19.458Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-02-18T09:05:19.458Z] === RUN TestVersion [2021-02-18T09:05:19.458Z] --- PASS: TestVersion (0.00s) [2021-02-18T09:05:19.458Z] === RUN TestGetVersion [2021-02-18T09:05:19.458Z] --- PASS: TestGetVersion (0.00s) [2021-02-18T09:05:19.458Z] === RUN TestGetVersions [2021-02-18T09:05:19.458Z] --- PASS: TestGetVersions (0.00s) [2021-02-18T09:05:19.458Z] PASS [2021-02-18T09:05:19.458Z] coverage: 89.3% of statements [2021-02-18T09:05:19.458Z] ok github.com/docker/docker/pkg/tarsum 0.144s coverage: 89.3% of statements [2021-02-18T09:05:19.458Z] testing: warning: no tests to run [2021-02-18T09:05:19.458Z] PASS [2021-02-18T09:05:19.458Z] coverage: [no statements] [2021-02-18T09:05:19.458Z] ok github.com/docker/docker/pkg/term/windows 0.053s coverage: [no statements] [no tests to run] [2021-02-18T09:05:19.863Z] --- PASS: TestEventsExecDie (0.58s) [2021-02-18T09:05:19.863Z] === RUN TestEventsBackwardsCompatible [2021-02-18T09:05:19.863Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-18T09:05:19.863Z] === RUN TestInfoBinaryCommits [2021-02-18T09:05:19.863Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-02-18T09:05:19.863Z] === RUN TestInfoAPIVersioned [2021-02-18T09:05:19.863Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-18T09:05:19.863Z] === RUN TestInfoDiscoveryBackend [2021-02-18T09:05:19.917Z] === RUN TestTruncIndex [2021-02-18T09:05:19.918Z] === RUN TestIsGIT [2021-02-18T09:05:19.918Z] --- PASS: TestIsGIT (0.00s) [2021-02-18T09:05:19.918Z] === RUN TestIsTransport [2021-02-18T09:05:19.918Z] --- PASS: TestIsTransport (0.00s) [2021-02-18T09:05:19.918Z] PASS [2021-02-18T09:05:19.918Z] coverage: 100.0% of statements [2021-02-18T09:05:19.918Z] ok github.com/docker/docker/pkg/urlutil 0.031s coverage: 100.0% of statements [2021-02-18T09:05:19.918Z] --- PASS: TestTruncIndex (0.10s) [2021-02-18T09:05:19.918Z] PASS [2021-02-18T09:05:19.918Z] coverage: 91.5% of statements [2021-02-18T09:05:19.918Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2021-02-18T09:05:20.377Z] === RUN TestVersionInfo [2021-02-18T09:05:20.377Z] --- PASS: TestVersionInfo (0.00s) [2021-02-18T09:05:20.377Z] === RUN TestAppendVersions [2021-02-18T09:05:20.377Z] --- PASS: TestAppendVersions (0.00s) [2021-02-18T09:05:20.377Z] PASS [2021-02-18T09:05:20.377Z] coverage: 88.9% of statements [2021-02-18T09:05:20.377Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2021-02-18T09:05:20.429Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-02-18T09:05:20.429Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T09:05:21.362Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T09:05:21.362Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T09:05:21.917Z] === RUN TestNewSettable [2021-02-18T09:05:21.917Z] --- PASS: TestNewSettable (0.00s) [2021-02-18T09:05:21.917Z] === RUN TestIsSettable [2021-02-18T09:05:21.917Z] --- PASS: TestIsSettable (0.00s) [2021-02-18T09:05:21.917Z] === RUN TestUpdateSettingsEnv [2021-02-18T09:05:21.917Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-02-18T09:05:21.917Z] PASS [2021-02-18T09:05:21.917Z] coverage: 20.1% of statements [2021-02-18T09:05:21.917Z] ok github.com/docker/docker/plugin/v2 0.064s coverage: 20.1% of statements [2021-02-18T09:05:21.917Z] === RUN TestLoad [2021-02-18T09:05:21.917Z] --- PASS: TestLoad (0.00s) [2021-02-18T09:05:21.917Z] === RUN TestSave [2021-02-18T09:05:21.917Z] --- PASS: TestSave (0.04s) [2021-02-18T09:05:21.917Z] === RUN TestAddDeleteGet [2021-02-18T09:05:21.917Z] --- PASS: TestAddDeleteGet (0.04s) [2021-02-18T09:05:21.917Z] === RUN TestInvalidTags [2021-02-18T09:05:21.917Z] --- PASS: TestInvalidTags (0.01s) [2021-02-18T09:05:21.917Z] PASS [2021-02-18T09:05:21.917Z] coverage: 84.4% of statements [2021-02-18T09:05:21.917Z] ok github.com/docker/docker/reference 0.131s coverage: 84.4% of statements [2021-02-18T09:05:21.928Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-02-18T09:05:21.928Z] === RUN TestInfoAPI [2021-02-18T09:05:21.928Z] --- PASS: TestInfoAPI (0.02s) [2021-02-18T09:05:21.928Z] === RUN TestInfoAPIWarnings [2021-02-18T09:05:22.376Z] === RUN TestValidatePrivileges [2021-02-18T09:05:22.376Z] --- PASS: TestValidatePrivileges (0.00s) [2021-02-18T09:05:22.376Z] === RUN TestFilterByCapNeg [2021-02-18T09:05:22.376Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-02-18T09:05:22.376Z] === RUN TestFilterByCapPos [2021-02-18T09:05:22.376Z] --- PASS: TestFilterByCapPos (0.00s) [2021-02-18T09:05:22.376Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-02-18T09:05:22.376Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-02-18T09:05:22.376Z] PASS [2021-02-18T09:05:22.376Z] coverage: 12.0% of statements [2021-02-18T09:05:22.376Z] ok github.com/docker/docker/plugin 0.153s coverage: 12.0% of statements [2021-02-18T09:05:23.092Z] --- PASS: TestUpdateRestartPolicy (11.25s) [2021-02-18T09:05:23.092Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T09:05:23.092Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s) [2021-02-18T09:05:23.092Z] === RUN TestWaitNonBlocked [2021-02-18T09:05:23.092Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:05:23.092Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:05:23.092Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:05:23.092Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:05:23.092Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:05:23.092Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:05:23.092Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-18T09:05:23.092Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2021-02-18T09:05:23.092Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.81s) [2021-02-18T09:05:23.092Z] === RUN TestWaitBlocked [2021-02-18T09:05:23.092Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:05:23.092Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:05:23.092Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:05:23.092Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:05:23.092Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T09:05:23.092Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T09:05:23.346Z] time="2021-02-18T09:05:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-02-18T09:05:23.599Z] --- PASS: TestUpdateReplicatedJob (4.21s) [2021-02-18T09:05:23.599Z] === RUN TestServiceListWithStatuses [2021-02-18T09:05:23.599Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T09:05:23.599Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:05:23.599Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T09:05:23.737Z] --- PASS: TestWaitBlocked (0.03s) [2021-02-18T09:05:23.737Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) [2021-02-18T09:05:23.737Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s) [2021-02-18T09:05:23.737Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T09:05:23.737Z] === CONT TestIpcModeOlderClient [2021-02-18T09:05:23.737Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T09:05:23.737Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T09:05:23.806Z] === RUN TestRestartManagerTimeout [2021-02-18T09:05:23.806Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-02-18T09:05:23.806Z] === RUN TestRestartManagerTimeoutReset [2021-02-18T09:05:23.806Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-02-18T09:05:23.806Z] PASS [2021-02-18T09:05:23.806Z] coverage: 50.9% of statements [2021-02-18T09:05:23.806Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestReaderWithReadError [2021-02-18T09:05:23.806Z] time="2021-02-18T09:05:23Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestReader [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestReader (0.00s) [2021-02-18T09:05:23.806Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-02-18T09:05:23.806Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-02-18T09:05:23.806Z] PASS [2021-02-18T09:05:23.806Z] coverage: 100.0% of statements [2021-02-18T09:05:23.806Z] ok github.com/docker/docker/registry/resumable 0.214s coverage: 100.0% of statements [2021-02-18T09:05:24.032Z] --- PASS: TestIpcModeOlderClient (0.17s) [2021-02-18T09:05:24.032Z] === CONT TestDaemonRestartIpcMode [2021-02-18T09:05:24.265Z] === RUN TestResolveAuthConfigIndexServer [2021-02-18T09:05:24.265Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestResolveAuthConfigFullURL [2021-02-18T09:05:24.265Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestLoadAllowNondistributableArtifacts [2021-02-18T09:05:24.265Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestValidateMirror [2021-02-18T09:05:24.265Z] --- PASS: TestValidateMirror (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestLoadInsecureRegistries [2021-02-18T09:05:24.265Z] time="2021-02-18T09:05:23Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-18T09:05:24.265Z] time="2021-02-18T09:05:24Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-02-18T09:05:24.265Z] time="2021-02-18T09:05:24Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-18T09:05:24.265Z] --- PASS: TestLoadInsecureRegistries (0.11s) [2021-02-18T09:05:24.265Z] === RUN TestNewServiceConfig [2021-02-18T09:05:24.265Z] --- PASS: TestNewServiceConfig (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestValidateIndexName [2021-02-18T09:05:24.265Z] --- PASS: TestValidateIndexName (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestValidateIndexNameWithError [2021-02-18T09:05:24.265Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestEndpointParse [2021-02-18T09:05:24.265Z] --- PASS: TestEndpointParse (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestEndpointParseInvalid [2021-02-18T09:05:24.265Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestValidateEndpoint [2021-02-18T09:05:24.265Z] --- PASS: TestValidateEndpoint (0.01s) [2021-02-18T09:05:24.265Z] === RUN TestPing [2021-02-18T09:05:24.265Z] --- PASS: TestPing (0.00s) [2021-02-18T09:05:24.265Z] === RUN TestPingRegistryEndpoint [2021-02-18T09:05:24.265Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-02-18T09:05:24.265Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:24.265Z] === RUN TestEndpoint [2021-02-18T09:05:24.265Z] --- SKIP: TestEndpoint (0.00s) [2021-02-18T09:05:24.265Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:24.265Z] === RUN TestParseRepositoryInfo [2021-02-18T09:05:24.266Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-02-18T09:05:24.266Z] === RUN TestNewIndexInfo [2021-02-18T09:05:24.266Z] --- PASS: TestNewIndexInfo (0.00s) [2021-02-18T09:05:24.266Z] === RUN TestMirrorEndpointLookup [2021-02-18T09:05:24.266Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-02-18T09:05:24.266Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:24.266Z] === RUN TestSearchRepositories [2021-02-18T09:05:24.266Z] --- PASS: TestSearchRepositories (0.00s) [2021-02-18T09:05:24.266Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-02-18T09:05:24.266Z] Host: 127.0.0.1:49241 [2021-02-18T09:05:24.266Z] User-Agent: docker test client [2021-02-18T09:05:24.266Z] Authorization: Token fake-token [2021-02-18T09:05:24.266Z] X-Docker-Token: true [2021-02-18T09:05:24.266Z] Accept-Encoding: gzip [2021-02-18T09:05:24.266Z] [2021-02-18T09:05:24.266Z] [2021-02-18T09:05:24.266Z] registry_test.go:730: HTTP/1.1 200 OK [2021-02-18T09:05:24.266Z] Connection: close [2021-02-18T09:05:24.266Z] Content-Length: 144 [2021-02-18T09:05:24.266Z] Cache-Control: no-cache [2021-02-18T09:05:24.266Z] Content-Type: application/json [2021-02-18T09:05:24.266Z] Date: Thu, 18 Feb 2021 09:05:24 GMT [2021-02-18T09:05:24.266Z] Expires: -1 [2021-02-18T09:05:24.266Z] Pragma: no-cache [2021-02-18T09:05:24.266Z] Server: docker-tests/mock [2021-02-18T09:05:24.266Z] X-Docker-Registry-Config: mock [2021-02-18T09:05:24.266Z] X-Docker-Registry-Version: 0.0.0 [2021-02-18T09:05:24.266Z] [2021-02-18T09:05:24.266Z] [2021-02-18T09:05:24.266Z] === RUN TestTrustedLocation [2021-02-18T09:05:24.266Z] --- PASS: TestTrustedLocation (0.00s) [2021-02-18T09:05:24.266Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-02-18T09:05:24.266Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-02-18T09:05:24.266Z] === RUN TestAllowNondistributableArtifacts [2021-02-18T09:05:24.266Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-02-18T09:05:24.266Z] === RUN TestIsSecureIndex [2021-02-18T09:05:24.266Z] --- PASS: TestIsSecureIndex (0.00s) [2021-02-18T09:05:24.266Z] PASS [2021-02-18T09:05:24.266Z] coverage: 50.3% of statements [2021-02-18T09:05:24.266Z] ok github.com/docker/docker/registry 0.272s coverage: 50.3% of statements [2021-02-18T09:05:24.725Z] === RUN TestDecodeContainerConfig [2021-02-18T09:05:24.725Z] --- PASS: TestDecodeContainerConfig (0.01s) [2021-02-18T09:05:24.725Z] === RUN TestDecodeContainerConfigIsolation [2021-02-18T09:05:24.725Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-02-18T09:05:24.725Z] === RUN TestValidatePrivileged [2021-02-18T09:05:24.725Z] --- PASS: TestValidatePrivileged (0.00s) [2021-02-18T09:05:24.725Z] PASS [2021-02-18T09:05:24.725Z] coverage: 52.2% of statements [2021-02-18T09:05:24.725Z] ok github.com/docker/docker/runconfig 0.236s coverage: 52.2% of statements [2021-02-18T09:05:25.185Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-02-18T09:05:25.185Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-02-18T09:05:25.185Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-02-18T09:05:25.185Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-02-18T09:05:25.185Z] PASS [2021-02-18T09:05:25.185Z] coverage: 62.5% of statements [2021-02-18T09:05:25.185Z] ok github.com/docker/docker/testutil 0.092s coverage: 62.5% of statements [2021-02-18T09:05:27.365Z] === RUN TestGetDriver [2021-02-18T09:05:27.365Z] --- PASS: TestGetDriver (0.00s) [2021-02-18T09:05:27.365Z] === RUN TestVolumeRequestError [2021-02-18T09:05:27.365Z] --- PASS: TestVolumeRequestError (0.01s) [2021-02-18T09:05:27.365Z] PASS [2021-02-18T09:05:27.365Z] coverage: 36.1% of statements [2021-02-18T09:05:27.365Z] ok github.com/docker/docker/volume/drivers 0.099s coverage: 36.1% of statements [2021-02-18T09:05:27.590Z] --- PASS: TestContainerStartOnDaemonRestart (3.40s) [2021-02-18T09:05:27.590Z] === CONT TestDaemonHostGatewayIP [2021-02-18T09:05:27.590Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.55s) [2021-02-18T09:05:27.824Z] === RUN TestGetAddress [2021-02-18T09:05:27.824Z] --- PASS: TestGetAddress (0.00s) [2021-02-18T09:05:27.824Z] === RUN TestRemove [2021-02-18T09:05:27.824Z] --- SKIP: TestRemove (0.00s) [2021-02-18T09:05:27.824Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-18T09:05:27.824Z] === RUN TestInitializeWithVolumes [2021-02-18T09:05:27.824Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-02-18T09:05:27.824Z] === RUN TestCreate [2021-02-18T09:05:27.824Z] --- PASS: TestCreate (0.01s) [2021-02-18T09:05:27.824Z] === RUN TestValidateName [2021-02-18T09:05:27.824Z] --- PASS: TestValidateName (0.00s) [2021-02-18T09:05:27.824Z] === RUN TestCreateWithOpts [2021-02-18T09:05:27.824Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-02-18T09:05:27.824Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-18T09:05:27.824Z] === RUN TestRelaodNoOpts [2021-02-18T09:05:27.824Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-02-18T09:05:27.824Z] PASS [2021-02-18T09:05:27.824Z] coverage: 41.5% of statements [2021-02-18T09:05:27.824Z] ok github.com/docker/docker/volume/local 0.099s coverage: 41.5% of statements [2021-02-18T09:05:27.824Z] === RUN TestConvertTmpfsOptions [2021-02-18T09:05:27.824Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-02-18T09:05:27.824Z] parser_test.go:49: data="mode=700,size=1m" [2021-02-18T09:05:27.824Z] parser_test.go:49: data="ro" [2021-02-18T09:05:27.824Z] === RUN TestParseMountRaw [2021-02-18T09:05:27.824Z] --- PASS: TestParseMountRaw (0.02s) [2021-02-18T09:05:27.824Z] === RUN TestParseMountRawSplit [2021-02-18T09:05:27.824Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-02-18T09:05:27.824Z] parser_test.go:390: case 0 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 1 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 2 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 3 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 4 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 5 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 6 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 7 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 8 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 0 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 1 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 2 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 3 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 4 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 5 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 6 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 7 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 8 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 9 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 10 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 11 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 12 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 0 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 1 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 2 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 3 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 4 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 5 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 6 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 7 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 8 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 9 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 10 [2021-02-18T09:05:27.824Z] parser_test.go:390: case 11 [2021-02-18T09:05:27.824Z] === RUN TestParseMountSpec [2021-02-18T09:05:27.824Z] --- PASS: TestParseMountSpec (0.00s) [2021-02-18T09:05:27.824Z] parser_test.go:455: case 0 [2021-02-18T09:05:27.824Z] parser_test.go:455: case 1 [2021-02-18T09:05:27.824Z] parser_test.go:455: case 2 [2021-02-18T09:05:27.824Z] parser_test.go:455: case 3 [2021-02-18T09:05:27.824Z] parser_test.go:455: case 4 [2021-02-18T09:05:27.824Z] parser_test.go:455: case 5 [2021-02-18T09:05:27.824Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-02-18T09:05:27.824Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-02-18T09:05:27.824Z] === RUN TestValidateMount [2021-02-18T09:05:27.824Z] --- PASS: TestValidateMount (0.00s) [2021-02-18T09:05:27.824Z] PASS [2021-02-18T09:05:27.824Z] coverage: 66.2% of statements [2021-02-18T09:05:27.824Z] ok github.com/docker/docker/volume/mounts 0.069s coverage: 66.2% of statements [2021-02-18T09:05:28.232Z] --- PASS: TestDaemonRestartIpcMode (4.21s) [2021-02-18T09:05:29.367Z] === RUN TestSetGetMeta [2021-02-18T09:05:29.367Z] === PAUSE TestSetGetMeta [2021-02-18T09:05:29.367Z] === RUN TestRestore [2021-02-18T09:05:29.367Z] === PAUSE TestRestore [2021-02-18T09:05:29.367Z] === RUN TestServiceCreate [2021-02-18T09:05:29.367Z] === PAUSE TestServiceCreate [2021-02-18T09:05:29.367Z] === RUN TestServiceList [2021-02-18T09:05:29.367Z] === PAUSE TestServiceList [2021-02-18T09:05:29.367Z] === RUN TestServiceRemove [2021-02-18T09:05:29.367Z] === PAUSE TestServiceRemove [2021-02-18T09:05:29.367Z] === RUN TestServiceGet [2021-02-18T09:05:29.367Z] === PAUSE TestServiceGet [2021-02-18T09:05:29.367Z] === RUN TestServicePrune [2021-02-18T09:05:29.367Z] === PAUSE TestServicePrune [2021-02-18T09:05:29.367Z] === RUN TestCreate [2021-02-18T09:05:29.367Z] === PAUSE TestCreate [2021-02-18T09:05:29.367Z] === RUN TestRemove [2021-02-18T09:05:29.367Z] === PAUSE TestRemove [2021-02-18T09:05:29.367Z] === RUN TestList [2021-02-18T09:05:29.367Z] === PAUSE TestList [2021-02-18T09:05:29.367Z] === RUN TestFindByDriver [2021-02-18T09:05:29.367Z] === PAUSE TestFindByDriver [2021-02-18T09:05:29.367Z] === RUN TestFindByReferenced [2021-02-18T09:05:29.367Z] === PAUSE TestFindByReferenced [2021-02-18T09:05:29.367Z] === RUN TestDerefMultipleOfSameRef [2021-02-18T09:05:29.367Z] === PAUSE TestDerefMultipleOfSameRef [2021-02-18T09:05:29.367Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T09:05:29.367Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T09:05:29.367Z] === RUN TestDefererencePluginOnCreateError [2021-02-18T09:05:29.367Z] === PAUSE TestDefererencePluginOnCreateError [2021-02-18T09:05:29.367Z] === RUN TestRefDerefRemove [2021-02-18T09:05:29.367Z] === PAUSE TestRefDerefRemove [2021-02-18T09:05:29.367Z] === RUN TestGet [2021-02-18T09:05:29.367Z] === PAUSE TestGet [2021-02-18T09:05:29.367Z] === RUN TestGetWithReference [2021-02-18T09:05:29.367Z] === PAUSE TestGetWithReference [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc/test_nil_list [2021-02-18T09:05:29.367Z] === PAUSE TestFilterFunc/test_nil_list [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc/test_empty_list [2021-02-18T09:05:29.367Z] === PAUSE TestFilterFunc/test_empty_list [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T09:05:29.367Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T09:05:29.367Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc/test_filter_some [2021-02-18T09:05:29.367Z] === PAUSE TestFilterFunc/test_filter_some [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc/test_filter_middle [2021-02-18T09:05:29.367Z] === PAUSE TestFilterFunc/test_filter_middle [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-02-18T09:05:29.367Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-02-18T09:05:29.367Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-02-18T09:05:29.367Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-02-18T09:05:29.367Z] === CONT TestFilterFunc/test_nil_list [2021-02-18T09:05:29.367Z] === CONT TestFilterFunc/test_filter_some [2021-02-18T09:05:29.367Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T09:05:29.367Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T09:05:29.367Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-02-18T09:05:29.368Z] === CONT TestFilterFunc/test_empty_list [2021-02-18T09:05:29.368Z] === CONT TestFilterFunc/test_filter_middle [2021-02-18T09:05:29.368Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc (0.00s) [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-02-18T09:05:29.368Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-02-18T09:05:29.368Z] === CONT TestSetGetMeta [2021-02-18T09:05:29.368Z] === CONT TestRefDerefRemove [2021-02-18T09:05:29.368Z] === CONT TestFindByDriver [2021-02-18T09:05:29.368Z] === CONT TestServiceGet [2021-02-18T09:05:29.368Z] --- PASS: TestSetGetMeta (0.02s) [2021-02-18T09:05:29.368Z] === CONT TestList [2021-02-18T09:05:29.368Z] --- PASS: TestRefDerefRemove (0.02s) [2021-02-18T09:05:29.368Z] === CONT TestRemove [2021-02-18T09:05:29.368Z] --- PASS: TestFindByDriver (0.03s) [2021-02-18T09:05:29.368Z] === CONT TestCreate [2021-02-18T09:05:29.368Z] --- PASS: TestList (0.02s) [2021-02-18T09:05:29.368Z] === CONT TestServicePrune [2021-02-18T09:05:29.368Z] --- PASS: TestRemove (0.02s) [2021-02-18T09:05:29.368Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T09:05:29.368Z] --- PASS: TestCreate (0.02s) [2021-02-18T09:05:29.368Z] === CONT TestDefererencePluginOnCreateError [2021-02-18T09:05:29.368Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-02-18T09:05:29.368Z] === CONT TestServiceList [2021-02-18T09:05:29.368Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-02-18T09:05:29.368Z] === CONT TestServiceRemove [2021-02-18T09:05:29.368Z] --- PASS: TestServiceGet (0.12s) [2021-02-18T09:05:29.368Z] === CONT TestServiceCreate [2021-02-18T09:05:29.368Z] time="2021-02-18T09:05:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T09:05:29.368Z] --- PASS: TestServiceRemove (0.06s) [2021-02-18T09:05:29.368Z] === CONT TestDerefMultipleOfSameRef [2021-02-18T09:05:29.368Z] --- PASS: TestServiceList (0.08s) [2021-02-18T09:05:29.368Z] === CONT TestFindByReferenced [2021-02-18T09:05:29.368Z] time="2021-02-18T09:05:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T09:05:29.368Z] time="2021-02-18T09:05:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T09:05:29.368Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-02-18T09:05:29.368Z] === CONT TestRestore [2021-02-18T09:05:29.368Z] --- PASS: TestServiceCreate (0.03s) [2021-02-18T09:05:29.368Z] === CONT TestGetWithReference [2021-02-18T09:05:29.368Z] --- PASS: TestFindByReferenced (0.02s) [2021-02-18T09:05:29.368Z] === CONT TestGet [2021-02-18T09:05:29.368Z] time="2021-02-18T09:05:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-02-18T09:05:29.368Z] time="2021-02-18T09:05:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T09:05:29.368Z] --- PASS: TestServicePrune (0.13s) [2021-02-18T09:05:29.368Z] --- PASS: TestGet (0.02s) [2021-02-18T09:05:29.368Z] --- PASS: TestGetWithReference (0.02s) [2021-02-18T09:05:29.368Z] --- PASS: TestRestore (0.02s) [2021-02-18T09:05:29.368Z] PASS [2021-02-18T09:05:29.368Z] coverage: 70.3% of statements [2021-02-18T09:05:29.368Z] ok github.com/docker/docker/volume/service 0.257s coverage: 70.3% of statements [2021-02-18T09:05:29.760Z] --- PASS: TestDaemonHostGatewayIP (2.77s) [2021-02-18T09:05:30.179Z] --- PASS: TestDockerNetworkConnectAlias (6.38s) [2021-02-18T09:05:30.179Z] === RUN TestDockerNetworkReConnect [2021-02-18T09:05:31.553Z] --- PASS: TestNewClientWithTimeout (17.72s) [2021-02-18T09:05:31.553Z] === RUN TestClientStream [2021-02-18T09:05:31.553Z] --- PASS: TestClientStream (0.00s) [2021-02-18T09:05:31.553Z] === RUN TestClientSendFile [2021-02-18T09:05:31.553Z] --- PASS: TestClientSendFile (0.00s) [2021-02-18T09:05:31.553Z] === RUN TestClientWithRequestTimeout [2021-02-18T09:05:31.553Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-02-18T09:05:31.553Z] === RUN TestFileSpecPlugin [2021-02-18T09:05:31.553Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-02-18T09:05:31.553Z] === RUN TestFileJSONSpecPlugin [2021-02-18T09:05:31.553Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-02-18T09:05:31.553Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-02-18T09:05:31.553Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-02-18T09:05:31.553Z] === RUN TestPluginAddHandler [2021-02-18T09:05:31.553Z] --- PASS: TestPluginAddHandler (0.00s) [2021-02-18T09:05:31.553Z] === RUN TestPluginWaitBadPlugin [2021-02-18T09:05:31.553Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-02-18T09:05:31.553Z] === RUN TestGet [2021-02-18T09:05:31.553Z] time="2021-02-18T09:05:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-02-18T09:05:33.095Z] time="2021-02-18T09:05:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-02-18T09:05:34.382Z] --- PASS: TestDockerNetworkReConnect (4.98s) [2021-02-18T09:05:34.382Z] === RUN TestServicePlugin [2021-02-18T09:05:34.382Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-18T09:05:34.382Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:05:34.382Z] === RUN TestServiceUpdateLabel [2021-02-18T09:05:34.636Z] time="2021-02-18T09:05:34Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-02-18T09:05:36.660Z] --- PASS: TestContainerKillOnDaemonStart (12.73s) [2021-02-18T09:05:36.660Z] PASS [2021-02-18T09:05:36.660Z] [2021-02-18T09:05:36.660Z] === Skipped [2021-02-18T09:05:36.660Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-02-18T09:05:36.660Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:05:36.660Z] [2021-02-18T09:05:36.660Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T09:05:36.660Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T09:05:36.660Z] [2021-02-18T09:05:36.660Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T09:05:36.660Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T09:05:36.660Z] [2021-02-18T09:05:36.660Z] [2021-02-18T09:05:36.660Z] DONE 196 tests, 3 skipped in 109.893s [2021-02-18T09:05:36.660Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T09:05:36.660Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:05:36.660Z] ++ set -e [2021-02-18T09:05:36.660Z] ++ '[' -n 0 ']' [2021-02-18T09:05:36.660Z] ++ set -x [2021-02-18T09:05:36.660Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:05:36.660Z] INFO: Testing against a local daemon [2021-02-18T09:05:36.660Z] === RUN TestCommitInheritsEnv [2021-02-18T09:05:36.952Z] --- PASS: TestCommitInheritsEnv (0.33s) [2021-02-18T09:05:36.952Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T09:05:36.952Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-18T09:05:36.952Z] === RUN TestImagesFilterMultiReference [2021-02-18T09:05:36.952Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-02-18T09:05:36.952Z] === RUN TestImagePullPlatformInvalid [2021-02-18T09:05:36.952Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-18T09:05:36.952Z] === RUN TestRemoveImageOrphaning [2021-02-18T09:05:37.246Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2021-02-18T09:05:37.246Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T09:05:37.246Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-18T09:05:37.246Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:05:37.246Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T09:05:37.246Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-02-18T09:05:37.246Z] === RUN TestTagInvalidReference [2021-02-18T09:05:37.246Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-18T09:05:37.246Z] === RUN TestTagValidPrefixedRepo [2021-02-18T09:05:37.540Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-02-18T09:05:37.540Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T09:05:37.540Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-18T09:05:37.540Z] === RUN TestTagOfficialNames [2021-02-18T09:05:37.540Z] --- PASS: TestTagOfficialNames (0.04s) [2021-02-18T09:05:37.540Z] === RUN TestTagMatchesDigest [2021-02-18T09:05:37.540Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-18T09:05:37.540Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-18T09:05:37.680Z] --- PASS: TestServiceUpdateLabel (3.19s) [2021-02-18T09:05:37.680Z] === RUN TestServiceUpdateSecrets [2021-02-18T09:05:39.339Z] time="2021-02-18T09:05:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-02-18T09:05:39.792Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-18T09:05:40.000Z] --- PASS: TestInfoAPIWarnings (16.28s) [2021-02-18T09:05:40.000Z] === RUN TestInfoDebug [2021-02-18T09:05:40.000Z] --- PASS: TestInfoDebug (0.52s) [2021-02-18T09:05:40.000Z] === RUN TestInfoInsecureRegistries [2021-02-18T09:05:40.000Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-18T09:05:40.000Z] === RUN TestInfoRegistryMirrors [2021-02-18T09:05:40.000Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-18T09:05:40.000Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T09:05:40.000Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2021-02-18T09:05:40.000Z] === RUN TestPingCacheHeaders [2021-02-18T09:05:40.000Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-18T09:05:40.000Z] === RUN TestPingGet [2021-02-18T09:05:40.000Z] --- PASS: TestPingGet (0.01s) [2021-02-18T09:05:40.000Z] === RUN TestPingHead [2021-02-18T09:05:40.000Z] --- PASS: TestPingHead (0.02s) [2021-02-18T09:05:40.000Z] === RUN TestVersion [2021-02-18T09:05:40.000Z] --- PASS: TestVersion (0.02s) [2021-02-18T09:05:40.000Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:05:41.375Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.27s) [2021-02-18T09:05:41.375Z] PASS [2021-02-18T09:05:41.375Z] [2021-02-18T09:05:41.375Z] DONE 18 tests in 22.215s [2021-02-18T09:05:41.375Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T09:05:41.375Z] INFO: Testing against a local daemon [2021-02-18T09:05:41.375Z] === RUN TestVolumesCreateAndList [2021-02-18T09:05:41.375Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-18T09:05:41.375Z] === RUN TestVolumesRemove [2021-02-18T09:05:41.375Z] --- PASS: TestVolumesRemove (0.07s) [2021-02-18T09:05:41.375Z] === RUN TestVolumesInspect [2021-02-18T09:05:41.375Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-18T09:05:41.375Z] === RUN TestVolumesInvalidJSON [2021-02-18T09:05:41.375Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T09:05:41.375Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T09:05:41.633Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T09:05:41.633Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-18T09:05:41.633Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T09:05:41.633Z] PASS [2021-02-18T09:05:41.633Z] [2021-02-18T09:05:41.633Z] DONE 5 tests in 0.154s [2021-02-18T09:05:41.633Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:05:42.326Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-18T09:05:43.007Z] Stopping apparmor (via systemctl): apparmor.service. [2021-02-18T09:05:43.007Z] Removing test suite binaries [2021-02-18T09:05:43.265Z] exiting test-integration [2021-02-18T09:05:43.265Z] ++ exit 0 [2021-02-18T09:05:43.265Z] [2021-02-18T09:05:45.615Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-02-18T09:05:45.615Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit Post stage [Pipeline] junit [2021-02-18T09:05:46.565Z] Recording test results [2021-02-18T09:05:47.929Z] --- PASS: TestGet (15.03s) [2021-02-18T09:05:47.929Z] === RUN TestPluginWithNoManifest [2021-02-18T09:05:47.929Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-02-18T09:05:47.929Z] === RUN TestGetAll [2021-02-18T09:05:47.929Z] --- PASS: TestGetAll (0.00s) [2021-02-18T09:05:47.929Z] PASS [2021-02-18T09:05:47.929Z] coverage: 73.4% of statements [2021-02-18T09:05:47.929Z] ok github.com/docker/docker/pkg/plugins 35.143s coverage: 73.4% of statements [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/quota [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T09:05:47.929Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === Skipped [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-02-18T09:05:47.929Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-02-18T09:05:47.929Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-02-18T09:05:47.929Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-02-18T09:05:47.929Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-02-18T09:05:47.929Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-02-18T09:05:47.929Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-02-18T09:05:47.929Z] daemon_test.go:147: root required [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-18T09:05:47.929Z] reload_test.go:520: root required [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-02-18T09:05:47.929Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-18T09:05:47.929Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-02-18T09:05:47.929Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-02-18T09:05:47.929Z] download_test.go:268: Needs fixing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-02-18T09:05:47.929Z] layer_test.go:304: Failing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-02-18T09:05:47.929Z] layer_test.go:353: Failing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-02-18T09:05:47.929Z] layer_test.go:468: Failing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-02-18T09:05:47.929Z] layer_test.go:697: Failing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-02-18T09:05:47.929Z] migration_test.go:46: Failing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-02-18T09:05:47.929Z] migration_test.go:182: Failing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:47.929Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-02-18T09:05:47.929Z] mount_test.go:17: Failing on Windows [2021-02-18T09:05:47.929Z] [2021-02-18T09:05:48.137Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-02-18T09:05:48.388Z] mount_test.go:76: Failing on Windows [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-02-18T09:05:48.388Z] mount_test.go:125: Failing on Windows [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-02-18T09:05:48.388Z] mount_test.go:212: Failing on Windows [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:133: Xz not present in msys2 [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:238: Failing on Windows CI machines [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-02-18T09:05:48.388Z] archive_windows_test.go:16: Currently fails [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-02-18T09:05:48.388Z] changes_test.go:192: needs more investigation [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-02-18T09:05:48.388Z] changes_test.go:405: needs further investigation [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-02-18T09:05:48.388Z] changes_test.go:441: needs further investigation [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-02-18T09:05:48.388Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-02-18T09:05:48.388Z] poller_test.go:41: No chmod on Windows [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-18T09:05:48.388Z] fileutils_test.go:134: Needs porting to Windows [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-18T09:05:48.388Z] fileutils_test.go:180: Needs porting to Windows [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-02-18T09:05:48.388Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-02-18T09:05:48.388Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-02-18T09:05:48.388Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-02-18T09:05:48.388Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-02-18T09:05:48.388Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] [2021-02-18T09:05:48.388Z] DONE 1794 tests, 45 skipped in 199.858s [2021-02-18T09:05:48.388Z] INFO: make.ps1 ended at 02/18/2021 09:05:47 [2021-02-18T09:05:48.528Z] + echo Ensuring container killed. [2021-02-18T09:05:48.528Z] Ensuring container killed. [2021-02-18T09:05:48.528Z] + docker rm -vf docker-pr4 [2021-02-18T09:05:48.528Z] Error: No such container: docker-pr4 [Pipeline] sh [2021-02-18T09:05:48.825Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:05:48.825Z] Chowning /workspace to jenkins user [2021-02-18T09:05:48.825Z] + id -u [2021-02-18T09:05:48.825Z] + id -g [2021-02-18T09:05:48.825Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41973:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T09:05:48.825Z] Unable to find image 'busybox:latest' locally [2021-02-18T09:05:49.086Z] latest: Pulling from library/busybox [2021-02-18T09:05:49.086Z] 4c892f00285e: Pulling fs layer [2021-02-18T09:05:49.928Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-02-18T09:05:49.928Z] INFO: Unit tests ended at 02/18/2021 09:05:49. Duration:00:03:34.5226415 [2021-02-18T09:05:49.928Z] INFO: Building busybox [2021-02-18T09:05:49.928Z] Sending build context to Docker daemon 5.12kB [2021-02-18T09:05:49.928Z] [2021-02-18T09:05:49.928Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-02-18T09:05:49.928Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-02-18T09:05:49.928Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-02-18T09:05:49.928Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-02-18T09:05:49.928Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-02-18T09:05:49.928Z] ---> 31902e4b25a6 [2021-02-18T09:05:49.928Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-02-18T09:05:49.928Z] ---> Running in bc96fe4856e8 [2021-02-18T09:05:52.186Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-18T09:05:52.186Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-18T09:05:52.578Z] --- PASS: TestServiceUpdateSecrets (14.76s) [2021-02-18T09:05:52.578Z] === RUN TestServiceUpdateConfigs [2021-02-18T09:05:52.756Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-18T09:05:53.323Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-18T09:05:53.666Z] Removing intermediate container bc96fe4856e8 [2021-02-18T09:05:53.666Z] ---> f9183183e6d1 [2021-02-18T09:05:53.666Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-02-18T09:05:53.666Z] ---> Running in 571468f1f2aa [2021-02-18T09:05:54.126Z] Removing intermediate container 571468f1f2aa [2021-02-18T09:05:54.126Z] ---> 6bcbe0844040 [2021-02-18T09:05:54.126Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-02-18T09:05:54.126Z] ---> Running in 27c41d6e4c8b [2021-02-18T09:05:54.348Z] 4c892f00285e: Download complete [2021-02-18T09:05:54.348Z] 4c892f00285e: Pull complete [2021-02-18T09:05:54.348Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T09:05:54.348Z] Status: Downloaded newer image for busybox:latest [2021-02-18T09:05:54.586Z] Removing intermediate container 27c41d6e4c8b [2021-02-18T09:05:54.586Z] ---> f0946b0d21ea [2021-02-18T09:05:54.586Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-02-18T09:05:54.702Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-18T09:05:54.702Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-18T09:05:55.269Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-18T09:05:56.127Z] [2021-02-18T09:05:56.587Z] ---> be2dfd3c6d3b [2021-02-18T09:05:56.587Z] 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-18T09:05:56.587Z] ---> Running in 947c28a2d5a0 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:05:57.183Z] + bundleName=amd64-cgroup2 [2021-02-18T09:05:57.183Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-02-18T09:05:57.183Z] Creating amd64-cgroup2-bundles.tar.gz [2021-02-18T09:05:57.183Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-02-18T09:05:57.183Z] + 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-18T09:05:57.453Z] Archiving artifacts [2021-02-18T09:05:59.551Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41973/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T09:05:59.861Z] + make clean [2021-02-18T09:06:00.120Z] docker volume rm -f docker-dev-cache [2021-02-18T09:06:00.120Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T09:06:05.253Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-18T09:06:05.332Z] Removing intermediate container 947c28a2d5a0 [2021-02-18T09:06:05.332Z] ---> a322406ee3e1 [2021-02-18T09:06:05.332Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-02-18T09:06:05.332Z] ---> Running in f07eab3e7a0a [2021-02-18T09:06:05.820Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-18T09:06:06.304Z] [2021-02-18T09:06:06.304Z] SUCCESS: Specified value was saved. [2021-02-18T09:06:06.757Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-18T09:06:06.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-02-18T09:06:07.324Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-18T09:06:07.476Z] --- PASS: TestServiceUpdateConfigs (15.37s) [2021-02-18T09:06:07.476Z] === RUN TestServiceUpdateNetwork [2021-02-18T09:06:07.894Z] === RUN TestDockerSuite/TestBuildFails [2021-02-18T09:06:07.894Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-02-18T09:06:08.487Z] Removing intermediate container f07eab3e7a0a [2021-02-18T09:06:08.487Z] ---> 5ad902bc0a1e [2021-02-18T09:06:08.487Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-02-18T09:06:08.487Z] ---> Running in 537b6ec85ff8 [2021-02-18T09:06:08.831Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-18T09:06:08.831Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-18T09:06:12.120Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-18T09:06:12.240Z] Cannot create a file when that file already exists. [2021-02-18T09:06:13.498Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-18T09:06:15.405Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-18T09:06:16.912Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-18T09:06:16.933Z] Removing intermediate container 537b6ec85ff8 [2021-02-18T09:06:16.933Z] ---> e35b5c978e07 [2021-02-18T09:06:16.933Z] Step 13/13 : CMD ["sh"] [2021-02-18T09:06:16.933Z] ---> Running in 915cad7a6554 [2021-02-18T09:06:16.933Z] Removing intermediate container 915cad7a6554 [2021-02-18T09:06:16.933Z] ---> 982be82f0606 [2021-02-18T09:06:16.933Z] Successfully built 982be82f0606 [2021-02-18T09:06:16.933Z] Successfully tagged busybox:latest [2021-02-18T09:06:16.933Z] INFO: Docker images of the daemon under test [2021-02-18T09:06:16.933Z] [2021-02-18T09:06:16.933Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-18T09:06:16.933Z] busybox latest 982be82f0606 Less than a second ago 5.28GB [2021-02-18T09:06:16.933Z] microsoft/windowsservercore latest 31902e4b25a6 12 days ago 5.21GB [2021-02-18T09:06:16.933Z] mcr.microsoft.com/windows/servercore ltsc2019 31902e4b25a6 12 days ago 5.21GB [2021-02-18T09:06:16.933Z] [2021-02-18T09:06:16.933Z] INFO: Running integration tests at 02/18/2021 09:06:16... [2021-02-18T09:06:16.933Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-02-18T09:06:16.933Z] INFO: Integration API tests being run from the host: [2021-02-18T09:06:16.933Z] INFO: make.ps1 starting at 02/18/2021 09:06:16 [2021-02-18T09:06:17.186Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-18T09:06:17.393Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-02-18T09:06:18.132Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-18T09:06:20.040Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-18T09:06:20.609Z] --- PASS: TestImportExtremelyLargeImageWorks (192.37s) [2021-02-18T09:06:20.609Z] PASS [2021-02-18T09:06:20.609Z] [2021-02-18T09:06:20.609Z] DONE 12 tests in 196.631s [2021-02-18T09:06:20.609Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T09:06:20.609Z] ++ 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-18T09:06:20.609Z] ++ set -e [2021-02-18T09:06:20.609Z] ++ '[' -n 0 ']' [2021-02-18T09:06:20.609Z] ++ set -x [2021-02-18T09:06:20.609Z] ++ env -i DEST=/go/src/github.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-18T09:06:20.609Z] INFO: Testing against a local daemon [2021-02-18T09:06:20.609Z] === RUN TestNetworkCreateDelete [2021-02-18T09:06:20.868Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-18T09:06:20.868Z] --- PASS: TestNetworkCreateDelete (0.18s) [2021-02-18T09:06:20.868Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T09:06:21.127Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-18T09:06:21.387Z] --- PASS: TestDockerNetworkDeletePreferID (0.54s) [2021-02-18T09:06:21.387Z] === RUN TestDaemonDNSFallback [2021-02-18T09:06:22.376Z] --- PASS: TestServiceUpdateNetwork (14.80s) [2021-02-18T09:06:22.376Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T09:06:22.764Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-18T09:06:24.142Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-18T09:06:24.286Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T09:06:24.856Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T09:06:25.519Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T09:06:25.937Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2021-02-18T09:06:25.937Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T09:06:25.937Z] ok github.com/docker/docker/api/server/router/swarm 0.009s coverage: 5.7% of statements [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T09:06:25.937Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2021-02-18T09:06:25.937Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T09:06:25.937Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-02-18T09:06:25.937Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 75.0% of statements [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T09:06:25.937Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T09:06:28.054Z] --- PASS: TestDaemonDNSFallback (6.74s) [2021-02-18T09:06:28.054Z] === RUN TestInspectNetwork [2021-02-18T09:06:28.451Z] ok github.com/docker/docker/builder/remotecontext 0.093s coverage: 13.7% of statements [2021-02-18T09:06:28.451Z] ok github.com/docker/docker/builder/dockerfile 0.196s coverage: 48.3% of statements [2021-02-18T09:06:28.451Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T09:06:28.623Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-18T09:06:28.882Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-18T09:06:29.379Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-02-18T09:06:29.824Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-18T09:06:30.744Z] ok github.com/docker/docker/builder/remotecontext/git 1.726s coverage: 86.3% of statements [2021-02-18T09:06:30.744Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T09:06:30.744Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T09:06:30.762Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-18T09:06:31.021Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-18T09:06:31.281Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-18T09:06:31.849Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T09:06:31.849Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T09:06:31.849Z] === RUN TestInspectNetwork/network_name [2021-02-18T09:06:31.849Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T09:06:32.108Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-18T09:06:32.367Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-18T09:06:32.627Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-18T09:06:32.984Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T09:06:33.194Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-18T09:06:33.261Z] ok github.com/docker/docker/client 0.135s coverage: 75.4% of statements [2021-02-18T09:06:33.454Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-18T09:06:33.712Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-18T09:06:34.648Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-18T09:06:36.554Z] --- PASS: TestInspectNetwork (8.03s) [2021-02-18T09:06:36.554Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T09:06:36.554Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T09:06:36.554Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T09:06:36.554Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T09:06:36.554Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T09:06:37.491Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-18T09:06:38.430Z] --- PASS: TestRunContainerWithBridgeNone (2.17s) [2021-02-18T09:06:38.430Z] === RUN TestNetworkInvalidJSON [2021-02-18T09:06:38.430Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T09:06:38.430Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T09:06:38.430Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:06:38.430Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:06:38.430Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:06:38.430Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:06:38.430Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T09:06:38.430Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:06:38.430Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:06:38.430Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-18T09:06:38.430Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T09:06:38.430Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T09:06:38.430Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-02-18T09:06:38.430Z] === RUN TestNetworkList [2021-02-18T09:06:38.430Z] === RUN TestNetworkList//networks [2021-02-18T09:06:38.430Z] === PAUSE TestNetworkList//networks [2021-02-18T09:06:38.430Z] === RUN TestNetworkList//networks/ [2021-02-18T09:06:38.430Z] === PAUSE TestNetworkList//networks/ [2021-02-18T09:06:38.430Z] === CONT TestNetworkList//networks [2021-02-18T09:06:38.430Z] === CONT TestNetworkList//networks/ [2021-02-18T09:06:38.430Z] --- PASS: TestNetworkList (0.02s) [2021-02-18T09:06:38.430Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T09:06:38.430Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T09:06:38.430Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T09:06:39.000Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2021-02-18T09:06:39.000Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T09:06:39.936Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-02-18T09:06:39.936Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T09:06:40.873Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2021-02-18T09:06:40.873Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T09:06:41.118Z] --- PASS: TestServiceUpdatePidsLimit (17.48s) [2021-02-18T09:06:41.118Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2021-02-18T09:06:41.118Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-02-18T09:06:41.118Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2021-02-18T09:06:41.118Z] PASS [2021-02-18T09:06:41.118Z] [2021-02-18T09:06:41.118Z] === Skipped [2021-02-18T09:06:41.118Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T09:06:41.118Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:06:41.118Z] [2021-02-18T09:06:41.118Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-02-18T09:06:41.118Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:06:41.118Z] [2021-02-18T09:06:41.118Z] [2021-02-18T09:06:41.118Z] DONE 27 tests, 2 skipped in 160.134s [2021-02-18T09:06:41.118Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T09:06:41.118Z] ++ 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-18T09:06:41.118Z] ++ set -e [2021-02-18T09:06:41.118Z] ++ '[' -n 0 ']' [2021-02-18T09:06:41.118Z] ++ set -x [2021-02-18T09:06:41.118Z] ++ env -i DEST=/go/src/github.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-18T09:06:41.118Z] INFO: Testing against a local daemon [2021-02-18T09:06:41.118Z] === RUN TestSessionCreate [2021-02-18T09:06:41.118Z] --- PASS: TestSessionCreate (0.05s) [2021-02-18T09:06:41.118Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T09:06:41.118Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-02-18T09:06:41.118Z] PASS [2021-02-18T09:06:41.118Z] [2021-02-18T09:06:41.118Z] DONE 2 tests in 0.235s [2021-02-18T09:06:41.118Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T09:06:41.118Z] ++ 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-18T09:06:41.118Z] ++ set -e [2021-02-18T09:06:41.118Z] ++ '[' -n 0 ']' [2021-02-18T09:06:41.118Z] ++ set -x [2021-02-18T09:06:41.118Z] ++ env -i DEST=/go/src/github.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-18T09:06:41.118Z] INFO: Testing against a local daemon [2021-02-18T09:06:41.118Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:06:41.118Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:06:41.118Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:06:41.118Z] === RUN TestEventsExecDie [2021-02-18T09:06:41.119Z] --- PASS: TestEventsExecDie (0.91s) [2021-02-18T09:06:41.119Z] === RUN TestEventsBackwardsCompatible [2021-02-18T09:06:41.378Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2021-02-18T09:06:41.378Z] === RUN TestInfoBinaryCommits [2021-02-18T09:06:41.378Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-02-18T09:06:41.378Z] === RUN TestInfoAPIVersioned [2021-02-18T09:06:41.378Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-02-18T09:06:41.378Z] === RUN TestInfoDiscoveryBackend [2021-02-18T09:06:41.809Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2021-02-18T09:06:41.809Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T09:06:41.951Z] --- PASS: TestInfoDiscoveryBackend (0.61s) [2021-02-18T09:06:41.951Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T09:06:42.378Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-18T09:06:42.553Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:06:42.553Z] INFO: Testing against a local daemon [2021-02-18T09:06:42.553Z] === RUN TestBuildWithSession [2021-02-18T09:06:42.553Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T09:06:42.553Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:06:42.553Z] === RUN TestBuildSquashParent [2021-02-18T09:06:42.553Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-02-18T09:06:42.553Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:06:42.553Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T09:06:42.553Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:06:42.553Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:06:42.553Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:06:42.553Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:06:42.553Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:06:42.553Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:06:42.553Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:06:42.553Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:06:42.553Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:06:42.553Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:06:42.553Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:06:42.553Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:06:42.553Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T09:06:42.553Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T09:06:42.553Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T09:06:42.554Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T09:06:42.891Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T09:06:42.891Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T09:06:43.315Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.35s) [2021-02-18T09:06:43.315Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T09:06:43.833Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2021-02-18T09:06:43.833Z] === RUN TestInfoAPI [2021-02-18T09:06:43.833Z] --- PASS: TestInfoAPI (0.05s) [2021-02-18T09:06:43.833Z] === RUN TestInfoAPIWarnings [2021-02-18T09:06:43.883Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-02-18T09:06:43.883Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T09:06:44.819Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-18T09:06:45.078Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-18T09:06:45.078Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-18T09:06:45.079Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-18T09:06:45.338Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-18T09:06:45.597Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-18T09:06:46.976Z] --- PASS: TestServiceWithPredefinedNetwork (2.99s) [2021-02-18T09:06:46.976Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T09:06:46.976Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:06:46.976Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:06:46.976Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T09:06:47.237Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-18T09:06:48.619Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-18T09:06:51.210Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T09:06:51.210Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T09:06:51.908Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-18T09:06:52.167Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-18T09:06:52.743Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-18T09:06:57.016Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T09:06:57.016Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.97s) [2021-02-18T09:06:57.016Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.16s) [2021-02-18T09:06:57.016Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.43s) [2021-02-18T09:06:57.016Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.30s) [2021-02-18T09:06:57.016Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.55s) [2021-02-18T09:06:57.016Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.40s) [2021-02-18T09:06:57.016Z] === RUN TestBuildMultiStageCopy [2021-02-18T09:06:57.016Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T09:06:58.015Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-02-18T09:07:01.936Z] --- PASS: TestInfoAPIWarnings (16.60s) [2021-02-18T09:07:01.936Z] === RUN TestInfoDebug [2021-02-18T09:07:01.936Z] --- PASS: TestInfoDebug (0.62s) [2021-02-18T09:07:01.936Z] === RUN TestInfoInsecureRegistries [2021-02-18T09:07:01.936Z] --- PASS: TestInfoInsecureRegistries (0.61s) [2021-02-18T09:07:01.936Z] === RUN TestInfoRegistryMirrors [2021-02-18T09:07:02.197Z] --- PASS: TestInfoRegistryMirrors (0.61s) [2021-02-18T09:07:02.197Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T09:07:02.208Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-18T09:07:02.457Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2021-02-18T09:07:02.457Z] === RUN TestPingCacheHeaders [2021-02-18T09:07:02.457Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-02-18T09:07:02.457Z] === RUN TestPingGet [2021-02-18T09:07:02.457Z] --- PASS: TestPingGet (0.03s) [2021-02-18T09:07:02.457Z] === RUN TestPingHead [2021-02-18T09:07:02.718Z] --- PASS: TestPingHead (0.05s) [2021-02-18T09:07:02.718Z] === RUN TestVersion [2021-02-18T09:07:02.718Z] --- PASS: TestVersion (0.05s) [2021-02-18T09:07:02.718Z] PASS [2021-02-18T09:07:02.718Z] [2021-02-18T09:07:02.718Z] === Skipped [2021-02-18T09:07:02.718Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:07:02.718Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:07:02.718Z] [2021-02-18T09:07:02.718Z] [2021-02-18T09:07:02.718Z] DONE 18 tests, 1 skipped in 22.511s [2021-02-18T09:07:02.718Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T09:07:02.718Z] ++ 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-18T09:07:02.718Z] ++ set -e [2021-02-18T09:07:02.718Z] ++ '[' -n 0 ']' [2021-02-18T09:07:02.718Z] ++ set -x [2021-02-18T09:07:02.718Z] ++ env -i DEST=/go/src/github.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-18T09:07:02.718Z] INFO: Testing against a local daemon [2021-02-18T09:07:02.718Z] === RUN TestVolumesCreateAndList [2021-02-18T09:07:02.718Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-02-18T09:07:02.718Z] === RUN TestVolumesRemove [2021-02-18T09:07:02.978Z] --- PASS: TestVolumesRemove (0.10s) [2021-02-18T09:07:02.978Z] === RUN TestVolumesInspect [2021-02-18T09:07:02.978Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-18T09:07:02.978Z] === RUN TestVolumesInvalidJSON [2021-02-18T09:07:02.978Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T09:07:02.978Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T09:07:02.978Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T09:07:02.978Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-18T09:07:02.978Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T09:07:02.978Z] PASS [2021-02-18T09:07:02.978Z] [2021-02-18T09:07:02.978Z] DONE 5 tests in 0.335s [2021-02-18T09:07:02.978Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:07:03.144Z] --- PASS: TestServiceWithDataPathPortInit (16.25s) [2021-02-18T09:07:03.144Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T09:07:03.548Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T09:07:03.548Z] +++ kill 13908 [2021-02-18T09:07:04.094Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T09:07:04.554Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T09:07:04.930Z] +++ /etc/init.d/apparmor stop [2021-02-18T09:07:04.930Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:07:04.930Z] [2021-02-18T09:07:04.930Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:07:04.930Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:07:04.930Z] [2021-02-18T09:07:04.930Z] To set a process to complain mode, use the command line tool [2021-02-18T09:07:04.930Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:07:04.930Z] +++ true [2021-02-18T09:07:04.930Z] exiting test-integration [2021-02-18T09:07:04.930Z] ++ exit 0 [2021-02-18T09:07:04.930Z] [2021-02-18T09:07:05.013Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T09:07:05.048Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-18T09:07:05.473Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T09:07:05.988Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-18T09:07:06.442Z] --- PASS: TestBuildMultiStageCopy (9.87s) [2021-02-18T09:07:06.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.24s) [2021-02-18T09:07:06.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2021-02-18T09:07:06.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2021-02-18T09:07:06.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.69s) [2021-02-18T09:07:06.442Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.81s) [2021-02-18T09:07:06.442Z] === RUN TestBuildMultiStageParentConfig Post stage [Pipeline] junit [2021-02-18T09:07:07.485Z] Recording test results [2021-02-18T09:07:07.872Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [2021-02-18T09:07:07.896Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-18T09:07:07.896Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T09:07:08.235Z] + echo Ensuring container killed. [2021-02-18T09:07:08.235Z] Ensuring container killed. [2021-02-18T09:07:08.235Z] + docker rm -vf docker-pr4 [2021-02-18T09:07:08.235Z] Error: No such container: docker-pr4 [Pipeline] sh [2021-02-18T09:07:08.525Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:07:08.525Z] Chowning /workspace to jenkins user [2021-02-18T09:07:08.525Z] + id -u [2021-02-18T09:07:08.525Z] + id -g [2021-02-18T09:07:08.525Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41973:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T09:07:08.525Z] Unable to find image 'busybox:latest' locally [2021-02-18T09:07:08.623Z] --- PASS: TestBuildMultiStageParentConfig (1.87s) [2021-02-18T09:07:08.623Z] === RUN TestBuildLabelWithTargets [2021-02-18T09:07:08.623Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-02-18T09:07:08.623Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:07:08.623Z] === RUN TestBuildWithEmptyLayers [2021-02-18T09:07:08.785Z] latest: Pulling from library/busybox [2021-02-18T09:07:08.785Z] 4f04a8275d30: Pulling fs layer [2021-02-18T09:07:09.046Z] 4f04a8275d30: Download complete [2021-02-18T09:07:09.083Z] --- PASS: TestBuildWithEmptyLayers (0.98s) [2021-02-18T09:07:09.083Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T09:07:09.306Z] 4f04a8275d30: Pull complete [2021-02-18T09:07:09.306Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T09:07:09.306Z] Status: Downloaded newer image for busybox:latest [2021-02-18T09:07:12.087Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-18T09:07:12.087Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.39s) [2021-02-18T09:07:12.088Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mh8fwh6i40kufemqls6mpwurh Created:2021-02-18 09:07:04.564745311 +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[c6ec879223bf93b024662ddd95a7dcef6607c4df1d165438f7c78f23f6ec989b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yh2nahwz1krlopcdh0o20u7dx EndpointID:c48741b5d0a85499283f105fbf30f5222cf7eff0af857a6b6946610f6e7a66ec MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9165e6f4d951654315bf4c9761037cbcc3990fb798a3c3c9f0a652bd8915c350 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:446d4dd59af2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yh2nahwz1krlopcdh0o20u7dx EndpointID:c48741b5d0a85499283f105fbf30f5222cf7eff0af857a6b6946610f6e7a66ec EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T09:07:12.088Z] PASS [2021-02-18T09:07:12.088Z] [2021-02-18T09:07:12.088Z] === Skipped [2021-02-18T09:07:12.088Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:07:12.088Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:07:12.088Z] [2021-02-18T09:07:12.088Z] [2021-02-18T09:07:12.088Z] DONE 26 tests, 1 skipped in 51.034s [2021-02-18T09:07:12.088Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:07:12.088Z] ++ 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-18T09:07:12.088Z] ++ set -e [2021-02-18T09:07:12.088Z] ++ '[' -n 0 ']' [2021-02-18T09:07:12.088Z] ++ set -x [2021-02-18T09:07:12.088Z] ++ env -i DEST=/go/src/github.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-18T09:07:12.088Z] INFO: Testing against a local daemon [2021-02-18T09:07:12.088Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T09:07:12.088Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.02s) [2021-02-18T09:07:12.088Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:07:12.088Z] === RUN TestDockerNetworkIpvlan [2021-02-18T09:07:12.088Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:07:12.088Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:07:12.088Z] PASS [2021-02-18T09:07:12.088Z] [2021-02-18T09:07:12.088Z] === Skipped [2021-02-18T09:07:12.088Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.02s) [2021-02-18T09:07:12.088Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:07:12.088Z] [2021-02-18T09:07:12.088Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:07:12.088Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:07:12.088Z] [2021-02-18T09:07:12.088Z] [2021-02-18T09:07:12.088Z] DONE 2 tests, 2 skipped in 0.235s [2021-02-18T09:07:12.088Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:07:12.088Z] ++ 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-18T09:07:12.088Z] ++ set -e [2021-02-18T09:07:12.088Z] ++ '[' -n 0 ']' [2021-02-18T09:07:12.088Z] ++ set -x [2021-02-18T09:07:12.088Z] ++ env -i DEST=/go/src/github.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-18T09:07:12.088Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-18T09:07:12.088Z] INFO: Testing against a local daemon [2021-02-18T09:07:12.088Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T09:07:13.468Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2021-02-18T09:07:13.468Z] === RUN TestDockerNetworkMacvlan [2021-02-18T09:07:13.468Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-18T09:07:14.036Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-18T09:07:14.296Z] === RUN TestDockerNetworkMacvlan/Subinterface [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:07:14.895Z] + bundleName=arm64-integration [2021-02-18T09:07:14.895Z] + echo Creating arm64-integration-bundles.tar.gz [2021-02-18T09:07:14.895Z] Creating arm64-integration-bundles.tar.gz [2021-02-18T09:07:14.895Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-02-18T09:07:14.895Z] + 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-18T09:07:15.168Z] Archiving artifacts [2021-02-18T09:07:15.232Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T09:07:15.685Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-18T09:07:16.257Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T09:07:16.257Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-18T09:07:17.205Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-18T09:07:17.654Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41973/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T09:07:17.993Z] + make clean [2021-02-18T09:07:18.144Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-18T09:07:18.567Z] docker volume rm -f docker-dev-cache [2021-02-18T09:07:18.712Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T09:07:18.827Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T09:07:19.423Z] --- PASS: TestBuildMultiStageOnBuild (9.57s) [2021-02-18T09:07:19.423Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T09:07:19.423Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-02-18T09:07:19.423Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:07:19.423Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T09:07:19.950Z] ok github.com/docker/docker/cmd/dockerd 0.094s coverage: 29.1% of statements [2021-02-18T09:07:19.950Z] ok github.com/docker/docker/container 0.122s coverage: 34.7% of statements [2021-02-18T09:07:19.950Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T09:07:19.950Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T09:07:19.950Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T09:07:19.950Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T09:07:20.091Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-18T09:07:20.660Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-18T09:07:20.660Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-18T09:07:20.920Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-18T09:07:21.490Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T09:07:21.490Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-18T09:07:22.428Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-18T09:07:24.333Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-18T09:07:24.904Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-18T09:07:25.195Z] ok github.com/docker/docker/daemon/cluster 0.067s coverage: 0.5% of statements [2021-02-18T09:07:26.283Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T09:07:26.558Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2021-02-18T09:07:27.219Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T09:07:27.478Z] --- PASS: TestDockerNetworkMacvlan (14.08s) [2021-02-18T09:07:27.478Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-02-18T09:07:27.478Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-02-18T09:07:27.478Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.35s) [2021-02-18T09:07:27.478Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.56s) [2021-02-18T09:07:27.478Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.35s) [2021-02-18T09:07:27.478Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.93s) [2021-02-18T09:07:27.478Z] PASS [2021-02-18T09:07:27.478Z] [2021-02-18T09:07:27.478Z] DONE 8 tests in 15.670s [2021-02-18T09:07:27.478Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T09:07:27.478Z] ++ 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-18T09:07:27.478Z] ++ set -e [2021-02-18T09:07:27.478Z] ++ '[' -n 0 ']' [2021-02-18T09:07:27.478Z] ++ set -x [2021-02-18T09:07:27.479Z] ++ env -i DEST=/go/src/github.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-18T09:07:27.479Z] testing: warning: no tests to run [2021-02-18T09:07:27.479Z] PASS [2021-02-18T09:07:27.479Z] [2021-02-18T09:07:27.479Z] DONE 0 tests in 0.044s [2021-02-18T09:07:27.479Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T09:07:27.479Z] ++ 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-18T09:07:27.479Z] ++ set -e [2021-02-18T09:07:27.479Z] ++ '[' -n 0 ']' [2021-02-18T09:07:27.479Z] ++ set -x [2021-02-18T09:07:27.479Z] ++ env -i DEST=/go/src/github.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-18T09:07:27.737Z] INFO: Testing against a local daemon [2021-02-18T09:07:27.737Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T09:07:27.924Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2021-02-18T09:07:28.676Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-18T09:07:29.244Z] --- PASS: TestAuthZPluginAllowRequest (1.51s) [2021-02-18T09:07:29.244Z] === RUN TestAuthZPluginTLS [2021-02-18T09:07:29.244Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-02-18T09:07:29.814Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-02-18T09:07:29.814Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T09:07:30.383Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2021-02-18T09:07:30.383Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T09:07:30.642Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-18T09:07:30.902Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2021-02-18T09:07:30.902Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T09:07:31.839Z] --- PASS: TestAuthZPluginDenyResponse (0.61s) [2021-02-18T09:07:31.839Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T09:07:32.409Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-18T09:07:33.788Z] --- PASS: TestAuthZPluginAllowEventStream (1.89s) [2021-02-18T09:07:33.788Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T09:07:34.048Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-18T09:07:34.048Z] --- PASS: TestAuthZPluginErrorResponse (0.61s) [2021-02-18T09:07:34.048Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T09:07:34.253Z] --- PASS: TestBuildMultiStageLayerLeak (13.52s) [2021-02-18T09:07:34.253Z] === RUN TestBuildWithHugeFile [2021-02-18T09:07:34.618Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-18T09:07:34.618Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-02-18T09:07:34.618Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T09:07:35.189Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-02-18T09:07:35.189Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T09:07:37.106Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.93s) [2021-02-18T09:07:37.106Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T09:07:37.675Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-18T09:07:37.861Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 14.1% of statements [2021-02-18T09:07:37.861Z] ok github.com/docker/docker/daemon 12.184s coverage: 17.1% of statements [2021-02-18T09:07:37.861Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T09:07:37.861Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T09:07:38.423Z] ok github.com/docker/docker/daemon/config 0.055s coverage: 81.8% of statements [2021-02-18T09:07:39.052Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s) [2021-02-18T09:07:39.052Z] === RUN TestAuthZPluginHeader [2021-02-18T09:07:39.350Z] ok github.com/docker/docker/daemon/discovery 0.015s coverage: 30.0% of statements [2021-02-18T09:07:39.605Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2021-02-18T09:07:39.605Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T09:07:39.605Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T09:07:39.987Z] --- PASS: TestAuthZPluginHeader (0.88s) [2021-02-18T09:07:39.987Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T09:07:39.987Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-18T09:07:40.554Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-18T09:07:40.788Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2021-02-18T09:07:41.492Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-18T09:07:43.302Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.556s coverage: 73.3% of statements [2021-02-18T09:07:43.557Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 2.9% of statements [2021-02-18T09:07:44.028Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.99s) [2021-02-18T09:07:44.028Z] === RUN TestAuthZPluginV2Disable [2021-02-18T09:07:44.485Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.432s coverage: 56.2% of statements [2021-02-18T09:07:47.000Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.9% of statements [2021-02-18T09:07:47.323Z] --- PASS: TestAuthZPluginV2Disable (3.45s) [2021-02-18T09:07:47.323Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T09:07:48.892Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.331s coverage: 49.4% of statements [2021-02-18T09:07:48.892Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.628s coverage: 46.2% of statements [2021-02-18T09:07:48.892Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T09:07:49.227Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-18T09:07:50.603Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.00s) [2021-02-18T09:07:50.603Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T09:07:50.781Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 57.5% of statements [2021-02-18T09:07:51.344Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.773s coverage: 57.7% of statements [2021-02-18T09:07:51.344Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-18T09:07:51.344Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T09:07:52.273Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-02-18T09:07:53.138Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-02-18T09:07:53.201Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2021-02-18T09:07:55.042Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-02-18T09:07:55.090Z] ok github.com/docker/docker/daemon/images 0.024s coverage: 6.4% of statements [2021-02-18T09:07:55.090Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T09:07:55.090Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T09:07:55.090Z] ok github.com/docker/docker/daemon/logger 0.229s coverage: 43.2% of statements [2021-02-18T09:07:55.301Z] === RUN TestDockerSuite/TestBuildRm [2021-02-18T09:07:56.979Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2021-02-18T09:07:56.979Z] ok github.com/docker/docker/daemon/logger/awslogs 0.156s coverage: 77.8% of statements [2021-02-18T09:07:56.979Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T09:07:56.979Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T09:07:57.906Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-02-18T09:07:58.468Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.019s coverage: 61.6% of statements [2021-02-18T09:07:58.468Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2021-02-18T09:07:59.518Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-18T09:07:59.833Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 75.2% of statements [2021-02-18T09:07:59.833Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T09:08:00.086Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-18T09:08:00.089Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.057s coverage: 58.6% of statements [2021-02-18T09:08:01.464Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-18T09:08:01.464Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.04s) [2021-02-18T09:08:01.464Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T09:08:01.521Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.010s coverage: 31.5% of statements [2021-02-18T09:08:01.723Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-18T09:08:02.291Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-18T09:08:02.890Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-02-18T09:08:03.146Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-02-18T09:08:03.227Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-18T09:08:03.708Z] ok github.com/docker/docker/daemon/logger/splunk 1.634s coverage: 82.5% of statements [2021-02-18T09:08:03.708Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T09:08:03.708Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements [2021-02-18T09:08:03.708Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T09:08:03.796Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-18T09:08:04.735Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-18T09:08:06.223Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2021-02-18T09:08:06.784Z] ok github.com/docker/docker/distribution 0.190s coverage: 25.0% of statements [2021-02-18T09:08:06.784Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T09:08:07.270Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-18T09:08:07.529Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-18T09:08:07.712Z] ok github.com/docker/docker/errdefs 0.003s coverage: 53.1% of statements [2021-02-18T09:08:07.788Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-18T09:08:07.788Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-18T09:08:08.047Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-18T09:08:08.638Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2021-02-18T09:08:08.984Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-18T09:08:08.984Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-18T09:08:09.201Z] ok github.com/docker/docker/distribution/xfer 1.875s coverage: 85.1% of statements [2021-02-18T09:08:09.201Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T09:08:09.456Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2021-02-18T09:08:09.456Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T09:08:09.552Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-18T09:08:10.822Z] ok github.com/docker/docker/image/v1 0.026s coverage: 25.0% of statements [2021-02-18T09:08:10.822Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T09:08:11.384Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-02-18T09:08:12.312Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2021-02-18T09:08:12.837Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-18T09:08:12.874Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2021-02-18T09:08:13.096Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-18T09:08:13.130Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-02-18T09:08:14.032Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-18T09:08:14.292Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-18T09:08:14.861Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-18T09:08:15.018Z] ok github.com/docker/docker/pkg/archive 0.335s coverage: 77.2% of statements [2021-02-18T09:08:15.579Z] ok github.com/docker/docker/pkg/authorization 0.115s coverage: 68.3% of statements [2021-02-18T09:08:15.798Z] === RUN TestDockerSuite/TestBuildUser [2021-02-18T09:08:15.835Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-02-18T09:08:16.091Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-02-18T09:08:17.174Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-18T09:08:18.111Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-02-18T09:08:18.111Z] PASS [2021-02-18T09:08:18.111Z] [2021-02-18T09:08:18.111Z] DONE 17 tests in 50.378s [2021-02-18T09:08:18.111Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T09:08:18.111Z] ++ 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-18T09:08:18.111Z] ++ set -e [2021-02-18T09:08:18.111Z] ++ '[' -n 0 ']' [2021-02-18T09:08:18.111Z] ++ set -x [2021-02-18T09:08:18.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=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-18T09:08:18.111Z] INFO: Testing against a local daemon [2021-02-18T09:08:18.111Z] === RUN TestPluginInvalidJSON [2021-02-18T09:08:18.370Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:08:18.370Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:08:18.370Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:08:18.370Z] --- PASS: TestPluginInvalidJSON (0.07s) [2021-02-18T09:08:18.370Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-02-18T09:08:18.370Z] === RUN TestPluginInstall [2021-02-18T09:08:18.370Z] === RUN TestPluginInstall/no_auth [2021-02-18T09:08:19.316Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-02-18T09:08:19.355Z] ok github.com/docker/docker/pkg/chrootarchive 2.489s coverage: 43.2% of statements [2021-02-18T09:08:19.356Z] ok github.com/docker/docker/layer 7.249s coverage: 68.8% of statements [2021-02-18T09:08:19.356Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T09:08:19.356Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T09:08:19.356Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T09:08:19.356Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T09:08:19.356Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T09:08:19.356Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T09:08:19.356Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T09:08:19.612Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-02-18T09:08:19.868Z] ok github.com/docker/docker/pkg/discovery 0.020s coverage: 58.3% of statements [2021-02-18T09:08:20.123Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2021-02-18T09:08:20.694Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-18T09:08:21.050Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2021-02-18T09:08:21.612Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2021-02-18T09:08:21.867Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-02-18T09:08:22.075Z] time="2021-02-18T09:08:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:08:22.075Z] time="2021-02-18T09:08:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a72f8b3f11a4e0b60b3d9027bc4f93c3685f895ef5f951a84ac7184fb4681a57" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:08:22.075Z] time="2021-02-18T09:08:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:08:22.075Z] time="2021-02-18T09:08:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a72f8b3f11a4e0b60b3d9027bc4f93c3685f895ef5f951a84ac7184fb4681a57" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:08:22.335Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T09:08:23.232Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-02-18T09:08:23.715Z] time="2021-02-18T09:08:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:08:23.715Z] time="2021-02-18T09:08:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:198819fbf2e34a21c0dc3959161789d55c330fd5adb51ce35177592323083608" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:08:23.715Z] time="2021-02-18T09:08:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:08:23.715Z] time="2021-02-18T09:08:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:198819fbf2e34a21c0dc3959161789d55c330fd5adb51ce35177592323083608" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:08:23.794Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2021-02-18T09:08:23.974Z] === RUN TestPluginInstall/with_insecure [2021-02-18T09:08:24.356Z] ok github.com/docker/docker/pkg/discovery/kv 3.080s coverage: 84.1% of statements [2021-02-18T09:08:24.542Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-02-18T09:08:24.611Z] ok github.com/docker/docker/pkg/fsutils 0.196s coverage: 85.1% of statements [2021-02-18T09:08:24.611Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2021-02-18T09:08:25.479Z] time="2021-02-18T09:08:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:08:25.479Z] time="2021-02-18T09:08:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f8ee72c0b69dc548606c97546fd6fc37dc0018059d7655dfb572509642bf192a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:08:25.479Z] time="2021-02-18T09:08:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:08:25.479Z] time="2021-02-18T09:08:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f8ee72c0b69dc548606c97546fd6fc37dc0018059d7655dfb572509642bf192a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:08:25.978Z] ok github.com/docker/docker/pkg/idtools 0.532s coverage: 69.5% of statements [2021-02-18T09:08:25.978Z] ok github.com/docker/docker/pkg/ioutils 0.465s coverage: 69.3% of statements [2021-02-18T09:08:26.047Z] --- PASS: TestPluginInstall (7.63s) [2021-02-18T09:08:26.047Z] --- PASS: TestPluginInstall/no_auth (4.14s) [2021-02-18T09:08:26.047Z] --- PASS: TestPluginInstall/with_htpasswd (1.64s) [2021-02-18T09:08:26.047Z] --- PASS: TestPluginInstall/with_insecure (1.86s) [2021-02-18T09:08:26.047Z] plugin_test.go:157: [d776700e7f0cb] daemon is not started [2021-02-18T09:08:26.047Z] PASS [2021-02-18T09:08:26.047Z] [2021-02-18T09:08:26.047Z] DONE 6 tests in 7.920s [2021-02-18T09:08:26.047Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T09:08:26.047Z] ++ 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-18T09:08:26.047Z] ++ set -e [2021-02-18T09:08:26.047Z] ++ '[' -n 0 ']' [2021-02-18T09:08:26.047Z] ++ set -x [2021-02-18T09:08:26.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-18T09:08:26.047Z] INFO: Testing against a local daemon [2021-02-18T09:08:26.048Z] === RUN TestExternalGraphDriver [2021-02-18T09:08:26.306Z] === RUN TestExternalGraphDriver/json [2021-02-18T09:08:26.540Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2021-02-18T09:08:26.540Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T09:08:26.540Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2021-02-18T09:08:26.540Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-18T09:08:26.540Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T09:08:26.795Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2021-02-18T09:08:26.795Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T09:08:27.051Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-02-18T09:08:27.307Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-02-18T09:08:27.563Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2021-02-18T09:08:27.819Z] ok github.com/docker/docker/pkg/pidfile 0.014s coverage: 82.4% of statements [2021-02-18T09:08:27.819Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T09:08:27.819Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T09:08:28.747Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2021-02-18T09:08:28.843Z] === RUN TestExternalGraphDriver/spec [2021-02-18T09:08:29.308Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-02-18T09:08:29.563Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-18T09:08:29.820Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-02-18T09:08:30.747Z] === RUN TestExternalGraphDriver/pull [2021-02-18T09:08:31.182Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2021-02-18T09:08:31.437Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-02-18T09:08:32.651Z] --- PASS: TestExternalGraphDriver (6.26s) [2021-02-18T09:08:32.651Z] --- PASS: TestExternalGraphDriver/json (2.26s) [2021-02-18T09:08:32.651Z] --- PASS: TestExternalGraphDriver/spec (2.05s) [2021-02-18T09:08:32.651Z] --- PASS: TestExternalGraphDriver/pull (1.74s) [2021-02-18T09:08:32.651Z] === RUN TestGraphdriverPluginV2 [2021-02-18T09:08:34.701Z] ok github.com/docker/docker/pkg/signal 2.398s coverage: 61.0% of statements [2021-02-18T09:08:34.701Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-02-18T09:08:34.957Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-02-18T09:08:35.213Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-02-18T09:08:35.775Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2021-02-18T09:08:36.338Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-02-18T09:08:36.594Z] ok github.com/docker/docker/pkg/tailfile 0.058s coverage: 88.6% of statements [2021-02-18T09:08:36.846Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-18T09:08:36.846Z] --- PASS: TestGraphdriverPluginV2 (4.11s) [2021-02-18T09:08:36.846Z] PASS [2021-02-18T09:08:36.846Z] [2021-02-18T09:08:36.846Z] DONE 5 tests in 10.598s [2021-02-18T09:08:36.846Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T09:08:36.846Z] ++ 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-18T09:08:36.846Z] ++ set -e [2021-02-18T09:08:36.846Z] ++ '[' -n 0 ']' [2021-02-18T09:08:36.846Z] ++ set -x [2021-02-18T09:08:36.846Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-18T09:08:36.846Z] INFO: Testing against a local daemon [2021-02-18T09:08:36.846Z] === RUN TestContinueAfterPluginCrash [2021-02-18T09:08:36.846Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T09:08:36.846Z] === RUN TestReadPluginNoRead [2021-02-18T09:08:36.846Z] === PAUSE TestReadPluginNoRead [2021-02-18T09:08:36.846Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T09:08:36.846Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T09:08:36.846Z] === CONT TestContinueAfterPluginCrash [2021-02-18T09:08:36.846Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T09:08:37.106Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-18T09:08:37.156Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-02-18T09:08:37.413Z] testing: warning: no tests to run [2021-02-18T09:08:37.413Z] coverage: [no statements] [2021-02-18T09:08:37.413Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-02-18T09:08:37.674Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-18T09:08:37.974Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-02-18T09:08:37.974Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-02-18T09:08:38.230Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-02-18T09:08:38.612Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-18T09:08:39.181Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-02-18T09:08:40.117Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2021-02-18T09:08:40.120Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-18T09:08:40.820Z] ok github.com/docker/docker/plugin/v2 0.030s coverage: 14.5% of statements [2021-02-18T09:08:41.382Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-02-18T09:08:42.748Z] ok github.com/docker/docker/quota 0.190s coverage: 71.4% of statements [2021-02-18T09:08:42.816Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-18T09:08:42.816Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-18T09:08:42.816Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-18T09:08:42.816Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-18T09:08:42.816Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-18T09:08:43.004Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-02-18T09:08:43.076Z] --- PASS: TestDaemonStartWithLogOpt (6.19s) [2021-02-18T09:08:43.076Z] === CONT TestReadPluginNoRead [2021-02-18T09:08:44.388Z] ok github.com/docker/docker/registry 0.059s coverage: 57.2% of statements [2021-02-18T09:08:44.951Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-02-18T09:08:44.984Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-18T09:08:44.984Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-18T09:08:45.206Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-02-18T09:08:46.133Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-02-18T09:08:46.133Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-02-18T09:08:46.365Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-18T09:08:46.933Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-18T09:08:47.500Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T09:08:47.759Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-18T09:08:47.759Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-18T09:08:48.327Z] --- PASS: TestContinueAfterPluginCrash (11.61s) [2021-02-18T09:08:48.648Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2021-02-18T09:08:49.264Z] === RUN TestReadPluginNoRead/default [2021-02-18T09:08:50.011Z] ok github.com/docker/docker/volume/local 0.112s coverage: 76.4% of statements [2021-02-18T09:08:50.202Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-18T09:08:50.268Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-02-18T09:08:50.771Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T09:08:51.633Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.1% of statements [2021-02-18T09:08:51.708Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-18T09:08:52.276Z] --- PASS: TestReadPluginNoRead (9.32s) [2021-02-18T09:08:52.276Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.68s) [2021-02-18T09:08:52.276Z] --- PASS: TestReadPluginNoRead/default (1.56s) [2021-02-18T09:08:52.276Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.59s) [2021-02-18T09:08:52.276Z] read_test.go:92: [da9de73d8013a] daemon is not started [2021-02-18T09:08:52.276Z] PASS [2021-02-18T09:08:52.276Z] [2021-02-18T09:08:52.276Z] DONE 6 tests in 15.721s [2021-02-18T09:08:52.276Z] 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-18T09:08:52.276Z] ++ 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-18T09:08:52.276Z] ++ set -e [2021-02-18T09:08:52.276Z] ++ '[' -n 0 ']' [2021-02-18T09:08:52.276Z] ++ set -x [2021-02-18T09:08:52.276Z] ++ env -i DEST=/go/src/github.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-18T09:08:52.276Z] testing: warning: no tests to run [2021-02-18T09:08:52.276Z] PASS [2021-02-18T09:08:52.276Z] [2021-02-18T09:08:52.276Z] DONE 0 tests in 0.086s [2021-02-18T09:08:52.276Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T09:08:52.276Z] ++ 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-18T09:08:52.276Z] ++ set -e [2021-02-18T09:08:52.276Z] ++ '[' -n 0 ']' [2021-02-18T09:08:52.276Z] ++ set -x [2021-02-18T09:08:52.276Z] ++ env -i DEST=/go/src/github.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-18T09:08:52.535Z] INFO: Testing against a local daemon [2021-02-18T09:08:52.535Z] === RUN TestPluginWithDevMounts [2021-02-18T09:08:52.535Z] === PAUSE TestPluginWithDevMounts [2021-02-18T09:08:52.535Z] === CONT TestPluginWithDevMounts [2021-02-18T09:08:52.794Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-18T09:08:53.363Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-18T09:08:54.301Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-18T09:08:54.301Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-18T09:08:54.868Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-18T09:08:54.868Z] --- PASS: TestPluginWithDevMounts (2.15s) [2021-02-18T09:08:54.868Z] PASS [2021-02-18T09:08:54.868Z] [2021-02-18T09:08:54.868Z] DONE 1 tests in 2.388s [2021-02-18T09:08:54.868Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T09:08:54.868Z] ++ 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-18T09:08:54.868Z] ++ set -e [2021-02-18T09:08:54.868Z] ++ '[' -n 0 ']' [2021-02-18T09:08:54.868Z] ++ set -x [2021-02-18T09:08:54.868Z] ++ env -i DEST=/go/src/github.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-18T09:08:55.128Z] INFO: Testing against a local daemon [2021-02-18T09:08:55.128Z] === RUN TestSecretInspect [2021-02-18T09:08:56.506Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-18T09:08:56.506Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-18T09:08:56.506Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-18T09:08:57.074Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-18T09:08:58.016Z] --- PASS: TestSecretInspect (2.75s) [2021-02-18T09:08:58.016Z] === RUN TestSecretList [2021-02-18T09:08:58.016Z] === RUN TestDockerSuite/TestCommitChange [2021-02-18T09:08:58.954Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-18T09:08:59.904Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-18T09:09:00.120Z] --- PASS: TestImportExtremelyLargeImageWorks (193.25s) [2021-02-18T09:09:00.120Z] PASS [2021-02-18T09:09:00.120Z] [2021-02-18T09:09:00.120Z] === Skipped [2021-02-18T09:09:00.120Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-18T09:09:00.120Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:09:00.120Z] [2021-02-18T09:09:00.120Z] [2021-02-18T09:09:00.120Z] DONE 12 tests, 1 skipped in 194.260s [2021-02-18T09:09:00.120Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T09:09:00.120Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:00.120Z] ++ set -e [2021-02-18T09:09:00.120Z] ++ '[' -n 0 ']' [2021-02-18T09:09:00.120Z] ++ set -x [2021-02-18T09:09:00.120Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:00.120Z] INFO: Testing against a local daemon [2021-02-18T09:09:00.120Z] === RUN TestNetworkCreateDelete [2021-02-18T09:09:00.120Z] --- PASS: TestNetworkCreateDelete (0.18s) [2021-02-18T09:09:00.120Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T09:09:00.120Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2021-02-18T09:09:00.120Z] === RUN TestDaemonDNSFallback [2021-02-18T09:09:00.120Z] --- PASS: TestDaemonDNSFallback (1.54s) [2021-02-18T09:09:00.120Z] === RUN TestInspectNetwork [2021-02-18T09:09:00.120Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T09:09:00.120Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T09:09:00.120Z] === RUN TestInspectNetwork/network_name [2021-02-18T09:09:00.120Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T09:09:00.120Z] --- PASS: TestInspectNetwork (7.00s) [2021-02-18T09:09:00.120Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T09:09:00.120Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T09:09:00.120Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T09:09:00.120Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T09:09:00.120Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T09:09:00.479Z] --- PASS: TestSecretList (2.81s) [2021-02-18T09:09:00.479Z] === RUN TestSecretsCreateAndDelete [2021-02-18T09:09:01.047Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-18T09:09:02.197Z] --- PASS: TestRunContainerWithBridgeNone (1.80s) [2021-02-18T09:09:02.197Z] === RUN TestNetworkInvalidJSON [2021-02-18T09:09:02.197Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T09:09:02.197Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T09:09:02.197Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:09:02.197Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:09:02.197Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:09:02.197Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:09:02.197Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T09:09:02.197Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:09:02.197Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:09:02.197Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-18T09:09:02.197Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T09:09:02.197Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T09:09:02.197Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T09:09:02.197Z] === RUN TestNetworkList [2021-02-18T09:09:02.197Z] === RUN TestNetworkList//networks [2021-02-18T09:09:02.197Z] === PAUSE TestNetworkList//networks [2021-02-18T09:09:02.197Z] === RUN TestNetworkList//networks/ [2021-02-18T09:09:02.197Z] === PAUSE TestNetworkList//networks/ [2021-02-18T09:09:02.197Z] === CONT TestNetworkList//networks [2021-02-18T09:09:02.197Z] === CONT TestNetworkList//networks/ [2021-02-18T09:09:02.197Z] --- PASS: TestNetworkList (0.02s) [2021-02-18T09:09:02.197Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T09:09:02.197Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T09:09:02.197Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T09:09:02.426Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-18T09:09:02.492Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2021-02-18T09:09:02.492Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T09:09:03.368Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-18T09:09:03.532Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-02-18T09:09:03.532Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T09:09:03.628Z] --- PASS: TestSecretsCreateAndDelete (3.06s) [2021-02-18T09:09:03.628Z] === RUN TestSecretsUpdate [2021-02-18T09:09:03.790Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T09:09:03.790Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === Skipped [2021-02-18T09:09:03.790Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-18T09:09:03.790Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-18T09:09:03.790Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-18T09:09:03.790Z] time="2021-02-18T09:07:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-18T09:09:03.790Z] time="2021-02-18T09:07:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-18T09:09:03.790Z] time="2021-02-18T09:07:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-18T09:09:03.790Z] time="2021-02-18T09:07:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-18T09:09:03.790Z] time="2021-02-18T09:07:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-18T09:09:03.790Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-18T09:09:03.790Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-18T09:09:03.790Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T09:09:03.790Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-18T09:09:03.790Z] graphtest_unix.go:73: No driver to put! [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-18T09:09:03.790Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-18T09:09:03.790Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] [2021-02-18T09:09:03.790Z] DONE 2193 tests, 26 skipped in 253.946s Post stage [Pipeline] junit [2021-02-18T09:09:03.799Z] Recording test results [2021-02-18T09:09:04.168Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2021-02-18T09:09:04.168Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T09:09:04.249Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-02-18T09:09:04.573Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41973/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13a1568b3cc2fea7cc7821da843fe597500395b9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:13a1568b3cc2fea7cc7821da843fe597500395b9 hack/validate/vendor [2021-02-18T09:09:05.006Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-18T09:09:05.500Z] 2021/02/18 09:09:05 Collecting initial packages [2021-02-18T09:09:05.500Z] 2021/02/18 09:09:05 Download dependencies [2021-02-18T09:09:05.575Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-18T09:09:05.683Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2021-02-18T09:09:05.683Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T09:09:06.512Z] --- PASS: TestSecretsUpdate (2.73s) [2021-02-18T09:09:06.512Z] === RUN TestTemplatedSecret [2021-02-18T09:09:06.735Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2021-02-18T09:09:06.735Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T09:09:07.079Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-18T09:09:07.380Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.56s) [2021-02-18T09:09:07.380Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T09:09:07.648Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-18T09:09:07.648Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-18T09:09:07.648Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-18T09:09:07.908Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-18T09:09:07.908Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-18T09:09:07.908Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-18T09:09:07.908Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-18T09:09:08.762Z] 2021/02/18 09:09:08 Starting whole vndr cycle because no package specified [2021-02-18T09:09:08.762Z] 2021/02/18 09:09:08 Ignoring paths matching "^archive/tar" [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/Microsoft/hcsshim, revision 9dcb42f100215f8d375b4a9265e5bba009217a85, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-02-18T09:09:09.018Z] 2021/02/18 09:09:08 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2021-02-18T09:09:09.458Z] --- PASS: TestServiceWithPredefinedNetwork (1.98s) [2021-02-18T09:09:09.458Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T09:09:09.458Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:09:09.458Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:09:09.458Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T09:09:09.814Z] --- PASS: TestTemplatedSecret (3.08s) [2021-02-18T09:09:09.814Z] === RUN TestSecretCreateResolve [2021-02-18T09:09:09.814Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:09 Finished clone github.com/Azure/go-ansiterm [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:09 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Finished clone github.com/mistifyio/go-zfs [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Finished clone github.com/google/uuid [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Finished clone github.com/docker/libtrust [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Finished clone github.com/willf/bitset [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Finished clone github.com/cyphar/filepath-securejoin [2021-02-18T09:09:10.386Z] 2021/02/18 09:09:10 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-02-18T09:09:10.642Z] 2021/02/18 09:09:10 Finished clone github.com/Microsoft/go-winio [2021-02-18T09:09:10.642Z] 2021/02/18 09:09:10 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2021-02-18T09:09:10.642Z] 2021/02/18 09:09:10 Finished clone github.com/gorilla/mux [2021-02-18T09:09:10.642Z] 2021/02/18 09:09:10 Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20 [2021-02-18T09:09:10.642Z] 2021/02/18 09:09:10 Finished clone github.com/coreos/go-systemd [2021-02-18T09:09:10.642Z] 2021/02/18 09:09:10 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-02-18T09:09:10.751Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-18T09:09:10.751Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Finished clone github.com/moby/locker [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Finished clone github.com/creack/pty [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Finished clone github.com/opencontainers/runtime-spec [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Finished clone github.com/moby/term [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Finished clone github.com/tchap/go-patricia [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Finished clone github.com/moby/sys [2021-02-18T09:09:11.571Z] 2021/02/18 09:09:11 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-02-18T09:09:11.688Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-18T09:09:11.828Z] 2021/02/18 09:09:11 Finished clone github.com/docker/go-units [2021-02-18T09:09:11.828Z] 2021/02/18 09:09:11 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-02-18T09:09:11.828Z] 2021/02/18 09:09:11 Finished clone github.com/opencontainers/image-spec [2021-02-18T09:09:11.828Z] 2021/02/18 09:09:11 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2021-02-18T09:09:12.255Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-18T09:09:12.255Z] --- PASS: TestSecretCreateResolve (2.84s) [2021-02-18T09:09:12.255Z] PASS [2021-02-18T09:09:12.255Z] [2021-02-18T09:09:12.255Z] DONE 6 tests in 17.463s [2021-02-18T09:09:12.255Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T09:09:12.255Z] ++ 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-18T09:09:12.255Z] ++ set -e [2021-02-18T09:09:12.255Z] ++ '[' -n 0 ']' [2021-02-18T09:09:12.255Z] ++ set -x [2021-02-18T09:09:12.255Z] ++ env -i DEST=/go/src/github.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-18T09:09:12.391Z] 2021/02/18 09:09:12 Finished clone github.com/sirupsen/logrus [2021-02-18T09:09:12.391Z] 2021/02/18 09:09:12 Clone github.com/moby/buildkit, revision 68bb095353c65bc3993fd534c26cf77fe05e61b1, attempt 1/20 [2021-02-18T09:09:12.514Z] INFO: Testing against a local daemon [2021-02-18T09:09:12.514Z] === RUN TestServiceCreateInit [2021-02-18T09:09:12.514Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T09:09:12.774Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-18T09:09:12.954Z] 2021/02/18 09:09:12 Finished clone github.com/syndtr/gocapability [2021-02-18T09:09:12.954Z] 2021/02/18 09:09:12 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2021-02-18T09:09:12.954Z] 2021/02/18 09:09:12 Finished clone github.com/RackSec/srslog [2021-02-18T09:09:12.954Z] 2021/02/18 09:09:12 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-02-18T09:09:13.210Z] 2021/02/18 09:09:13 Finished clone github.com/imdario/mergo [2021-02-18T09:09:13.210Z] 2021/02/18 09:09:13 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-02-18T09:09:13.210Z] 2021/02/18 09:09:13 Finished clone gotest.tools/v3 [2021-02-18T09:09:13.210Z] 2021/02/18 09:09:13 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-02-18T09:09:13.467Z] 2021/02/18 09:09:13 Finished clone github.com/google/go-cmp [2021-02-18T09:09:13.467Z] 2021/02/18 09:09:13 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-02-18T09:09:13.467Z] 2021/02/18 09:09:13 Finished clone golang.org/x/sync [2021-02-18T09:09:13.467Z] 2021/02/18 09:09:13 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-02-18T09:09:13.710Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-18T09:09:13.970Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-18T09:09:13.970Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-18T09:09:13.970Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-18T09:09:14.029Z] 2021/02/18 09:09:13 Finished clone github.com/tonistiigi/units [2021-02-18T09:09:14.029Z] 2021/02/18 09:09:13 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-02-18T09:09:14.285Z] 2021/02/18 09:09:14 Finished clone github.com/docker/go-connections [2021-02-18T09:09:14.285Z] 2021/02/18 09:09:14 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-02-18T09:09:14.542Z] 2021/02/18 09:09:14 Finished clone github.com/google/shlex [2021-02-18T09:09:14.542Z] 2021/02/18 09:09:14 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-02-18T09:09:14.542Z] 2021/02/18 09:09:14 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-02-18T09:09:14.542Z] 2021/02/18 09:09:14 Clone github.com/docker/libnetwork, revision fa125a3512ee0f6187721c88582bf8c4378bd4d7, attempt 1/20 [2021-02-18T09:09:14.798Z] 2021/02/18 09:09:14 Finished clone github.com/opentracing-contrib/go-stdlib [2021-02-18T09:09:14.798Z] 2021/02/18 09:09:14 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-02-18T09:09:14.798Z] 2021/02/18 09:09:14 Finished clone github.com/opentracing/opentracing-go [2021-02-18T09:09:14.798Z] 2021/02/18 09:09:14 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-02-18T09:09:14.909Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-18T09:09:14.909Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-18T09:09:14.909Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-18T09:09:14.909Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-18T09:09:15.168Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-18T09:09:15.362Z] 2021/02/18 09:09:15 Finished clone github.com/mitchellh/hashstructure [2021-02-18T09:09:15.362Z] 2021/02/18 09:09:15 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-02-18T09:09:15.362Z] 2021/02/18 09:09:15 Finished clone github.com/gofrs/flock [2021-02-18T09:09:15.362Z] 2021/02/18 09:09:15 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-02-18T09:09:15.736Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-18T09:09:16.292Z] 2021/02/18 09:09:16 Finished clone github.com/armon/go-radix [2021-02-18T09:09:16.292Z] 2021/02/18 09:09:16 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-02-18T09:09:16.292Z] 2021/02/18 09:09:16 Finished clone github.com/docker/go-events [2021-02-18T09:09:16.292Z] 2021/02/18 09:09:16 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-02-18T09:09:16.674Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-18T09:09:17.222Z] 2021/02/18 09:09:16 Finished clone github.com/armon/go-metrics [2021-02-18T09:09:17.222Z] 2021/02/18 09:09:16 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-02-18T09:09:17.241Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T09:09:17.241Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-18T09:09:17.241Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-18T09:09:17.479Z] 2021/02/18 09:09:17 Finished clone github.com/tonistiigi/fsutil [2021-02-18T09:09:17.479Z] 2021/02/18 09:09:17 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-02-18T09:09:17.735Z] 2021/02/18 09:09:17 Finished clone github.com/golang/gddo [2021-02-18T09:09:17.735Z] 2021/02/18 09:09:17 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-02-18T09:09:17.735Z] 2021/02/18 09:09:17 Finished clone github.com/sean-/seed [2021-02-18T09:09:17.735Z] 2021/02/18 09:09:17 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-02-18T09:09:18.633Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-18T09:09:18.663Z] 2021/02/18 09:09:18 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-02-18T09:09:18.663Z] 2021/02/18 09:09:18 Finished clone github.com/hashicorp/errwrap [2021-02-18T09:09:19.226Z] 2021/02/18 09:09:19 Finished clone github.com/hashicorp/go-multierror [2021-02-18T09:09:19.226Z] 2021/02/18 09:09:19 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-02-18T09:09:19.482Z] 2021/02/18 09:09:19 Finished clone github.com/hashicorp/memberlist [2021-02-18T09:09:19.482Z] 2021/02/18 09:09:19 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-02-18T09:09:19.576Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-18T09:09:19.576Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-18T09:09:20.143Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-18T09:09:20.410Z] 2021/02/18 09:09:20 Finished clone github.com/docker/libkv [2021-02-18T09:09:20.410Z] 2021/02/18 09:09:20 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-02-18T09:09:20.667Z] 2021/02/18 09:09:20 Finished clone github.com/hashicorp/go-sockaddr [2021-02-18T09:09:20.667Z] 2021/02/18 09:09:20 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2021-02-18T09:09:20.713Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-18T09:09:20.923Z] 2021/02/18 09:09:20 Finished clone github.com/vishvananda/netns [2021-02-18T09:09:20.923Z] 2021/02/18 09:09:20 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-02-18T09:09:21.649Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-18T09:09:21.867Z] 2021/02/18 09:09:21 Finished clone golang.org/x/net [2021-02-18T09:09:21.867Z] 2021/02/18 09:09:21 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-02-18T09:09:21.909Z] --- PASS: TestServiceCreateInit (9.40s) [2021-02-18T09:09:21.909Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.71s) [2021-02-18T09:09:21.909Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.67s) [2021-02-18T09:09:21.909Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T09:09:22.169Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-18T09:09:22.169Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-18T09:09:22.430Z] 2021/02/18 09:09:22 Finished clone github.com/hashicorp/go-msgpack [2021-02-18T09:09:22.430Z] 2021/02/18 09:09:22 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2021-02-18T09:09:22.430Z] 2021/02/18 09:09:22 Finished clone github.com/BurntSushi/toml [2021-02-18T09:09:22.430Z] 2021/02/18 09:09:22 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-02-18T09:09:22.430Z] 2021/02/18 09:09:22 Finished clone github.com/vishvananda/netlink [2021-02-18T09:09:22.430Z] 2021/02/18 09:09:22 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2021-02-18T09:09:22.686Z] 2021/02/18 09:09:22 Finished clone github.com/samuel/go-zookeeper [2021-02-18T09:09:22.686Z] 2021/02/18 09:09:22 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-02-18T09:09:22.737Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-18T09:09:22.942Z] 2021/02/18 09:09:22 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-02-18T09:09:22.942Z] 2021/02/18 09:09:22 Finished clone github.com/moby/ipvs [2021-02-18T09:09:23.305Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-18T09:09:23.505Z] 2021/02/18 09:09:23 Finished clone github.com/deckarep/golang-set [2021-02-18T09:09:23.505Z] 2021/02/18 09:09:23 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2021-02-18T09:09:23.761Z] 2021/02/18 09:09:23 Finished clone github.com/coreos/go-semver [2021-02-18T09:09:23.761Z] 2021/02/18 09:09:23 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-02-18T09:09:23.874Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-02-18T09:09:24.133Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-18T09:09:24.323Z] 2021/02/18 09:09:24 Finished clone github.com/Microsoft/opengcs [2021-02-18T09:09:24.323Z] 2021/02/18 09:09:24 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-02-18T09:09:24.393Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-18T09:09:24.824Z] --- PASS: TestServiceWithDataPathPortInit (13.59s) [2021-02-18T09:09:24.824Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T09:09:24.885Z] 2021/02/18 09:09:24 Finished clone github.com/opencontainers/runc [2021-02-18T09:09:24.886Z] 2021/02/18 09:09:24 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-02-18T09:09:25.142Z] 2021/02/18 09:09:25 Finished clone github.com/ishidawataru/sctp [2021-02-18T09:09:25.142Z] 2021/02/18 09:09:25 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-02-18T09:09:25.329Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-18T09:09:26.122Z] 2021/02/18 09:09:25 Finished clone google.golang.org/grpc [2021-02-18T09:09:26.122Z] 2021/02/18 09:09:25 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2021-02-18T09:09:26.685Z] 2021/02/18 09:09:26 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-02-18T09:09:26.685Z] 2021/02/18 09:09:26 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2021-02-18T09:09:26.712Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-18T09:09:26.943Z] 2021/02/18 09:09:26 Finished clone github.com/opencontainers/go-digest [2021-02-18T09:09:26.943Z] 2021/02/18 09:09:26 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-02-18T09:09:27.503Z] 2021/02/18 09:09:27 Finished clone go.etcd.io/bbolt [2021-02-18T09:09:27.503Z] 2021/02/18 09:09:27 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2021-02-18T09:09:28.430Z] 2021/02/18 09:09:28 Finished clone github.com/Graylog2/go-gelf [2021-02-18T09:09:28.430Z] 2021/02/18 09:09:28 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-02-18T09:09:28.430Z] 2021/02/18 09:09:28 Finished clone github.com/coreos/go-systemd/v22 [2021-02-18T09:09:28.430Z] 2021/02/18 09:09:28 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-02-18T09:09:28.619Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-18T09:09:28.619Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-18T09:09:28.619Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-18T09:09:28.619Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-18T09:09:28.619Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-18T09:09:28.991Z] 2021/02/18 09:09:28 Finished clone github.com/godbus/dbus/v5 [2021-02-18T09:09:28.991Z] 2021/02/18 09:09:28 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-02-18T09:09:28.991Z] 2021/02/18 09:09:28 Finished clone github.com/fluent/fluent-logger-golang [2021-02-18T09:09:28.991Z] 2021/02/18 09:09:28 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-02-18T09:09:29.247Z] 2021/02/18 09:09:29 Finished clone github.com/hashicorp/serf [2021-02-18T09:09:29.247Z] 2021/02/18 09:09:29 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-02-18T09:09:29.557Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-18T09:09:29.809Z] 2021/02/18 09:09:29 Finished clone github.com/philhofer/fwd [2021-02-18T09:09:29.809Z] 2021/02/18 09:09:29 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-02-18T09:09:29.809Z] 2021/02/18 09:09:29 Finished clone github.com/vbatts/tar-split [2021-02-18T09:09:29.809Z] 2021/02/18 09:09:29 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-02-18T09:09:30.399Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.73s) [2021-02-18T09:09:30.399Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mybmr22ds897s1xrl88s6lrea Created:2021-02-18 09:09:23.776690646 +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[3d80b747edf21c4f7f8d57056cfa0f240f74074b5429af1c7ba1f5b7f83392cf:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pecw6ollyyggqk5ug1rj3kqg9 EndpointID:fe1d8b82b2c1e4ab2f9f6d5ee0605fdc1768b94877fcc20d43dbce38d451675b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5db220258d8a4fcffb568fb39036aed5e0822b3ee3953a2b54dddc9dbfd10248 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:5be27a36da9e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pecw6ollyyggqk5ug1rj3kqg9 EndpointID:fe1d8b82b2c1e4ab2f9f6d5ee0605fdc1768b94877fcc20d43dbce38d451675b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T09:09:30.399Z] PASS [2021-02-18T09:09:30.399Z] [2021-02-18T09:09:30.399Z] === Skipped [2021-02-18T09:09:30.399Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:09:30.399Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:09:30.399Z] [2021-02-18T09:09:30.399Z] [2021-02-18T09:09:30.399Z] DONE 26 tests, 1 skipped in 38.744s [2021-02-18T09:09:30.399Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:09:30.399Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:30.399Z] ++ set -e [2021-02-18T09:09:30.399Z] ++ '[' -n 0 ']' [2021-02-18T09:09:30.399Z] ++ set -x [2021-02-18T09:09:30.399Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:30.399Z] INFO: Testing against a local daemon [2021-02-18T09:09:30.399Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T09:09:30.399Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T09:09:30.399Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:09:30.399Z] === RUN TestDockerNetworkIpvlan [2021-02-18T09:09:30.399Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:09:30.399Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:09:30.399Z] PASS [2021-02-18T09:09:30.399Z] [2021-02-18T09:09:30.399Z] === Skipped [2021-02-18T09:09:30.399Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T09:09:30.399Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:09:30.399Z] [2021-02-18T09:09:30.399Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T09:09:30.399Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T09:09:30.399Z] [2021-02-18T09:09:30.399Z] [2021-02-18T09:09:30.399Z] DONE 2 tests, 2 skipped in 0.079s [2021-02-18T09:09:30.399Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T09:09:30.399Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:30.399Z] ++ set -e [2021-02-18T09:09:30.399Z] ++ '[' -n 0 ']' [2021-02-18T09:09:30.399Z] ++ set -x [2021-02-18T09:09:30.399Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:30.399Z] INFO: Testing against a local daemon [2021-02-18T09:09:30.399Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T09:09:31.036Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2021-02-18T09:09:31.036Z] === RUN TestDockerNetworkMacvlan [2021-02-18T09:09:31.175Z] 2021/02/18 09:09:30 Finished clone github.com/fsnotify/fsnotify [2021-02-18T09:09:31.175Z] 2021/02/18 09:09:30 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-02-18T09:09:31.175Z] 2021/02/18 09:09:31 Finished clone github.com/bsphere/le_go [2021-02-18T09:09:31.175Z] 2021/02/18 09:09:31 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-02-18T09:09:31.432Z] 2021/02/18 09:09:31 Finished clone github.com/Microsoft/hcsshim [2021-02-18T09:09:31.432Z] 2021/02/18 09:09:31 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-02-18T09:09:31.432Z] 2021/02/18 09:09:31 Finished clone github.com/jmespath/go-jmespath [2021-02-18T09:09:31.432Z] 2021/02/18 09:09:31 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-02-18T09:09:32.076Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-18T09:09:32.360Z] 2021/02/18 09:09:32 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-02-18T09:09:32.360Z] 2021/02/18 09:09:32 Finished clone golang.org/x/oauth2 [2021-02-18T09:09:32.715Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T09:09:32.922Z] 2021/02/18 09:09:32 Finished clone github.com/golang/groupcache [2021-02-18T09:09:32.922Z] 2021/02/18 09:09:32 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-02-18T09:09:33.177Z] 2021/02/18 09:09:33 Finished clone github.com/tinylib/msgp [2021-02-18T09:09:33.177Z] 2021/02/18 09:09:33 Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20 [2021-02-18T09:09:33.433Z] 2021/02/18 09:09:33 Finished clone golang.org/x/sys [2021-02-18T09:09:33.433Z] 2021/02/18 09:09:33 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2021-02-18T09:09:33.689Z] 2021/02/18 09:09:33 Finished clone github.com/ugorji/go [2021-02-18T09:09:33.689Z] 2021/02/18 09:09:33 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2021-02-18T09:09:33.754Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T09:09:33.945Z] 2021/02/18 09:09:33 Finished clone github.com/googleapis/gax-go [2021-02-18T09:09:33.945Z] 2021/02/18 09:09:33 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2021-02-18T09:09:34.505Z] 2021/02/18 09:09:34 Finished clone github.com/containerd/fifo [2021-02-18T09:09:34.505Z] 2021/02/18 09:09:34 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2021-02-18T09:09:34.761Z] 2021/02/18 09:09:34 Finished clone go.opencensus.io [2021-02-18T09:09:34.761Z] 2021/02/18 09:09:34 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-02-18T09:09:34.830Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-18T09:09:35.090Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-18T09:09:35.689Z] 2021/02/18 09:09:35 Finished clone github.com/containerd/cgroups [2021-02-18T09:09:35.689Z] 2021/02/18 09:09:35 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2021-02-18T09:09:35.839Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T09:09:35.944Z] 2021/02/18 09:09:35 Finished clone github.com/docker/libnetwork [2021-02-18T09:09:35.944Z] 2021/02/18 09:09:35 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-02-18T09:09:36.027Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-18T09:09:36.027Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-18T09:09:36.027Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-18T09:09:36.200Z] 2021/02/18 09:09:36 Finished clone github.com/containerd/go-runc [2021-02-18T09:09:36.200Z] 2021/02/18 09:09:36 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-02-18T09:09:37.130Z] 2021/02/18 09:09:36 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2021-02-18T09:09:37.130Z] 2021/02/18 09:09:36 Finished clone golang.org/x/text [2021-02-18T09:09:37.130Z] 2021/02/18 09:09:36 Finished clone github.com/containerd/typeurl [2021-02-18T09:09:37.130Z] 2021/02/18 09:09:36 Clone github.com/docker/swarmkit, revision d6592ddefd8a5319aadff74c558b816b1a0b2590, attempt 1/20 [2021-02-18T09:09:37.386Z] 2021/02/18 09:09:37 Finished clone github.com/containerd/ttrpc [2021-02-18T09:09:37.386Z] 2021/02/18 09:09:37 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2021-02-18T09:09:37.917Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T09:09:38.313Z] 2021/02/18 09:09:38 Finished clone github.com/gogo/googleapis [2021-02-18T09:09:38.313Z] 2021/02/18 09:09:38 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-02-18T09:09:38.313Z] 2021/02/18 09:09:38 Finished clone github.com/containerd/console [2021-02-18T09:09:38.313Z] 2021/02/18 09:09:38 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-02-18T09:09:38.558Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-18T09:09:38.569Z] 2021/02/18 09:09:38 Finished clone github.com/moby/buildkit [2021-02-18T09:09:38.569Z] 2021/02/18 09:09:38 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-02-18T09:09:38.825Z] 2021/02/18 09:09:38 Finished clone github.com/miekg/dns [2021-02-18T09:09:38.825Z] 2021/02/18 09:09:38 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-02-18T09:09:39.125Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-18T09:09:40.071Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-18T09:09:40.190Z] 2021/02/18 09:09:39 Finished clone github.com/fernet/fernet-go [2021-02-18T09:09:40.190Z] 2021/02/18 09:09:39 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2021-02-18T09:09:40.446Z] 2021/02/18 09:09:40 Finished clone github.com/containerd/continuity [2021-02-18T09:09:40.701Z] 2021/02/18 09:09:40 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2021-02-18T09:09:41.265Z] 2021/02/18 09:09:41 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-02-18T09:09:41.265Z] 2021/02/18 09:09:41 Finished clone github.com/cilium/ebpf [2021-02-18T09:09:41.445Z] --- PASS: TestCreateServiceMultipleTimes (19.36s) [2021-02-18T09:09:41.445Z] === RUN TestCreateServiceConflict [2021-02-18T09:09:41.458Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T09:09:41.704Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-02-18T09:09:42.099Z] --- PASS: TestDockerNetworkMacvlan (10.99s) [2021-02-18T09:09:42.099Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-02-18T09:09:42.099Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-02-18T09:09:42.099Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2021-02-18T09:09:42.099Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.90s) [2021-02-18T09:09:42.099Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s) [2021-02-18T09:09:42.099Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s) [2021-02-18T09:09:42.099Z] PASS [2021-02-18T09:09:42.099Z] [2021-02-18T09:09:42.099Z] DONE 8 tests in 12.445s [2021-02-18T09:09:42.099Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T09:09:42.099Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:42.099Z] ++ set -e [2021-02-18T09:09:42.099Z] ++ '[' -n 0 ']' [2021-02-18T09:09:42.099Z] ++ set -x [2021-02-18T09:09:42.099Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:42.099Z] testing: warning: no tests to run [2021-02-18T09:09:42.099Z] PASS [2021-02-18T09:09:42.099Z] [2021-02-18T09:09:42.099Z] DONE 0 tests in 0.011s [2021-02-18T09:09:42.099Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T09:09:42.100Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:42.100Z] ++ set -e [2021-02-18T09:09:42.100Z] ++ '[' -n 0 ']' [2021-02-18T09:09:42.100Z] ++ set -x [2021-02-18T09:09:42.100Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:09:42.100Z] INFO: Testing against a local daemon [2021-02-18T09:09:42.100Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T09:09:42.633Z] 2021/02/18 09:09:42 Finished clone golang.org/x/time [2021-02-18T09:09:42.633Z] 2021/02/18 09:09:42 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-02-18T09:09:42.889Z] 2021/02/18 09:09:42 Finished clone github.com/hashicorp/go-memdb [2021-02-18T09:09:42.889Z] 2021/02/18 09:09:42 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-02-18T09:09:43.451Z] 2021/02/18 09:09:43 Finished clone github.com/hashicorp/go-immutable-radix [2021-02-18T09:09:43.451Z] 2021/02/18 09:09:43 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2021-02-18T09:09:43.611Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-18T09:09:43.616Z] --- PASS: TestAuthZPluginAllowRequest (1.36s) [2021-02-18T09:09:43.616Z] === RUN TestAuthZPluginTLS [2021-02-18T09:09:43.707Z] 2021/02/18 09:09:43 Finished clone github.com/docker/distribution [2021-02-18T09:09:43.707Z] 2021/02/18 09:09:43 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-02-18T09:09:44.180Z] --- PASS: TestCreateServiceConflict (2.83s) [2021-02-18T09:09:44.180Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T09:09:44.251Z] --- PASS: TestAuthZPluginTLS (0.57s) [2021-02-18T09:09:44.251Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T09:09:44.269Z] 2021/02/18 09:09:44 Finished clone github.com/hashicorp/golang-lru [2021-02-18T09:09:44.269Z] 2021/02/18 09:09:44 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-02-18T09:09:44.439Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-18T09:09:44.546Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-02-18T09:09:44.546Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T09:09:45.182Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-02-18T09:09:45.182Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T09:09:45.199Z] 2021/02/18 09:09:44 Finished clone github.com/coreos/pkg [2021-02-18T09:09:45.199Z] 2021/02/18 09:09:44 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-02-18T09:09:45.199Z] 2021/02/18 09:09:45 Finished clone code.cloudfoundry.org/clock [2021-02-18T09:09:45.199Z] 2021/02/18 09:09:45 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-02-18T09:09:45.819Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-02-18T09:09:45.819Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T09:09:45.944Z] --- PASS: TestBuildWithHugeFile (122.99s) [2021-02-18T09:09:45.944Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T09:09:45.944Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:09:45.944Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:09:45.944Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:09:45.944Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:09:45.944Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:09:45.944Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:09:45.944Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T09:09:45.944Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T09:09:45.944Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T09:09:45.944Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-18T09:09:45.944Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-02-18T09:09:45.944Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-02-18T09:09:45.944Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-02-18T09:09:45.944Z] === RUN TestBuildPreserveOwnership [2021-02-18T09:09:45.944Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-02-18T09:09:45.944Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:09:45.944Z] === RUN TestBuildPlatformInvalid [2021-02-18T09:09:45.944Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2021-02-18T09:09:45.944Z] PASS [2021-02-18T09:09:45.944Z] ok github.com/docker/docker/integration/build 176.631s [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === Skipped [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-02-18T09:09:45.944Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-02-18T09:09:45.944Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-02-18T09:09:45.944Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-02-18T09:09:45.944Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-02-18T09:09:45.944Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] DONE 28 tests, 5 skipped in 198.381s [2021-02-18T09:09:45.944Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-02-18T09:09:45.944Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:09:45.944Z] INFO: Testing against a local daemon [2021-02-18T09:09:45.944Z] === RUN TestConfigInspect [2021-02-18T09:09:45.944Z] --- SKIP: TestConfigInspect (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestConfigList [2021-02-18T09:09:45.944Z] --- SKIP: TestConfigList (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestConfigsCreateAndDelete [2021-02-18T09:09:45.944Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestConfigsUpdate [2021-02-18T09:09:45.944Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestTemplatedConfig [2021-02-18T09:09:45.944Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestConfigCreateResolve [2021-02-18T09:09:45.944Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:09:45.944Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T09:09:45.944Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:09:45.944Z] PASS [2021-02-18T09:09:45.944Z] ok github.com/docker/docker/integration/config 0.114s [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === Skipped [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-02-18T09:09:45.944Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] [2021-02-18T09:09:45.944Z] DONE 7 tests, 7 skipped in 2.258s [2021-02-18T09:09:45.944Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-02-18T09:09:45.944Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:09:45.944Z] INFO: Testing against a local daemon [2021-02-18T09:09:45.944Z] === RUN TestCheckpoint [2021-02-18T09:09:45.944Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T09:09:45.944Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:09:45.944Z] === RUN TestContainerInvalidJSON [2021-02-18T09:09:45.944Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:09:45.944Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:09:45.944Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:09:45.944Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:09:45.944Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:09:45.944Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:09:45.944Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T09:09:45.944Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T09:09:45.944Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T09:09:45.944Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-02-18T09:09:45.944Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-18T09:09:45.944Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-18T09:09:45.944Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-02-18T09:09:45.944Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T09:09:45.944Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.35s) [2021-02-18T09:09:45.944Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T09:09:45.944Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-18T09:09:45.944Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T09:09:45.944Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-02-18T09:09:45.944Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T09:09:45.944Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2021-02-18T09:09:45.944Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestCopyFromContainer [2021-02-18T09:09:45.944Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-02-18T09:09:45.944Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T09:09:45.944Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:09:45.944Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:09:45.944Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:09:45.944Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:09:45.944Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:09:45.944Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:09:45.944Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T09:09:45.944Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T09:09:45.944Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T09:09:45.944Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T09:09:45.944Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T09:09:45.944Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-02-18T09:09:45.944Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidEnv [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T09:09:45.944Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T09:09:45.944Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T09:09:45.944Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T09:09:45.944Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T09:09:45.944Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T09:09:45.944Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T09:09:45.944Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T09:09:45.944Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-02-18T09:09:45.944Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T09:09:45.944Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-02-18T09:09:45.944Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:09:45.944Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T09:09:45.944Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-18T09:09:45.944Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:09:45.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:09:45.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:09:45.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:09:45.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:09:45.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:09:45.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:09:45.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T09:09:45.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T09:09:45.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T09:09:45.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T09:09:45.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-02-18T09:09:45.944Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T09:09:45.944Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-18T09:09:45.944Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-18T09:09:45.944Z] === RUN TestCreateDifferentPlatform [2021-02-18T09:09:45.944Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T09:09:45.944Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T09:09:45.944Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T09:09:45.944Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T09:09:45.944Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T09:09:45.944Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-02-18T09:09:45.944Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T09:09:45.944Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-18T09:09:45.944Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-18T09:09:45.944Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T09:09:45.944Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-18T09:09:45.944Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestDiff [2021-02-18T09:09:45.944Z] --- SKIP: TestDiff (0.00s) [2021-02-18T09:09:45.944Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-18T09:09:45.944Z] === RUN TestExecWithCloseStdin [2021-02-18T09:09:45.944Z] --- PASS: TestExecWithCloseStdin (2.02s) [2021-02-18T09:09:45.944Z] === RUN TestExec [2021-02-18T09:09:45.944Z] --- PASS: TestExec (2.09s) [2021-02-18T09:09:45.944Z] === RUN TestExecUser [2021-02-18T09:09:45.944Z] --- SKIP: TestExecUser (0.00s) [2021-02-18T09:09:45.944Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-18T09:09:45.944Z] === RUN TestExportContainerAndImportImage [2021-02-18T09:09:45.944Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-02-18T09:09:45.944Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T09:09:45.944Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-02-18T09:09:45.944Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:45.944Z] === RUN TestHealthCheckWorkdir [2021-02-18T09:09:45.944Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-02-18T09:09:45.944Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-18T09:09:45.944Z] === RUN TestHealthKillContainer [2021-02-18T09:09:45.944Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-02-18T09:09:45.944Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-18T09:09:45.944Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T09:09:45.944Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-02-18T09:09:45.944Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-18T09:09:45.944Z] === RUN TestKillContainerInvalidSignal [2021-02-18T09:09:46.387Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-18T09:09:46.570Z] 2021/02/18 09:09:46 Finished clone github.com/golang/protobuf [2021-02-18T09:09:46.570Z] 2021/02/18 09:09:46 Finished clone golang.org/x/crypto [2021-02-18T09:09:46.570Z] 2021/02/18 09:09:46 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-02-18T09:09:46.570Z] 2021/02/18 09:09:46 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-02-18T09:09:46.570Z] 2021/02/18 09:09:46 Finished clone github.com/beorn7/perks [2021-02-18T09:09:46.570Z] 2021/02/18 09:09:46 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-02-18T09:09:46.827Z] 2021/02/18 09:09:46 Finished clone github.com/prometheus/client_model [2021-02-18T09:09:46.827Z] 2021/02/18 09:09:46 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-02-18T09:09:47.344Z] --- PASS: TestAuthZPluginAllowEventStream (1.39s) [2021-02-18T09:09:47.344Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T09:09:47.486Z] --- PASS: TestKillContainerInvalidSignal (1.78s) [2021-02-18T09:09:47.486Z] === RUN TestKillContainer [2021-02-18T09:09:47.486Z] === RUN TestKillContainer/no_signal [2021-02-18T09:09:47.638Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-02-18T09:09:47.638Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T09:09:47.764Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-18T09:09:47.764Z] --- PASS: TestCreateServiceMaxReplicas (3.68s) [2021-02-18T09:09:47.764Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T09:09:48.195Z] 2021/02/18 09:09:47 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-02-18T09:09:48.195Z] 2021/02/18 09:09:47 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-02-18T09:09:48.274Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-02-18T09:09:48.274Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T09:09:48.451Z] 2021/02/18 09:09:48 Finished clone github.com/pkg/errors [2021-02-18T09:09:48.451Z] 2021/02/18 09:09:48 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-02-18T09:09:48.451Z] 2021/02/18 09:09:48 Finished clone github.com/prometheus/client_golang [2021-02-18T09:09:48.451Z] 2021/02/18 09:09:48 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2021-02-18T09:09:48.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-02-18T09:09:48.907Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-02-18T09:09:48.907Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T09:09:49.029Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T09:09:49.029Z] === RUN TestKillContainer/killing_signal [2021-02-18T09:09:49.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-02-18T09:09:49.380Z] 2021/02/18 09:09:49 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-02-18T09:09:49.380Z] 2021/02/18 09:09:49 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-02-18T09:09:49.380Z] 2021/02/18 09:09:49 Finished clone github.com/prometheus/procfs [2021-02-18T09:09:49.380Z] 2021/02/18 09:09:49 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-02-18T09:09:49.380Z] 2021/02/18 09:09:49 Finished clone github.com/prometheus/common [2021-02-18T09:09:49.380Z] 2021/02/18 09:09:49 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-02-18T09:09:49.636Z] 2021/02/18 09:09:49 Finished clone github.com/cespare/xxhash/v2 [2021-02-18T09:09:49.636Z] 2021/02/18 09:09:49 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-02-18T09:09:50.430Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.70s) [2021-02-18T09:09:50.430Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T09:09:50.646Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-02-18T09:09:51.004Z] 2021/02/18 09:09:50 Finished clone github.com/inconshreveable/mousetrap [2021-02-18T09:09:51.004Z] 2021/02/18 09:09:50 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2021-02-18T09:09:51.004Z] 2021/02/18 09:09:50 Finished clone github.com/docker/go-metrics [2021-02-18T09:09:51.213Z] --- PASS: TestKillContainer (3.77s) [2021-02-18T09:09:51.213Z] --- PASS: TestKillContainer/no_signal (1.69s) [2021-02-18T09:09:51.213Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-18T09:09:51.213Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-18T09:09:51.213Z] --- PASS: TestKillContainer/killing_signal (2.04s) [2021-02-18T09:09:51.213Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T09:09:51.213Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-18T09:09:51.213Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T09:09:51.213Z] === RUN TestKillStoppedContainer [2021-02-18T09:09:51.213Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-02-18T09:09:51.213Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T09:09:51.213Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T09:09:51.213Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-18T09:09:51.213Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T09:09:51.213Z] === RUN TestKillDifferentUserContainer [2021-02-18T09:09:51.213Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-02-18T09:09:51.213Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-18T09:09:51.213Z] === RUN TestInspectOomKilledTrue [2021-02-18T09:09:51.213Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T09:09:51.213Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:51.213Z] === RUN TestInspectOomKilledFalse [2021-02-18T09:09:51.213Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T09:09:51.213Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:09:51.213Z] === RUN TestLogsFollowTailEmpty [2021-02-18T09:09:51.261Z] 2021/02/18 09:09:50 Finished clone github.com/morikuni/aec [2021-02-18T09:09:51.261Z] 2021/02/18 09:09:51 Finished clone github.com/spf13/pflag [2021-02-18T09:09:51.517Z] 2021/02/18 09:09:51 Finished clone github.com/spf13/cobra [2021-02-18T09:09:52.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-02-18T09:09:52.511Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2021-02-18T09:09:52.511Z] === RUN TestAuthZPluginHeader [2021-02-18T09:09:53.160Z] --- PASS: TestAuthZPluginHeader (0.87s) [2021-02-18T09:09:53.160Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T09:09:53.160Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-18T09:09:53.160Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:09:53.160Z] === RUN TestAuthZPluginV2Disable [2021-02-18T09:09:53.160Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-18T09:09:53.160Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:09:53.160Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T09:09:53.160Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-18T09:09:53.160Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:09:53.160Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T09:09:53.160Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-18T09:09:53.160Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:09:53.160Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T09:09:53.398Z] --- PASS: TestLogsFollowTailEmpty (1.73s) [2021-02-18T09:09:53.398Z] === RUN TestNetworkNat [2021-02-18T09:09:53.398Z] --- SKIP: TestNetworkNat (0.00s) [2021-02-18T09:09:53.398Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-18T09:09:53.398Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T09:09:53.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a85e20_} [2021-02-18T09:09:53.408Z] 2021/02/18 09:09:52 Finished clone github.com/google/certificate-transparency-go [2021-02-18T09:09:53.971Z] 2021/02/18 09:09:53 Finished clone github.com/opencontainers/selinux [2021-02-18T09:09:54.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1000900275_/foo_false____} [2021-02-18T09:09:55.343Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1000900275_/foo_true____} [2021-02-18T09:09:55.581Z] --- PASS: TestNetworkLocalhostTCPNat (2.11s) [2021-02-18T09:09:55.581Z] === RUN TestNetworkLoopbackNat [2021-02-18T09:09:55.581Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-02-18T09:09:55.581Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-18T09:09:55.581Z] === RUN TestPause [2021-02-18T09:09:55.581Z] --- SKIP: TestPause (0.00s) [2021-02-18T09:09:55.581Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-18T09:09:55.581Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T09:09:56.718Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3600562294_/foo_false____} [2021-02-18T09:09:57.122Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.77s) [2021-02-18T09:09:57.122Z] === RUN TestPauseStopPausedContainer [2021-02-18T09:09:57.122Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-02-18T09:09:57.122Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:09:57.122Z] === RUN TestPsFilter [2021-02-18T09:09:57.122Z] --- PASS: TestPsFilter (0.09s) [2021-02-18T09:09:57.122Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T09:09:58.094Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3600562294_/foo_true____} [2021-02-18T09:09:59.213Z] 2021/02/18 09:09:58 Finished clone github.com/cloudflare/cfssl [2021-02-18T09:09:59.307Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.05s) [2021-02-18T09:09:59.307Z] === RUN TestRemoveContainerWithVolume [2021-02-18T09:09:59.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3600562294_/foo_true__0xc000a85e80__} [2021-02-18T09:09:59.728Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a85ea0_} [2021-02-18T09:10:01.127Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a85ec0_} [2021-02-18T09:10:01.512Z] --- PASS: TestRemoveContainerWithVolume (2.08s) [2021-02-18T09:10:01.512Z] === RUN TestRemoveContainerRunning [2021-02-18T09:10:01.694Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.91s) [2021-02-18T09:10:01.695Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T09:10:02.632Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a85ee0_} [2021-02-18T09:10:03.053Z] --- PASS: TestRemoveContainerRunning (1.72s) [2021-02-18T09:10:03.054Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T09:10:04.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a85f00_} [2021-02-18T09:10:04.270Z] --- PASS: TestCreateServiceSecretFileMode (2.60s) [2021-02-18T09:10:04.270Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T09:10:04.593Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.76s) [2021-02-18T09:10:04.593Z] === RUN TestRemoveInvalidContainer [2021-02-18T09:10:04.593Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-18T09:10:04.593Z] === RUN TestRenameLinkedContainer [2021-02-18T09:10:04.593Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-02-18T09:10:04.593Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:04.593Z] === RUN TestRenameStoppedContainer [2021-02-18T09:10:05.645Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-18T09:10:06.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-18T09:10:06.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-18T09:10:06.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-18T09:10:06.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-18T09:10:06.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-18T09:10:06.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-18T09:10:06.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-18T09:10:06.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-18T09:10:06.778Z] --- PASS: TestRenameStoppedContainer (2.03s) [2021-02-18T09:10:06.778Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-02-18T09:10:06.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-02-18T09:10:07.107Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-18T09:10:07.107Z] --- PASS: TestCreateServiceConfigFileMode (2.90s) [2021-02-18T09:10:07.107Z] === RUN TestCreateServiceSysctls [2021-02-18T09:10:07.303Z] 2021/02/18 09:10:06 Finished clone github.com/docker/swarmkit [2021-02-18T09:10:09.642Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-18T09:10:10.525Z] --- PASS: TestRenameRunningContainerAndReuse (3.56s) [2021-02-18T09:10:10.525Z] === RUN TestRenameInvalidName [2021-02-18T09:10:10.568Z] 2021/02/18 09:10:10 Finished clone cloud.google.com/go [2021-02-18T09:10:11.022Z] --- PASS: TestCreateServiceSysctls (3.69s) [2021-02-18T09:10:11.022Z] === RUN TestCreateServiceCapabilities [2021-02-18T09:10:11.282Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-18T09:10:11.823Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2021-02-18T09:10:11.823Z] PASS [2021-02-18T09:10:11.823Z] [2021-02-18T09:10:11.823Z] === Skipped [2021-02-18T09:10:11.823Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-18T09:10:11.823Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:10:11.823Z] [2021-02-18T09:10:11.823Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-18T09:10:11.823Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:10:11.823Z] [2021-02-18T09:10:11.823Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-18T09:10:11.823Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:10:11.823Z] [2021-02-18T09:10:11.823Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-18T09:10:11.823Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:10:11.823Z] [2021-02-18T09:10:11.823Z] [2021-02-18T09:10:11.823Z] DONE 17 tests, 4 skipped in 27.701s [2021-02-18T09:10:11.823Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T09:10:11.823Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:11.823Z] ++ set -e [2021-02-18T09:10:11.823Z] ++ '[' -n 0 ']' [2021-02-18T09:10:11.823Z] ++ set -x [2021-02-18T09:10:11.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:11.823Z] INFO: Testing against a local daemon [2021-02-18T09:10:11.823Z] === RUN TestPluginInvalidJSON [2021-02-18T09:10:11.823Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:10:11.823Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:10:11.823Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:10:11.823Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-18T09:10:11.823Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T09:10:11.823Z] === RUN TestPluginInstall [2021-02-18T09:10:11.823Z] === RUN TestPluginInstall/no_auth [2021-02-18T09:10:11.823Z] time="2021-02-18T09:10:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:10:11.823Z] time="2021-02-18T09:10:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bafc58c0c5cd24405c283ee37a32eb39253473dabb782fb29f66a7c2accebf06" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:10:11.823Z] time="2021-02-18T09:10:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:10:11.823Z] time="2021-02-18T09:10:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bafc58c0c5cd24405c283ee37a32eb39253473dabb782fb29f66a7c2accebf06" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:10:11.823Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T09:10:12.066Z] --- PASS: TestRenameInvalidName (1.75s) [2021-02-18T09:10:12.066Z] === RUN TestRenameAnonymousContainer [2021-02-18T09:10:12.066Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-02-18T09:10:12.066Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:12.066Z] === RUN TestRenameContainerWithSameName [2021-02-18T09:10:12.459Z] time="2021-02-18T09:10:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:10:12.459Z] time="2021-02-18T09:10:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9edda6f56ea6015f9812c360afb019b7198699341c54ad56621fd6e680a31946" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:10:12.459Z] time="2021-02-18T09:10:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:10:12.459Z] time="2021-02-18T09:10:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9edda6f56ea6015f9812c360afb019b7198699341c54ad56621fd6e680a31946" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:10:12.753Z] === RUN TestPluginInstall/with_insecure [2021-02-18T09:10:13.791Z] time="2021-02-18T09:10:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:10:13.791Z] time="2021-02-18T09:10:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a8b1342d3343bca5064f1272a07b24639a7f4f84d9adc6141d9f105cb10909e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:10:13.791Z] time="2021-02-18T09:10:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T09:10:13.791Z] time="2021-02-18T09:10:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a8b1342d3343bca5064f1272a07b24639a7f4f84d9adc6141d9f105cb10909e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T09:10:13.819Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-18T09:10:14.078Z] --- PASS: TestCreateServiceCapabilities (3.28s) [2021-02-18T09:10:14.078Z] === RUN TestInspect [2021-02-18T09:10:14.087Z] --- PASS: TestPluginInstall (4.24s) [2021-02-18T09:10:14.087Z] --- PASS: TestPluginInstall/no_auth (1.95s) [2021-02-18T09:10:14.087Z] --- PASS: TestPluginInstall/with_htpasswd (0.91s) [2021-02-18T09:10:14.087Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2021-02-18T09:10:14.087Z] plugin_test.go:157: [dc36c370ba542] daemon is not started [2021-02-18T09:10:14.087Z] PASS [2021-02-18T09:10:14.087Z] [2021-02-18T09:10:14.087Z] DONE 6 tests in 4.330s [2021-02-18T09:10:14.087Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T09:10:14.087Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:14.087Z] ++ set -e [2021-02-18T09:10:14.087Z] ++ '[' -n 0 ']' [2021-02-18T09:10:14.087Z] ++ set -x [2021-02-18T09:10:14.087Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:14.087Z] INFO: Testing against a local daemon [2021-02-18T09:10:14.087Z] === RUN TestExternalGraphDriver [2021-02-18T09:10:14.251Z] --- PASS: TestRenameContainerWithSameName (1.83s) [2021-02-18T09:10:14.251Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T09:10:14.251Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-02-18T09:10:14.251Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:14.251Z] === RUN TestResize [2021-02-18T09:10:14.383Z] === RUN TestExternalGraphDriver/json [2021-02-18T09:10:14.735Z] 2021/02/18 09:10:13 Finished clone github.com/coreos/etcd [2021-02-18T09:10:15.015Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-18T09:10:15.015Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-18T09:10:15.791Z] --- PASS: TestResize (1.76s) [2021-02-18T09:10:15.791Z] === RUN TestResizeWithInvalidSize [2021-02-18T09:10:15.791Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-02-18T09:10:15.791Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:15.791Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T09:10:15.953Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-18T09:10:16.459Z] === RUN TestExternalGraphDriver/spec [2021-02-18T09:10:16.890Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-02-18T09:10:17.150Z] --- PASS: TestInspect (3.05s) [2021-02-18T09:10:17.150Z] === RUN TestCreateJob [2021-02-18T09:10:17.409Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-02-18T09:10:17.668Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-18T09:10:17.974Z] --- PASS: TestResizeWhenContainerNotStarted (2.03s) [2021-02-18T09:10:17.974Z] === RUN TestDaemonRestartKillContainers [2021-02-18T09:10:17.974Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-18T09:10:17.974Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:17.974Z] === RUN TestStats [2021-02-18T09:10:17.974Z] --- SKIP: TestStats (0.00s) [2021-02-18T09:10:17.974Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-18T09:10:17.974Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T09:10:17.978Z] === RUN TestExternalGraphDriver/pull [2021-02-18T09:10:18.003Z] 2021/02/18 09:10:17 Finished clone github.com/containerd/containerd [2021-02-18T09:10:18.606Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-18T09:10:19.175Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-18T09:10:20.073Z] --- PASS: TestExternalGraphDriver (5.53s) [2021-02-18T09:10:20.073Z] --- PASS: TestExternalGraphDriver/json (1.82s) [2021-02-18T09:10:20.073Z] --- PASS: TestExternalGraphDriver/spec (1.76s) [2021-02-18T09:10:20.073Z] --- PASS: TestExternalGraphDriver/pull (1.82s) [2021-02-18T09:10:20.073Z] === RUN TestGraphdriverPluginV2 [2021-02-18T09:10:20.073Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-02-18T09:10:20.073Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:10:20.073Z] PASS [2021-02-18T09:10:20.073Z] [2021-02-18T09:10:20.073Z] === Skipped [2021-02-18T09:10:20.073Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-02-18T09:10:20.073Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:10:20.073Z] [2021-02-18T09:10:20.073Z] [2021-02-18T09:10:20.073Z] DONE 5 tests, 1 skipped in 5.656s [2021-02-18T09:10:20.073Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T09:10:20.073Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:20.073Z] ++ set -e [2021-02-18T09:10:20.073Z] ++ '[' -n 0 ']' [2021-02-18T09:10:20.073Z] ++ set -x [2021-02-18T09:10:20.073Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:20.073Z] INFO: Testing against a local daemon [2021-02-18T09:10:20.073Z] === RUN TestContinueAfterPluginCrash [2021-02-18T09:10:20.073Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T09:10:20.073Z] === RUN TestReadPluginNoRead [2021-02-18T09:10:20.073Z] === PAUSE TestReadPluginNoRead [2021-02-18T09:10:20.073Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T09:10:20.073Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T09:10:20.073Z] === CONT TestContinueAfterPluginCrash [2021-02-18T09:10:20.073Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T09:10:20.073Z] === CONT TestReadPluginNoRead [2021-02-18T09:10:20.557Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-18T09:10:21.125Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-18T09:10:21.692Z] --- PASS: TestCreateJob (4.46s) [2021-02-18T09:10:21.692Z] === RUN TestReplicatedJob [2021-02-18T09:10:21.952Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-18T09:10:22.674Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.92s) [2021-02-18T09:10:22.674Z] === RUN TestStopContainerWithTimeout [2021-02-18T09:10:22.674Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-02-18T09:10:22.674Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-18T09:10:22.674Z] === RUN TestUpdateRestartPolicy [2021-02-18T09:10:22.889Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-18T09:10:24.268Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-18T09:10:24.268Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-02-18T09:10:25.205Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-18T09:10:25.702Z] === RUN TestReadPluginNoRead/default [2021-02-18T09:10:25.702Z] --- PASS: TestDaemonStartWithLogOpt (5.38s) [2021-02-18T09:10:26.143Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-18T09:10:26.347Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T09:10:27.387Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T09:10:27.522Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-18T09:10:28.015Z] 2021/02/18 09:10:27 Finished clone google.golang.org/genproto [2021-02-18T09:10:28.898Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-18T09:10:28.898Z] --- PASS: TestReplicatedJob (7.01s) [2021-02-18T09:10:28.898Z] === RUN TestUpdateReplicatedJob [2021-02-18T09:10:28.908Z] --- PASS: TestReadPluginNoRead (8.91s) [2021-02-18T09:10:28.908Z] --- PASS: TestReadPluginNoRead/default (1.35s) [2021-02-18T09:10:28.908Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.31s) [2021-02-18T09:10:28.908Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.34s) [2021-02-18T09:10:28.908Z] read_test.go:92: [d196acb901d85] daemon is not started [2021-02-18T09:10:29.466Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-18T09:10:30.403Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-18T09:10:30.403Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-18T09:10:30.424Z] --- PASS: TestContinueAfterPluginCrash (10.59s) [2021-02-18T09:10:30.424Z] PASS [2021-02-18T09:10:30.424Z] [2021-02-18T09:10:30.424Z] DONE 6 tests in 10.665s [2021-02-18T09:10:30.424Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-18T09:10:30.424Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:30.424Z] ++ set -e [2021-02-18T09:10:30.424Z] ++ '[' -n 0 ']' [2021-02-18T09:10:30.424Z] ++ set -x [2021-02-18T09:10:30.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:30.424Z] testing: warning: no tests to run [2021-02-18T09:10:30.424Z] PASS [2021-02-18T09:10:30.424Z] [2021-02-18T09:10:30.424Z] DONE 0 tests in 0.018s [2021-02-18T09:10:30.424Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T09:10:30.424Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:30.424Z] ++ set -e [2021-02-18T09:10:30.424Z] ++ '[' -n 0 ']' [2021-02-18T09:10:30.424Z] ++ set -x [2021-02-18T09:10:30.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:30.537Z] 2021/02/18 09:10:30 Finished clone github.com/gogo/protobuf [2021-02-18T09:10:30.717Z] INFO: Testing against a local daemon [2021-02-18T09:10:30.717Z] === RUN TestPluginWithDevMounts [2021-02-18T09:10:30.717Z] === PAUSE TestPluginWithDevMounts [2021-02-18T09:10:30.717Z] === CONT TestPluginWithDevMounts [2021-02-18T09:10:31.340Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-18T09:10:31.908Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-18T09:10:32.475Z] --- PASS: TestUpdateReplicatedJob (3.89s) [2021-02-18T09:10:32.475Z] === RUN TestServiceListWithStatuses [2021-02-18T09:10:32.475Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T09:10:32.475Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:10:32.475Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T09:10:32.796Z] --- PASS: TestPluginWithDevMounts (1.83s) [2021-02-18T09:10:32.796Z] PASS [2021-02-18T09:10:32.796Z] [2021-02-18T09:10:32.796Z] DONE 1 tests in 1.901s [2021-02-18T09:10:32.796Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T09:10:32.796Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:32.796Z] ++ set -e [2021-02-18T09:10:32.796Z] ++ '[' -n 0 ']' [2021-02-18T09:10:32.796Z] ++ set -x [2021-02-18T09:10:32.796Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:32.796Z] INFO: Testing against a local daemon [2021-02-18T09:10:32.796Z] === RUN TestSecretInspect [2021-02-18T09:10:33.043Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-18T09:10:33.611Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-18T09:10:34.319Z] --- PASS: TestSecretInspect (1.88s) [2021-02-18T09:10:34.319Z] === RUN TestSecretList [2021-02-18T09:10:34.550Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-18T09:10:36.395Z] --- PASS: TestSecretList (1.93s) [2021-02-18T09:10:36.395Z] === RUN TestSecretsCreateAndDelete [2021-02-18T09:10:36.458Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-18T09:10:36.718Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-18T09:10:38.099Z] --- PASS: TestDockerNetworkConnectAlias (5.54s) [2021-02-18T09:10:38.099Z] === RUN TestDockerNetworkReConnect [2021-02-18T09:10:38.488Z] --- PASS: TestSecretsCreateAndDelete (1.92s) [2021-02-18T09:10:38.488Z] === RUN TestSecretsUpdate [2021-02-18T09:10:38.668Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-18T09:10:40.565Z] --- PASS: TestSecretsUpdate (1.94s) [2021-02-18T09:10:40.565Z] === RUN TestTemplatedSecret [2021-02-18T09:10:42.651Z] --- PASS: TestTemplatedSecret (2.35s) [2021-02-18T09:10:42.651Z] === RUN TestSecretCreateResolve [2021-02-18T09:10:42.867Z] --- PASS: TestDockerNetworkReConnect (4.08s) [2021-02-18T09:10:42.867Z] === RUN TestServicePlugin [2021-02-18T09:10:42.867Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-18T09:10:43.782Z] --- PASS: TestUpdateRestartPolicy (19.53s) [2021-02-18T09:10:43.782Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T09:10:43.782Z] --- PASS: TestUpdateRestartWithAutoRemove (1.76s) [2021-02-18T09:10:43.782Z] === RUN TestWaitNonBlocked [2021-02-18T09:10:43.782Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:10:43.782Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:10:43.782Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:10:43.782Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:10:43.782Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T09:10:43.782Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T09:10:44.722Z] --- PASS: TestSecretCreateResolve (1.91s) [2021-02-18T09:10:44.722Z] PASS [2021-02-18T09:10:44.722Z] [2021-02-18T09:10:44.722Z] DONE 6 tests in 11.985s [2021-02-18T09:10:44.722Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T09:10:44.722Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:44.722Z] ++ set -e [2021-02-18T09:10:44.722Z] ++ '[' -n 0 ']' [2021-02-18T09:10:44.722Z] ++ set -x [2021-02-18T09:10:44.722Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:10:44.722Z] INFO: Testing against a local daemon [2021-02-18T09:10:44.722Z] === RUN TestServiceCreateInit [2021-02-18T09:10:44.722Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T09:10:45.401Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-02-18T09:10:45.660Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-18T09:10:45.981Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-18T09:10:45.981Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.23s) [2021-02-18T09:10:45.981Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.28s) [2021-02-18T09:10:45.981Z] === RUN TestWaitBlocked [2021-02-18T09:10:45.981Z] --- SKIP: TestWaitBlocked (0.00s) [2021-02-18T09:10:45.981Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:45.981Z] PASS [2021-02-18T09:10:45.981Z] ok github.com/docker/docker/integration/container 65.397s [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === Skipped [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-02-18T09:10:46.441Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-18T09:10:46.441Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2021-02-18T09:10:46.441Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-02-18T09:10:46.441Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-02-18T09:10:46.441Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-02-18T09:10:46.441Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-02-18T09:10:46.441Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-18T09:10:46.441Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-18T09:10:46.441Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-18T09:10:46.441Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-02-18T09:10:46.441Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-02-18T09:10:46.441Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-02-18T09:10:46.441Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-02-18T09:10:46.441Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-02-18T09:10:46.441Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-02-18T09:10:46.441Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-02-18T09:10:46.441Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-02-18T09:10:46.441Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-02-18T09:10:46.441Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-18T09:10:46.441Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-18T09:10:46.441Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-02-18T09:10:46.441Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-18T09:10:46.441Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-02-18T09:10:46.441Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-02-18T09:10:46.441Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-02-18T09:10:46.441Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-02-18T09:10:46.441Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-02-18T09:10:46.441Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-02-18T09:10:46.441Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-02-18T09:10:46.441Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-02-18T09:10:46.441Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-02-18T09:10:46.441Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-02-18T09:10:46.441Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-02-18T09:10:46.441Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-02-18T09:10:46.441Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-02-18T09:10:46.441Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-02-18T09:10:46.441Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-02-18T09:10:46.441Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] [2021-02-18T09:10:46.441Z] DONE 88 tests, 37 skipped in 68.033s [2021-02-18T09:10:46.441Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-02-18T09:10:46.596Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-18T09:10:48.258Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T09:10:48.623Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:10:48.623Z] INFO: Testing against a local daemon [2021-02-18T09:10:48.623Z] === RUN TestCommitInheritsEnv [2021-02-18T09:10:48.623Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-02-18T09:10:48.623Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:10:48.623Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T09:10:48.623Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T09:10:48.623Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-18T09:10:48.623Z] === RUN TestImagesFilterMultiReference [2021-02-18T09:10:48.623Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-02-18T09:10:48.623Z] === RUN TestImagePullPlatformInvalid [2021-02-18T09:10:48.623Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-18T09:10:48.623Z] === RUN TestRemoveImageOrphaning [2021-02-18T09:10:49.086Z] --- PASS: TestRemoveImageOrphaning (0.79s) [2021-02-18T09:10:49.086Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T09:10:49.086Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-18T09:10:49.086Z] === RUN TestTagInvalidReference [2021-02-18T09:10:49.086Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-18T09:10:49.086Z] === RUN TestTagValidPrefixedRepo [2021-02-18T09:10:49.086Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-18T09:10:49.086Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T09:10:49.547Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-18T09:10:49.547Z] === RUN TestTagOfficialNames [2021-02-18T09:10:49.547Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-18T09:10:49.547Z] === RUN TestTagMatchesDigest [2021-02-18T09:10:49.547Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-18T09:10:49.547Z] PASS [2021-02-18T09:10:49.547Z] ok github.com/docker/docker/integration/image 1.258s [2021-02-18T09:10:49.547Z] [2021-02-18T09:10:49.547Z] === Skipped [2021-02-18T09:10:49.547Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-02-18T09:10:49.547Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:10:49.547Z] [2021-02-18T09:10:49.547Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T09:10:49.547Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-18T09:10:49.547Z] [2021-02-18T09:10:49.547Z] [2021-02-18T09:10:49.547Z] DONE 11 tests, 2 skipped in 3.215s [2021-02-18T09:10:49.547Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-02-18T09:10:51.091Z] testing: warning: no tests to run [2021-02-18T09:10:51.091Z] PASS [2021-02-18T09:10:51.091Z] ok github.com/docker/docker/integration/network/ipvlan 0.098s [no tests to run] [2021-02-18T09:10:51.091Z] testing: warning: no tests to run [2021-02-18T09:10:51.091Z] PASS [2021-02-18T09:10:51.091Z] ok github.com/docker/docker/integration/network/macvlan 0.089s [no tests to run] [2021-02-18T09:10:51.873Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-18T09:10:52.068Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:10:52.068Z] INFO: Testing against a local daemon [2021-02-18T09:10:52.068Z] === RUN TestNetworkCreateDelete [2021-02-18T09:10:52.068Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-02-18T09:10:52.068Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:52.068Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T09:10:52.068Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-02-18T09:10:52.068Z] 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-18T09:10:52.068Z] === RUN TestDaemonDNSFallback [2021-02-18T09:10:52.068Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-02-18T09:10:52.068Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:52.068Z] === RUN TestInspectNetwork [2021-02-18T09:10:52.068Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-18T09:10:52.068Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:52.068Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T09:10:52.068Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-18T09:10:52.068Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:52.068Z] === RUN TestNetworkInvalidJSON [2021-02-18T09:10:52.068Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T09:10:52.068Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T09:10:52.068Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:10:52.068Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:10:52.068Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:10:52.068Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:10:52.068Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T09:10:52.068Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T09:10:52.068Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T09:10:52.068Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-18T09:10:52.068Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-02-18T09:10:52.068Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-02-18T09:10:52.068Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-02-18T09:10:52.068Z] === RUN TestNetworkList [2021-02-18T09:10:52.068Z] === RUN TestNetworkList//networks [2021-02-18T09:10:52.068Z] === PAUSE TestNetworkList//networks [2021-02-18T09:10:52.068Z] === RUN TestNetworkList//networks/ [2021-02-18T09:10:52.068Z] === PAUSE TestNetworkList//networks/ [2021-02-18T09:10:52.068Z] === CONT TestNetworkList//networks [2021-02-18T09:10:52.068Z] === CONT TestNetworkList//networks/ [2021-02-18T09:10:52.068Z] --- PASS: TestNetworkList (0.04s) [2021-02-18T09:10:52.068Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T09:10:52.068Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T09:10:52.068Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T09:10:52.068Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-18T09:10:52.068Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T09:10:52.068Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2021-02-18T09:10:52.068Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T09:10:52.068Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-02-18T09:10:52.068Z] service_test.go:52: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T09:10:52.068Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-18T09:10:52.068Z] service_test.go:96: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T09:10:52.068Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T09:10:52.068Z] service_test.go:130: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T09:10:52.068Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-18T09:10:52.068Z] service_test.go:181: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T09:10:52.068Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T09:10:52.068Z] service_test.go:206: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T09:10:52.068Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:10:52.068Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:10:52.068Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T09:10:52.068Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-02-18T09:10:52.068Z] service_test.go:326: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T09:10:52.068Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T09:10:52.068Z] service_test.go:394: testEnv.OSType == "windows" [2021-02-18T09:10:52.068Z] PASS [2021-02-18T09:10:52.068Z] ok github.com/docker/docker/integration/network 0.220s [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === Skipped [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-02-18T09:10:52.529Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-02-18T09:10:52.529Z] 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-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-02-18T09:10:52.529Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-02-18T09:10:52.529Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-02-18T09:10:52.529Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-02-18T09:10:52.529Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.02s) [2021-02-18T09:10:52.529Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-02-18T09:10:52.529Z] service_test.go:52: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-18T09:10:52.529Z] service_test.go:96: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T09:10:52.529Z] service_test.go:130: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-18T09:10:52.529Z] service_test.go:181: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T09:10:52.529Z] service_test.go:206: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T09:10:52.529Z] service_test.go:236: FLAKY_TEST [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-02-18T09:10:52.529Z] service_test.go:326: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T09:10:52.529Z] service_test.go:394: testEnv.OSType == "windows" [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] [2021-02-18T09:10:52.529Z] DONE 22 tests, 15 skipped in 2.890s [2021-02-18T09:10:52.529Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-02-18T09:10:52.722Z] --- PASS: TestServiceCreateInit (7.46s) [2021-02-18T09:10:52.722Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.68s) [2021-02-18T09:10:52.722Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.75s) [2021-02-18T09:10:52.722Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T09:10:52.989Z] testing: warning: no tests to run [2021-02-18T09:10:52.989Z] PASS [2021-02-18T09:10:52.989Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2021-02-18T09:10:52.989Z] [2021-02-18T09:10:52.989Z] DONE 0 tests in 0.335s [2021-02-18T09:10:52.989Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-02-18T09:10:53.449Z] testing: warning: no tests to run [2021-02-18T09:10:53.449Z] PASS [2021-02-18T09:10:53.449Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2021-02-18T09:10:53.449Z] [2021-02-18T09:10:53.449Z] DONE 0 tests in 0.314s [2021-02-18T09:10:53.449Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-02-18T09:10:53.777Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-18T09:10:54.346Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-18T09:10:55.000Z] testing: warning: no tests to run [2021-02-18T09:10:55.000Z] testing: warning: no tests to run [2021-02-18T09:10:55.000Z] PASS [2021-02-18T09:10:55.000Z] PASS [2021-02-18T09:10:55.000Z] ok github.com/docker/docker/integration/plugin 0.122s [no tests to run] [2021-02-18T09:10:55.000Z] ok github.com/docker/docker/integration/plugin/authz 0.079s [no tests to run] [2021-02-18T09:10:57.638Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-02-18T09:10:57.896Z] === RUN TestDockerSuite/TestCpToDot [2021-02-18T09:10:58.464Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-18T09:10:59.841Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-18T09:11:00.777Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-18T09:11:01.345Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-18T09:11:02.723Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-18T09:11:03.292Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-18T09:11:03.595Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:03.595Z] INFO: Testing against a local daemon [2021-02-18T09:11:03.595Z] === RUN TestExternalGraphDriver [2021-02-18T09:11:03.595Z] --- SKIP: TestExternalGraphDriver (0.01s) [2021-02-18T09:11:03.595Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T09:11:03.595Z] === RUN TestGraphdriverPluginV2 [2021-02-18T09:11:03.595Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2021-02-18T09:11:03.595Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T09:11:03.595Z] PASS [2021-02-18T09:11:03.595Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.295s [2021-02-18T09:11:03.595Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:03.595Z] INFO: Testing against a local daemon [2021-02-18T09:11:03.595Z] === RUN TestPluginInvalidJSON [2021-02-18T09:11:03.595Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:11:03.595Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:11:03.595Z] testing: warning: no tests to run [2021-02-18T09:11:03.595Z] PASS [2021-02-18T09:11:03.595Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.049s [no tests to run] [2021-02-18T09:11:03.595Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:11:03.595Z] --- PASS: TestPluginInvalidJSON (0.08s) [2021-02-18T09:11:03.595Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.02s) [2021-02-18T09:11:03.595Z] === RUN TestPluginInstall [2021-02-18T09:11:03.595Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-18T09:11:03.595Z] plugin_test.go:55: testEnv.OSType == "windows" [2021-02-18T09:11:03.595Z] PASS [2021-02-18T09:11:03.595Z] ok github.com/docker/docker/integration/plugin/common 0.272s [2021-02-18T09:11:03.595Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:03.595Z] INFO: Testing against a local daemon [2021-02-18T09:11:03.595Z] === RUN TestReadPluginNoRead [2021-02-18T09:11:03.595Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-18T09:11:03.595Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T09:11:03.595Z] PASS [2021-02-18T09:11:03.595Z] ok github.com/docker/docker/integration/plugin/logging 0.156s [2021-02-18T09:11:03.595Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-02-18T09:11:03.595Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-02-18T09:11:03.868Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-18T09:11:04.806Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-18T09:11:04.806Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-18T09:11:04.806Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-18T09:11:05.135Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:05.135Z] INFO: Testing against a local daemon [2021-02-18T09:11:05.135Z] === RUN TestPluginWithDevMounts [2021-02-18T09:11:05.135Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-18T09:11:05.135Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:05.135Z] PASS [2021-02-18T09:11:05.135Z] ok github.com/docker/docker/integration/plugin/volumes 0.093s [2021-02-18T09:11:05.135Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-02-18T09:11:05.135Z] [2021-02-18T09:11:05.135Z] === Skipped [2021-02-18T09:11:05.135Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-18T09:11:05.135Z] plugin_test.go:55: testEnv.OSType == "windows" [2021-02-18T09:11:05.135Z] [2021-02-18T09:11:05.135Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2021-02-18T09:11:05.135Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T09:11:05.135Z] [2021-02-18T09:11:05.135Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2021-02-18T09:11:05.135Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T09:11:05.135Z] [2021-02-18T09:11:05.135Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-18T09:11:05.135Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T09:11:05.373Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-18T09:11:05.595Z] [2021-02-18T09:11:05.595Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-18T09:11:05.595Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:05.595Z] [2021-02-18T09:11:05.595Z] [2021-02-18T09:11:05.595Z] DONE 7 tests, 5 skipped in 12.069s [2021-02-18T09:11:05.595Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-02-18T09:11:05.595Z] testing: warning: no tests to run [2021-02-18T09:11:05.595Z] PASS [2021-02-18T09:11:05.595Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2021-02-18T09:11:05.595Z] [2021-02-18T09:11:05.595Z] DONE 0 tests in 0.335s [2021-02-18T09:11:05.595Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-02-18T09:11:05.941Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-18T09:11:05.941Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-18T09:11:05.941Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-18T09:11:06.508Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-18T09:11:06.566Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:06.566Z] INFO: Testing against a local daemon [2021-02-18T09:11:06.566Z] === RUN TestPluginInvalidJSON [2021-02-18T09:11:06.566Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:11:06.566Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:11:06.566Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T09:11:06.566Z] --- PASS: TestPluginInvalidJSON (0.08s) [2021-02-18T09:11:06.566Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.02s) [2021-02-18T09:11:06.566Z] === RUN TestPluginInstall [2021-02-18T09:11:06.566Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-18T09:11:06.566Z] plugin_test.go:55: testEnv.OSType == "windows" [2021-02-18T09:11:06.566Z] PASS [2021-02-18T09:11:06.566Z] ok github.com/docker/docker/integration/plugin/common (cached) [2021-02-18T09:11:06.566Z] [2021-02-18T09:11:06.566Z] === Skipped [2021-02-18T09:11:06.566Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-18T09:11:06.566Z] plugin_test.go:55: testEnv.OSType == "windows" [2021-02-18T09:11:06.566Z] [2021-02-18T09:11:06.566Z] [2021-02-18T09:11:06.566Z] DONE 3 tests, 1 skipped in 0.806s [2021-02-18T09:11:06.566Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-02-18T09:11:06.766Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-18T09:11:06.766Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-18T09:11:07.026Z] === RUN TestDockerSuite/TestCreateRM [2021-02-18T09:11:07.026Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-18T09:11:07.026Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-18T09:11:07.026Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-18T09:11:07.284Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-18T09:11:07.537Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:07.537Z] INFO: Testing against a local daemon [2021-02-18T09:11:07.537Z] === RUN TestExternalGraphDriver [2021-02-18T09:11:07.537Z] --- SKIP: TestExternalGraphDriver (0.01s) [2021-02-18T09:11:07.537Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T09:11:07.537Z] === RUN TestGraphdriverPluginV2 [2021-02-18T09:11:07.537Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2021-02-18T09:11:07.537Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T09:11:07.537Z] PASS [2021-02-18T09:11:07.537Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2021-02-18T09:11:07.537Z] [2021-02-18T09:11:07.537Z] === Skipped [2021-02-18T09:11:07.537Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2021-02-18T09:11:07.537Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T09:11:07.537Z] [2021-02-18T09:11:07.537Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2021-02-18T09:11:07.537Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T09:11:07.537Z] [2021-02-18T09:11:07.537Z] [2021-02-18T09:11:07.537Z] DONE 2 tests, 2 skipped in 0.795s [2021-02-18T09:11:07.537Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-02-18T09:11:08.115Z] --- PASS: TestCreateServiceMultipleTimes (15.41s) [2021-02-18T09:11:08.115Z] === RUN TestCreateServiceConflict [2021-02-18T09:11:08.508Z] testing: warning: no tests to run [2021-02-18T09:11:08.508Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:08.508Z] PASS [2021-02-18T09:11:08.508Z] INFO: Testing against a local daemon [2021-02-18T09:11:08.508Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-02-18T09:11:08.508Z] === RUN TestReadPluginNoRead [2021-02-18T09:11:08.508Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-18T09:11:08.508Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T09:11:08.508Z] PASS [2021-02-18T09:11:08.508Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2021-02-18T09:11:08.508Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-02-18T09:11:08.508Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-02-18T09:11:08.508Z] [2021-02-18T09:11:08.508Z] === Skipped [2021-02-18T09:11:08.508Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-18T09:11:08.508Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T09:11:08.508Z] [2021-02-18T09:11:08.508Z] [2021-02-18T09:11:08.508Z] DONE 1 tests, 1 skipped in 0.918s [2021-02-18T09:11:08.508Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-02-18T09:11:08.968Z] testing: warning: no tests to run [2021-02-18T09:11:08.968Z] PASS [2021-02-18T09:11:08.968Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-02-18T09:11:08.968Z] [2021-02-18T09:11:08.968Z] DONE 0 tests in 0.482s [2021-02-18T09:11:08.968Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-02-18T09:11:09.156Z] --- PASS: TestCreateServiceConflict (1.90s) [2021-02-18T09:11:09.156Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T09:11:09.189Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-18T09:11:09.189Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-18T09:11:09.189Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-18T09:11:09.322Z] 2021/02/18 09:11:06 Finished clone github.com/hashicorp/consul [2021-02-18T09:11:09.940Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:09.940Z] INFO: Testing against a local daemon [2021-02-18T09:11:09.940Z] === RUN TestPluginWithDevMounts [2021-02-18T09:11:09.940Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-18T09:11:09.940Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:09.940Z] PASS [2021-02-18T09:11:09.940Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2021-02-18T09:11:09.940Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-02-18T09:11:09.940Z] [2021-02-18T09:11:09.940Z] === Skipped [2021-02-18T09:11:09.940Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-18T09:11:09.940Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:09.940Z] [2021-02-18T09:11:09.940Z] [2021-02-18T09:11:09.940Z] DONE 1 tests, 1 skipped in 0.803s [2021-02-18T09:11:09.940Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-02-18T09:11:11.900Z] --- PASS: TestCreateServiceMaxReplicas (2.59s) [2021-02-18T09:11:11.900Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T09:11:12.137Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:12.137Z] INFO: Testing against a local daemon [2021-02-18T09:11:12.137Z] === RUN TestSecretInspect [2021-02-18T09:11:12.137Z] --- SKIP: TestSecretInspect (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] === RUN TestSecretList [2021-02-18T09:11:12.137Z] --- SKIP: TestSecretList (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] === RUN TestSecretsCreateAndDelete [2021-02-18T09:11:12.137Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] === RUN TestSecretsUpdate [2021-02-18T09:11:12.137Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] === RUN TestTemplatedSecret [2021-02-18T09:11:12.137Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] === RUN TestSecretCreateResolve [2021-02-18T09:11:12.137Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:12.137Z] PASS [2021-02-18T09:11:12.137Z] ok github.com/docker/docker/integration/secret 0.132s [2021-02-18T09:11:12.137Z] [2021-02-18T09:11:12.137Z] === Skipped [2021-02-18T09:11:12.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] [2021-02-18T09:11:12.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] [2021-02-18T09:11:12.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] [2021-02-18T09:11:12.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] [2021-02-18T09:11:12.137Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:12.137Z] [2021-02-18T09:11:12.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-02-18T09:11:12.137Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:12.137Z] [2021-02-18T09:11:12.137Z] [2021-02-18T09:11:12.137Z] DONE 6 tests, 6 skipped in 2.176s [2021-02-18T09:11:12.137Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-02-18T09:11:12.479Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-18T09:11:12.479Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-18T09:11:12.479Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-18T09:11:12.586Z] 2021/02/18 09:11:12 Finished clone github.com/aws/aws-sdk-go [2021-02-18T09:11:12.739Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-18T09:11:12.739Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-18T09:11:12.739Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-18T09:11:13.307Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-18T09:11:14.244Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-18T09:11:14.811Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-18T09:11:15.049Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:15.049Z] INFO: Testing against a local daemon [2021-02-18T09:11:15.049Z] === RUN TestServiceCreateInit [2021-02-18T09:11:15.049Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T09:11:15.049Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T09:11:15.049Z] --- PASS: TestServiceCreateInit (0.03s) [2021-02-18T09:11:15.049Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T09:11:15.049Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T09:11:15.049Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-02-18T09:11:15.049Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateServiceConflict [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-02-18T09:11:15.049Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-02-18T09:11:15.049Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-18T09:11:15.049Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-02-18T09:11:15.049Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-02-18T09:11:15.049Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateServiceSysctls [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-18T09:11:15.049Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateServiceCapabilities [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-02-18T09:11:15.049Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestInspect [2021-02-18T09:11:15.049Z] --- SKIP: TestInspect (0.00s) [2021-02-18T09:11:15.049Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestCreateJob [2021-02-18T09:11:15.049Z] --- SKIP: TestCreateJob (0.00s) [2021-02-18T09:11:15.049Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestReplicatedJob [2021-02-18T09:11:15.049Z] --- SKIP: TestReplicatedJob (0.00s) [2021-02-18T09:11:15.049Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestUpdateReplicatedJob [2021-02-18T09:11:15.049Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-02-18T09:11:15.049Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestServiceListWithStatuses [2021-02-18T09:11:15.049Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T09:11:15.049Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T09:11:15.049Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-02-18T09:11:15.049Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestDockerNetworkReConnect [2021-02-18T09:11:15.049Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-02-18T09:11:15.049Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestServicePlugin [2021-02-18T09:11:15.049Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-18T09:11:15.049Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.049Z] === RUN TestServiceUpdateLabel [2021-02-18T09:11:15.049Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-02-18T09:11:15.049Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.049Z] === RUN TestServiceUpdateSecrets [2021-02-18T09:11:15.049Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-02-18T09:11:15.049Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.049Z] === RUN TestServiceUpdateConfigs [2021-02-18T09:11:15.050Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-02-18T09:11:15.050Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.050Z] === RUN TestServiceUpdateNetwork [2021-02-18T09:11:15.050Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-02-18T09:11:15.050Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.050Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T09:11:15.050Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-02-18T09:11:15.050Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.050Z] PASS [2021-02-18T09:11:15.050Z] ok github.com/docker/docker/integration/service 0.269s [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === Skipped [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T09:11:15.050Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T09:11:15.050Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T09:11:15.050Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T09:11:15.050Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-02-18T09:11:15.050Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-02-18T09:11:15.050Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-02-18T09:11:15.050Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-18T09:11:15.050Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-02-18T09:11:15.050Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-02-18T09:11:15.050Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-02-18T09:11:15.050Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-02-18T09:11:15.050Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-02-18T09:11:15.050Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-02-18T09:11:15.050Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-02-18T09:11:15.050Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-02-18T09:11:15.050Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-02-18T09:11:15.050Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-02-18T09:11:15.050Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-02-18T09:11:15.050Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-02-18T09:11:15.050Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-02-18T09:11:15.050Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-02-18T09:11:15.050Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-02-18T09:11:15.050Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-02-18T09:11:15.050Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-02-18T09:11:15.050Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] [2021-02-18T09:11:15.050Z] DONE 24 tests, 23 skipped in 2.804s [2021-02-18T09:11:15.050Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-02-18T09:11:16.190Z] --- PASS: TestServicePlugin (33.70s) [2021-02-18T09:11:16.190Z] plugin_test.go:62: [d2c86526dae93] joining swarm manager [d39e467bc4417]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:11:16.190Z] plugin_test.go:65: [d662889bfe711] joining swarm manager [d39e467bc4417]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:11:16.190Z] === RUN TestServiceUpdateLabel [2021-02-18T09:11:16.190Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-18T09:11:17.126Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-18T09:11:17.234Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:17.234Z] INFO: Testing against a local daemon [2021-02-18T09:11:17.234Z] === RUN TestSessionCreate [2021-02-18T09:11:17.234Z] --- SKIP: TestSessionCreate (0.00s) [2021-02-18T09:11:17.234Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-18T09:11:17.234Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T09:11:17.234Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-02-18T09:11:17.234Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-18T09:11:17.234Z] PASS [2021-02-18T09:11:17.234Z] ok github.com/docker/docker/integration/session 0.129s [2021-02-18T09:11:17.234Z] [2021-02-18T09:11:17.234Z] === Skipped [2021-02-18T09:11:17.234Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-02-18T09:11:17.234Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-18T09:11:17.234Z] [2021-02-18T09:11:17.234Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-02-18T09:11:17.234Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-18T09:11:17.234Z] [2021-02-18T09:11:17.234Z] [2021-02-18T09:11:17.234Z] DONE 2 tests, 2 skipped in 2.082s [2021-02-18T09:11:17.234Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-02-18T09:11:18.064Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-18T09:11:18.632Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-18T09:11:18.632Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-18T09:11:18.891Z] --- PASS: TestServiceUpdateLabel (2.92s) [2021-02-18T09:11:18.891Z] === RUN TestServiceUpdateSecrets [2021-02-18T09:11:19.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:19.436Z] INFO: Testing against a local daemon [2021-02-18T09:11:19.436Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:11:19.436Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:11:19.436Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:19.436Z] === RUN TestEventsExecDie [2021-02-18T09:11:19.436Z] --- SKIP: TestEventsExecDie (0.01s) [2021-02-18T09:11:19.436Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-18T09:11:19.436Z] === RUN TestEventsBackwardsCompatible [2021-02-18T09:11:19.436Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-02-18T09:11:19.436Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-18T09:11:19.436Z] === RUN TestInfoAPI [2021-02-18T09:11:19.436Z] --- PASS: TestInfoAPI (0.03s) [2021-02-18T09:11:19.436Z] === RUN TestInfoAPIWarnings [2021-02-18T09:11:19.436Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-02-18T09:11:19.436Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:11:19.436Z] === RUN TestInfoDebug [2021-02-18T09:11:19.436Z] --- SKIP: TestInfoDebug (0.00s) [2021-02-18T09:11:19.436Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T09:11:19.436Z] === RUN TestInfoInsecureRegistries [2021-02-18T09:11:19.436Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-02-18T09:11:19.436Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T09:11:19.436Z] === RUN TestInfoRegistryMirrors [2021-02-18T09:11:19.436Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-02-18T09:11:19.436Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T09:11:19.436Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T09:11:19.459Z] === RUN TestDockerSuite/TestDockerFails [2021-02-18T09:11:19.459Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-02-18T09:11:19.459Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-02-18T09:11:19.459Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-02-18T09:11:20.398Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-02-18T09:11:20.407Z] --- PASS: TestLoginFailsWithBadCredentials (1.04s) [2021-02-18T09:11:20.407Z] === RUN TestPingCacheHeaders [2021-02-18T09:11:20.407Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-02-18T09:11:20.407Z] === RUN TestPingGet [2021-02-18T09:11:20.407Z] --- PASS: TestPingGet (0.03s) [2021-02-18T09:11:20.407Z] === RUN TestPingHead [2021-02-18T09:11:20.407Z] --- PASS: TestPingHead (0.03s) [2021-02-18T09:11:20.407Z] === RUN TestVersion [2021-02-18T09:11:20.407Z] --- PASS: TestVersion (0.03s) [2021-02-18T09:11:20.407Z] PASS [2021-02-18T09:11:20.407Z] ok github.com/docker/docker/integration/system 1.308s [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] === Skipped [2021-02-18T09:11:20.407Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:11:20.407Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2021-02-18T09:11:20.407Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-02-18T09:11:20.407Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-02-18T09:11:20.407Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-02-18T09:11:20.407Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-02-18T09:11:20.407Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-02-18T09:11:20.407Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] [2021-02-18T09:11:20.407Z] DONE 13 tests, 7 skipped in 3.208s [2021-02-18T09:11:20.407Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-02-18T09:11:21.336Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-02-18T09:11:22.272Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-02-18T09:11:22.272Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-02-18T09:11:22.272Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-02-18T09:11:22.530Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-02-18T09:11:22.591Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:22.591Z] INFO: Testing against a local daemon [2021-02-18T09:11:22.591Z] === RUN TestVolumesCreateAndList [2021-02-18T09:11:22.591Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-02-18T09:11:22.591Z] === RUN TestVolumesRemove [2021-02-18T09:11:22.591Z] --- PASS: TestVolumesRemove (0.07s) [2021-02-18T09:11:22.591Z] === RUN TestVolumesInspect [2021-02-18T09:11:22.591Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-18T09:11:22.591Z] === RUN TestVolumesInvalidJSON [2021-02-18T09:11:22.591Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T09:11:22.591Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T09:11:22.591Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T09:11:22.591Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-18T09:11:22.591Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T09:11:22.591Z] PASS [2021-02-18T09:11:22.591Z] ok github.com/docker/docker/integration/volume 0.313s [2021-02-18T09:11:23.051Z] [2021-02-18T09:11:23.051Z] DONE 5 tests in 2.466s [2021-02-18T09:11:23.051Z] INFO: make.ps1 ended at 02/18/2021 09:11:22 [2021-02-18T09:11:23.051Z] INFO: Integration CLI tests being run from the host: [2021-02-18T09:11:23.051Z] 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-18T09:11:27.257Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.83s) [2021-02-18T09:11:27.257Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T09:11:27.257Z] --- PASS: TestCreateServiceSecretFileMode (2.19s) [2021-02-18T09:11:27.257Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T09:11:29.095Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-18T09:11:29.358Z] --- PASS: TestCreateServiceConfigFileMode (2.22s) [2021-02-18T09:11:29.358Z] === RUN TestCreateServiceSysctls [2021-02-18T09:11:30.031Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-18T09:11:31.643Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T09:11:31.643Z] INFO: Testing against a local daemon [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-18T09:11:31.643Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-18T09:11:31.936Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-18T09:11:32.103Z] --- PASS: TestCreateServiceSysctls (3.01s) [2021-02-18T09:11:32.103Z] === RUN TestCreateServiceCapabilities [2021-02-18T09:11:32.104Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-18T09:11:32.104Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-18T09:11:32.564Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-18T09:11:33.025Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-18T09:11:33.314Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-02-18T09:11:33.880Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-18T09:11:34.140Z] --- PASS: TestServiceUpdateSecrets (15.29s) [2021-02-18T09:11:34.140Z] === RUN TestServiceUpdateConfigs [2021-02-18T09:11:34.709Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-18T09:11:34.852Z] --- PASS: TestCreateServiceCapabilities (2.29s) [2021-02-18T09:11:34.852Z] === RUN TestInspect [2021-02-18T09:11:35.278Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-18T09:11:36.215Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-18T09:11:36.785Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-18T09:11:36.939Z] --- PASS: TestInspect (2.50s) [2021-02-18T09:11:36.939Z] === RUN TestCreateJob [2021-02-18T09:11:37.353Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-02-18T09:11:39.255Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-02-18T09:11:40.191Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-18T09:11:40.471Z] --- PASS: TestCreateJob (2.97s) [2021-02-18T09:11:40.471Z] === RUN TestReplicatedJob [2021-02-18T09:11:42.724Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-02-18T09:11:44.627Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-18T09:11:44.949Z] --- PASS: TestReplicatedJob (4.87s) [2021-02-18T09:11:44.949Z] === RUN TestUpdateReplicatedJob [2021-02-18T09:11:45.196Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-18T09:11:46.132Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-18T09:11:46.701Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-18T09:11:46.963Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-18T09:11:47.703Z] --- PASS: TestUpdateReplicatedJob (3.00s) [2021-02-18T09:11:47.703Z] === RUN TestServiceListWithStatuses [2021-02-18T09:11:47.703Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T09:11:47.703Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:11:47.703Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T09:11:47.915Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-02-18T09:11:48.173Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-18T09:11:49.109Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-02-18T09:11:49.109Z] --- PASS: TestServiceUpdateConfigs (15.07s) [2021-02-18T09:11:49.109Z] === RUN TestServiceUpdateNetwork [2021-02-18T09:11:49.368Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-18T09:11:49.936Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-02-18T09:11:50.505Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-02-18T09:11:50.505Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-18T09:11:51.884Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-18T09:11:52.184Z] --- PASS: TestDockerNetworkConnectAlias (4.03s) [2021-02-18T09:11:52.184Z] === RUN TestDockerNetworkReConnect [2021-02-18T09:11:53.789Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-18T09:11:53.789Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-18T09:11:53.789Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-18T09:11:54.358Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-18T09:11:54.617Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-18T09:11:54.929Z] --- PASS: TestDockerNetworkReConnect (3.25s) [2021-02-18T09:11:54.929Z] === RUN TestServicePlugin [2021-02-18T09:11:54.929Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-18T09:11:54.929Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:11:54.929Z] === RUN TestServiceUpdateLabel [2021-02-18T09:11:55.184Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-18T09:11:56.120Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-02-18T09:11:56.689Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-02-18T09:11:56.689Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-02-18T09:11:56.689Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-18T09:11:57.015Z] --- PASS: TestServiceUpdateLabel (1.94s) [2021-02-18T09:11:57.015Z] === RUN TestServiceUpdateSecrets [2021-02-18T09:11:58.065Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-02-18T09:11:58.632Z] === RUN TestDockerSuite/TestEventsRename [2021-02-18T09:11:59.201Z] === RUN TestDockerSuite/TestEventsResize [2021-02-18T09:11:59.768Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-18T09:12:03.955Z] --- PASS: TestServiceUpdateNetwork (14.24s) [2021-02-18T09:12:03.955Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T09:12:04.890Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T09:12:05.149Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-18T09:12:05.717Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T09:12:05.976Z] === RUN TestDockerSuite/TestEventsStreaming [2021-02-18T09:12:06.545Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-18T09:12:09.829Z] === RUN TestDockerSuite/TestEventsTop [2021-02-18T09:12:09.829Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-18T09:12:12.358Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-18T09:12:12.471Z] --- PASS: TestServiceUpdateSecrets (14.34s) [2021-02-18T09:12:12.471Z] === RUN TestServiceUpdateConfigs [2021-02-18T09:12:12.618Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T09:12:19.181Z] === RUN TestDockerSuite/TestExec [2021-02-18T09:12:19.181Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-18T09:12:19.748Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-18T09:12:20.315Z] --- PASS: TestServiceUpdatePidsLimit (16.93s) [2021-02-18T09:12:20.315Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2021-02-18T09:12:20.315Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2021-02-18T09:12:20.315Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2021-02-18T09:12:20.315Z] PASS [2021-02-18T09:12:20.315Z] [2021-02-18T09:12:20.315Z] === Skipped [2021-02-18T09:12:20.315Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T09:12:20.315Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:12:20.315Z] [2021-02-18T09:12:20.315Z] [2021-02-18T09:12:20.315Z] DONE 27 tests, 1 skipped in 188.063s [2021-02-18T09:12:20.315Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T09:12:20.315Z] ++ 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-18T09:12:20.315Z] ++ set -e [2021-02-18T09:12:20.315Z] ++ '[' -n 0 ']' [2021-02-18T09:12:20.315Z] ++ set -x [2021-02-18T09:12:20.315Z] ++ env -i DEST=/go/src/github.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-18T09:12:20.574Z] INFO: Testing against a local daemon [2021-02-18T09:12:20.574Z] === RUN TestSessionCreate [2021-02-18T09:12:20.574Z] --- PASS: TestSessionCreate (0.03s) [2021-02-18T09:12:20.574Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T09:12:20.574Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-02-18T09:12:20.574Z] PASS [2021-02-18T09:12:20.574Z] [2021-02-18T09:12:20.574Z] DONE 2 tests in 0.230s [2021-02-18T09:12:20.574Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-18T09:12:20.574Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T09:12:20.574Z] ++ 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-18T09:12:20.574Z] ++ set -e [2021-02-18T09:12:20.574Z] ++ '[' -n 0 ']' [2021-02-18T09:12:20.574Z] ++ set -x [2021-02-18T09:12:20.574Z] ++ env -i DEST=/go/src/github.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-18T09:12:20.833Z] INFO: Testing against a local daemon [2021-02-18T09:12:20.833Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:12:20.833Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-02-18T09:12:20.833Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:12:20.833Z] === RUN TestEventsExecDie [2021-02-18T09:12:21.092Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-18T09:12:21.660Z] --- PASS: TestEventsExecDie (0.91s) [2021-02-18T09:12:21.660Z] === RUN TestEventsBackwardsCompatible [2021-02-18T09:12:21.918Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2021-02-18T09:12:21.918Z] === RUN TestInfoBinaryCommits [2021-02-18T09:12:21.918Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-18T09:12:21.918Z] === RUN TestInfoAPIVersioned [2021-02-18T09:12:21.918Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-18T09:12:21.918Z] === RUN TestInfoDiscoveryBackend [2021-02-18T09:12:22.485Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-02-18T09:12:22.485Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T09:12:22.744Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-18T09:12:23.311Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-18T09:12:23.311Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T09:12:23.311Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T09:12:23.878Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-18T09:12:23.878Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.55s) [2021-02-18T09:12:23.878Z] === RUN TestInfoAPI [2021-02-18T09:12:24.140Z] --- PASS: TestInfoAPI (0.03s) [2021-02-18T09:12:24.140Z] === RUN TestInfoAPIWarnings [2021-02-18T09:12:24.707Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-18T09:12:25.276Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-18T09:12:25.843Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-18T09:12:26.411Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-18T09:12:27.348Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-18T09:12:27.839Z] --- PASS: TestServiceUpdateConfigs (14.24s) [2021-02-18T09:12:27.839Z] === RUN TestServiceUpdateNetwork [2021-02-18T09:12:28.285Z] === RUN TestDockerSuite/TestExecEnv [2021-02-18T09:12:28.857Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-18T09:12:29.795Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-18T09:12:30.362Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-18T09:12:32.896Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-18T09:12:33.831Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-02-18T09:12:34.398Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-18T09:12:34.966Z] === RUN TestDockerSuite/TestExecParseError [2021-02-18T09:12:35.534Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-18T09:12:36.101Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-18T09:12:36.359Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-18T09:12:37.734Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-18T09:12:37.992Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-18T09:12:38.255Z] --- PASS: TestServiceUpdateNetwork (12.41s) [2021-02-18T09:12:38.255Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T09:12:38.559Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-18T09:12:38.894Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T09:12:39.937Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T09:12:40.460Z] --- PASS: TestInfoAPIWarnings (16.28s) [2021-02-18T09:12:40.460Z] === RUN TestInfoDebug [2021-02-18T09:12:40.460Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-02-18T09:12:40.719Z] --- PASS: TestInfoDebug (0.52s) [2021-02-18T09:12:40.719Z] === RUN TestInfoInsecureRegistries [2021-02-18T09:12:41.286Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-18T09:12:41.286Z] === RUN TestInfoRegistryMirrors [2021-02-18T09:12:41.854Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-18T09:12:41.854Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T09:12:42.113Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-02-18T09:12:42.114Z] === RUN TestPingCacheHeaders [2021-02-18T09:12:42.114Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-18T09:12:42.114Z] === RUN TestPingGet [2021-02-18T09:12:42.114Z] --- PASS: TestPingGet (0.01s) [2021-02-18T09:12:42.114Z] === RUN TestPingHead [2021-02-18T09:12:42.114Z] --- PASS: TestPingHead (0.02s) [2021-02-18T09:12:42.114Z] === RUN TestVersion [2021-02-18T09:12:42.114Z] --- PASS: TestVersion (0.02s) [2021-02-18T09:12:42.114Z] PASS [2021-02-18T09:12:42.114Z] [2021-02-18T09:12:42.114Z] === Skipped [2021-02-18T09:12:42.114Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-02-18T09:12:42.114Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:12:42.114Z] [2021-02-18T09:12:42.114Z] [2021-02-18T09:12:42.114Z] DONE 18 tests, 1 skipped in 21.435s [2021-02-18T09:12:42.114Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T09:12:42.114Z] ++ 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-18T09:12:42.114Z] ++ set -e [2021-02-18T09:12:42.114Z] ++ '[' -n 0 ']' [2021-02-18T09:12:42.114Z] ++ set -x [2021-02-18T09:12:42.114Z] ++ env -i DEST=/go/src/github.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-18T09:12:42.373Z] INFO: Testing against a local daemon [2021-02-18T09:12:42.373Z] === RUN TestVolumesCreateAndList [2021-02-18T09:12:42.373Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-18T09:12:42.373Z] === RUN TestVolumesRemove [2021-02-18T09:12:42.373Z] --- PASS: TestVolumesRemove (0.08s) [2021-02-18T09:12:42.373Z] === RUN TestVolumesInspect [2021-02-18T09:12:42.373Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-18T09:12:42.373Z] === RUN TestVolumesInvalidJSON [2021-02-18T09:12:42.373Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T09:12:42.373Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T09:12:42.373Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T09:12:42.373Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-18T09:12:42.373Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T09:12:42.373Z] PASS [2021-02-18T09:12:42.373Z] [2021-02-18T09:12:42.373Z] DONE 5 tests in 0.302s [2021-02-18T09:12:42.373Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:12:42.632Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T09:12:42.632Z] +++ kill 5703 [2021-02-18T09:12:44.008Z] +++ /etc/init.d/apparmor stop [2021-02-18T09:12:44.008Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:12:44.008Z] [2021-02-18T09:12:44.008Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:12:44.008Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:12:44.008Z] [2021-02-18T09:12:44.008Z] To set a process to complain mode, use the command line tool [2021-02-18T09:12:44.008Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:12:44.008Z] +++ true [2021-02-18T09:12:44.008Z] exiting test-integration [2021-02-18T09:12:44.008Z] ++ exit 0 [2021-02-18T09:12:44.008Z] [2021-02-18T09:12:44.574Z] + for job in $(jobs -p) [2021-02-18T09:12:44.574Z] + wait 2270 [2021-02-18T09:12:46.878Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T09:12:49.860Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-18T09:12:49.860Z] === RUN TestDockerSuite/TestExecTTY [2021-02-18T09:12:50.431Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-18T09:12:50.999Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-18T09:12:51.566Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-18T09:12:52.134Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-18T09:12:52.134Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-18T09:12:53.512Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-02-18T09:12:53.897Z] --- PASS: TestServiceUpdatePidsLimit (16.05s) [2021-02-18T09:12:53.897Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2021-02-18T09:12:53.897Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.77s) [2021-02-18T09:12:53.897Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.98s) [2021-02-18T09:12:53.897Z] PASS [2021-02-18T09:12:53.897Z] [2021-02-18T09:12:53.897Z] === Skipped [2021-02-18T09:12:53.897Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T09:12:53.897Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T09:12:53.897Z] [2021-02-18T09:12:53.897Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-02-18T09:12:53.897Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T09:12:53.897Z] [2021-02-18T09:12:53.897Z] [2021-02-18T09:12:53.897Z] DONE 27 tests, 2 skipped in 129.584s [2021-02-18T09:12:54.079Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-18T09:12:54.191Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T09:12:54.191Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:12:54.191Z] ++ set -e [2021-02-18T09:12:54.191Z] ++ '[' -n 0 ']' [2021-02-18T09:12:54.191Z] ++ set -x [2021-02-18T09:12:54.191Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:12:54.191Z] INFO: Testing against a local daemon [2021-02-18T09:12:54.191Z] === RUN TestSessionCreate [2021-02-18T09:12:54.191Z] --- PASS: TestSessionCreate (0.04s) [2021-02-18T09:12:54.191Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T09:12:54.191Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-02-18T09:12:54.191Z] PASS [2021-02-18T09:12:54.191Z] [2021-02-18T09:12:54.191Z] DONE 2 tests in 0.141s [2021-02-18T09:12:54.191Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T09:12:54.191Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:12:54.191Z] ++ set -e [2021-02-18T09:12:54.191Z] ++ '[' -n 0 ']' [2021-02-18T09:12:54.191Z] ++ set -x [2021-02-18T09:12:54.191Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:12:54.191Z] INFO: Testing against a local daemon [2021-02-18T09:12:54.191Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T09:12:54.191Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:12:54.191Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:12:54.191Z] === RUN TestEventsExecDie [2021-02-18T09:12:54.846Z] --- PASS: TestEventsExecDie (0.58s) [2021-02-18T09:12:54.846Z] === RUN TestEventsBackwardsCompatible [2021-02-18T09:12:54.846Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-02-18T09:12:54.846Z] === RUN TestInfoBinaryCommits [2021-02-18T09:12:54.846Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-02-18T09:12:54.846Z] === RUN TestInfoAPIVersioned [2021-02-18T09:12:54.846Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-18T09:12:54.846Z] === RUN TestInfoDiscoveryBackend [2021-02-18T09:12:55.016Z] === RUN TestDockerSuite/TestExecWithTERM [2021-02-18T09:12:55.584Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-18T09:12:55.613Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-02-18T09:12:55.613Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T09:12:56.152Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-18T09:12:56.693Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T09:12:56.693Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T09:12:56.986Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-18T09:12:56.986Z] === RUN TestInfoAPI [2021-02-18T09:12:56.986Z] --- PASS: TestInfoAPI (0.04s) [2021-02-18T09:12:56.986Z] === RUN TestInfoAPIWarnings [2021-02-18T09:13:01.417Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-18T09:13:01.983Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-02-18T09:13:05.273Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-18T09:13:05.841Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-02-18T09:13:07.217Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-18T09:13:12.486Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-18T09:13:12.486Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-18T09:13:12.486Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-18T09:13:12.486Z] === RUN TestDockerSuite/TestHealth [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-18T09:13:14.319Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-18T09:13:15.566Z] --- PASS: TestInfoAPIWarnings (16.32s) [2021-02-18T09:13:15.566Z] === RUN TestInfoDebug [2021-02-18T09:13:15.566Z] --- PASS: TestInfoDebug (0.53s) [2021-02-18T09:13:15.566Z] === RUN TestInfoInsecureRegistries [2021-02-18T09:13:15.566Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-02-18T09:13:15.566Z] === RUN TestInfoRegistryMirrors [2021-02-18T09:13:15.566Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-02-18T09:13:15.566Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T09:13:15.566Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2021-02-18T09:13:15.566Z] === RUN TestPingCacheHeaders [2021-02-18T09:13:15.566Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-18T09:13:15.566Z] === RUN TestPingGet [2021-02-18T09:13:15.566Z] --- PASS: TestPingGet (0.03s) [2021-02-18T09:13:15.566Z] === RUN TestPingHead [2021-02-18T09:13:15.566Z] --- PASS: TestPingHead (0.03s) [2021-02-18T09:13:15.566Z] === RUN TestVersion [2021-02-18T09:13:15.566Z] --- PASS: TestVersion (0.03s) [2021-02-18T09:13:15.566Z] PASS [2021-02-18T09:13:15.566Z] [2021-02-18T09:13:15.566Z] === Skipped [2021-02-18T09:13:15.566Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T09:13:15.566Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T09:13:15.566Z] [2021-02-18T09:13:15.566Z] [2021-02-18T09:13:15.566Z] DONE 18 tests, 1 skipped in 21.223s [2021-02-18T09:13:15.566Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T09:13:15.566Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:13:15.566Z] ++ set -e [2021-02-18T09:13:15.566Z] ++ '[' -n 0 ']' [2021-02-18T09:13:15.566Z] ++ set -x [2021-02-18T09:13:15.566Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-18T09:13:15.566Z] INFO: Testing against a local daemon [2021-02-18T09:13:15.566Z] === RUN TestVolumesCreateAndList [2021-02-18T09:13:15.566Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-18T09:13:15.566Z] === RUN TestVolumesRemove [2021-02-18T09:13:15.566Z] --- PASS: TestVolumesRemove (0.08s) [2021-02-18T09:13:15.566Z] === RUN TestVolumesInspect [2021-02-18T09:13:15.566Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-18T09:13:15.566Z] === RUN TestVolumesInvalidJSON [2021-02-18T09:13:15.566Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T09:13:15.566Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T09:13:15.566Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T09:13:15.566Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-02-18T09:13:15.566Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T09:13:15.566Z] PASS [2021-02-18T09:13:15.566Z] [2021-02-18T09:13:15.566Z] DONE 5 tests in 0.217s [2021-02-18T09:13:15.566Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:13:15.862Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T09:13:15.862Z] +++ kill 14095 [2021-02-18T09:13:17.295Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-18T09:13:17.377Z] +++ /etc/init.d/apparmor stop [2021-02-18T09:13:17.377Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:13:17.377Z] [2021-02-18T09:13:17.377Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:13:17.377Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:13:17.377Z] [2021-02-18T09:13:17.377Z] To set a process to complain mode, use the command line tool [2021-02-18T09:13:17.377Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:13:17.377Z] +++ true [2021-02-18T09:13:17.377Z] exiting test-integration [2021-02-18T09:13:17.377Z] ++ exit 0 [2021-02-18T09:13:17.377Z] [2021-02-18T09:13:18.834Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-18T09:13:18.965Z] 2021/02/18 09:13:13 Finished clone google.golang.org/api [2021-02-18T09:13:18.965Z] 2021/02/18 09:13:13 Dependencies downloaded. Download time: 4m4.85004299s [2021-02-18T09:13:18.965Z] 2021/02/18 09:13:13 Collecting all dependencies [2021-02-18T09:13:19.296Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-18T09:13:19.296Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-18T09:13:19.296Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-18T09:13:19.296Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart Post stage [Pipeline] junit [2021-02-18T09:13:19.508Z] Recording test results [2021-02-18T09:13:19.972Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T09:13:20.389Z] + echo Ensuring container killed. [2021-02-18T09:13:20.389Z] Ensuring container killed. [2021-02-18T09:13:20.389Z] + docker rm -vf docker-pr4 [2021-02-18T09:13:20.389Z] Error: No such container: docker-pr4 [2021-02-18T09:13:20.389Z] + true [Pipeline] sh [2021-02-18T09:13:20.771Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:13:20.771Z] Chowning /workspace to jenkins user [2021-02-18T09:13:20.771Z] + id -u [2021-02-18T09:13:20.771Z] + id -g [2021-02-18T09:13:20.771Z] + docker run --rm -v /home/docker/workspace/moby_PR-41973:/workspace busybox chown -R 1001:1001 /workspace [2021-02-18T09:13:20.771Z] Unable to find image 'busybox:latest' locally [2021-02-18T09:13:21.064Z] latest: Pulling from library/busybox [2021-02-18T09:13:21.065Z] 97ab23f2d56c: Pulling fs layer [2021-02-18T09:13:21.366Z] 97ab23f2d56c: Verifying Checksum [2021-02-18T09:13:21.366Z] 97ab23f2d56c: Download complete [2021-02-18T09:13:21.366Z] 97ab23f2d56c: Pull complete [2021-02-18T09:13:21.366Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T09:13:21.366Z] Status: Downloaded newer image for busybox:latest [2021-02-18T09:13:22.212Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-18T09:13:22.212Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-18T09:13:22.212Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:13:24.210Z] 2021/02/18 09:13:24 Clean vendor dir from unused packages [2021-02-18T09:13:24.210Z] 2021/02/18 09:13:24 Ignoring paths matching "^archive/tar" [2021-02-18T09:13:24.518Z] + bundleName=ppc64le-integration [2021-02-18T09:13:24.518Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-02-18T09:13:24.518Z] Creating ppc64le-integration-bundles.tar.gz [2021-02-18T09:13:24.518Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name+ *.prof -o -name *-report.xmlxargs ) tar -print -czf [2021-02-18T09:13:24.518Z] ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-18T09:13:24.565Z] Archiving artifacts [2021-02-18T09:13:24.710Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-02-18T09:13:24.971Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41973/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T09:13:25.138Z] 2021/02/18 09:13:25 Success [2021-02-18T09:13:25.138Z] 2021/02/18 09:13:25 Running time: 4m19.91895403s [2021-02-18T09:13:25.369Z] + make clean [2021-02-18T09:13:25.395Z] Congratulations! All vendoring changes are done the right way. [2021-02-18T09:13:25.661Z] make: command: Command not found [2021-02-18T09:13:25.661Z] make: command: Command not found [2021-02-18T09:13:25.661Z] docker volume rm -f docker-dev-cache [2021-02-18T09:13:25.661Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T09:13:26.301Z] + echo Ensuring container killed. [2021-02-18T09:13:26.301Z] Ensuring container killed. [2021-02-18T09:13:26.301Z] + docker rm -vf docker-pr4 [2021-02-18T09:13:26.301Z] Error: No such container: docker-pr4 [Pipeline] sh [2021-02-18T09:13:26.617Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:13:26.617Z] Chowning /workspace to jenkins user [2021-02-18T09:13:26.617Z] + id -u [2021-02-18T09:13:26.617Z] + id -g [2021-02-18T09:13:26.617Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41973:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:13:27.836Z] + bundleName=unit [2021-02-18T09:13:27.836Z] + echo Creating unit-bundles.tar.gz [2021-02-18T09:13:27.836Z] Creating unit-bundles.tar.gz [2021-02-18T09:13:27.836Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-02-18T09:13:27.836Z] bundles/junit-report.xml [2021-02-18T09:13:27.836Z] bundles/go-test-report.json [2021-02-18T09:13:27.836Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-02-18T09:13:27.845Z] Archiving artifacts [2021-02-18T09:13:29.296Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T09:13:32.827Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-18T09:13:32.827Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-18T09:13:32.827Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-18T09:13:32.827Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-18T09:13:32.827Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-18T09:13:33.086Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-18T09:13:33.363Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41973/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T09:13:33.653Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-18T09:13:33.653Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-18T09:13:33.653Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-18T09:13:33.653Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-18T09:13:33.667Z] + make clean [2021-02-18T09:13:33.912Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-18T09:13:33.922Z] docker volume rm -f docker-dev-cache [2021-02-18T09:13:33.922Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T09:13:34.171Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T09:13:34.430Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-18T09:13:34.430Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-18T09:13:35.366Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-18T09:13:35.366Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-18T09:13:35.934Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-18T09:13:36.501Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-18T09:13:36.760Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-18T09:13:37.327Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-18T09:13:39.856Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-18T09:13:39.856Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-18T09:13:39.856Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-18T09:13:40.423Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-02-18T09:13:41.362Z] === RUN TestDockerSuite/TestImportFile [2021-02-18T09:13:42.742Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-18T09:13:42.742Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-18T09:13:44.646Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-18T09:13:46.575Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-18T09:13:47.511Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-18T09:13:48.079Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-18T09:13:48.648Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-18T09:13:49.216Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-18T09:13:49.475Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-02-18T09:13:49.475Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-18T09:13:50.043Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-18T09:13:50.610Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-18T09:13:50.869Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-18T09:13:51.437Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-18T09:13:52.005Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-18T09:13:52.572Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-18T09:13:52.572Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-02-18T09:13:53.509Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-18T09:13:54.075Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-18T09:13:54.644Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-18T09:13:54.644Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-18T09:13:55.211Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-18T09:13:55.211Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-18T09:13:56.148Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-18T09:13:56.407Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-18T09:13:56.975Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-18T09:13:56.975Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-02-18T09:13:57.913Z] === RUN TestDockerSuite/TestInspectImage [2021-02-18T09:13:57.913Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-18T09:13:57.913Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-18T09:13:57.913Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-18T09:13:58.482Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-18T09:13:59.051Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-18T09:13:59.051Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-18T09:13:59.990Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-18T09:14:00.559Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-18T09:14:01.937Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-18T09:14:01.937Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-18T09:14:02.912Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-18T09:14:03.172Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-02-18T09:14:03.740Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-18T09:14:05.118Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-18T09:14:05.687Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-18T09:14:06.255Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-18T09:14:07.194Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-18T09:14:07.762Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-18T09:14:08.329Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-18T09:14:09.266Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-18T09:14:09.266Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-02-18T09:14:11.799Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-18T09:14:12.366Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-18T09:14:13.741Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-18T09:14:13.741Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-18T09:14:15.117Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-18T09:14:17.021Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-18T09:14:18.398Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-18T09:14:18.398Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-18T09:14:19.776Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-18T09:14:20.035Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-18T09:14:20.603Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-18T09:14:28.725Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-18T09:14:29.662Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-18T09:14:31.039Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-18T09:14:31.300Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-18T09:14:31.867Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-02-18T09:14:33.244Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-02-18T09:14:33.244Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-18T09:14:33.244Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-18T09:14:33.503Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-18T09:14:33.503Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-18T09:14:34.070Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-18T09:14:34.638Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-02-18T09:14:34.898Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-18T09:14:39.088Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-18T09:14:39.088Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-18T09:14:44.358Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-18T09:14:44.358Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-18T09:14:44.358Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-18T09:14:45.294Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-18T09:14:46.672Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-18T09:14:47.610Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-18T09:14:48.545Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-18T09:14:49.498Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-18T09:14:51.400Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-18T09:14:51.968Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-18T09:14:52.536Z] === RUN TestDockerSuite/TestLogsSince [2021-02-18T09:14:55.366Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-18T09:14:55.366Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-18T09:14:57.801Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-02-18T09:14:58.275Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-18T09:14:58.275Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-18T09:14:59.177Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-18T09:15:02.976Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-18T09:15:02.976Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-18T09:15:02.976Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-18T09:15:02.976Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-18T09:15:02.976Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-18T09:15:03.436Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-18T09:15:03.901Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-18T09:15:05.740Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-18T09:15:05.740Z] === RUN TestDockerSuite/TestLogsTail [2021-02-18T09:15:05.740Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-18T09:15:06.308Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-18T09:15:06.811Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-18T09:15:06.875Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-18T09:15:07.135Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-18T09:15:07.394Z] === RUN TestDockerSuite/TestNetHostname [2021-02-18T09:15:08.350Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-18T09:15:08.350Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-18T09:15:08.350Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-18T09:15:08.350Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-18T09:15:08.771Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-18T09:15:09.030Z] === RUN TestDockerSuite/TestNetworkEvents [2021-02-18T09:15:11.260Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-18T09:15:15.591Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-18T09:15:17.000Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-18T09:15:17.571Z] === RUN TestDockerSuite/TestPluginActive [2021-02-18T09:15:19.472Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-18T09:15:21.594Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-18T09:15:23.660Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-02-18T09:15:24.230Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-18T09:15:24.230Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-18T09:15:25.166Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-18T09:15:26.289Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-18T09:15:27.260Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-18T09:15:27.260Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-18T09:15:27.702Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-18T09:15:29.612Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-18T09:15:30.178Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-18T09:15:31.718Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-18T09:15:32.147Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-18T09:15:36.340Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-18T09:15:36.417Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-18T09:15:36.418Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-18T09:15:36.418Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-18T09:15:36.418Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-18T09:15:36.418Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-18T09:15:36.418Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-18T09:15:37.716Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-18T09:15:38.652Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-18T09:15:39.590Z] === RUN TestDockerSuite/TestPortList [2021-02-18T09:15:46.187Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-18T09:15:47.565Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-18T09:15:50.848Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-02-18T09:15:53.380Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-18T09:15:53.380Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-18T09:15:53.638Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-18T09:15:54.207Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-18T09:15:54.207Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-18T09:15:55.145Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-18T09:15:55.145Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-18T09:15:55.713Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-18T09:15:55.713Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-18T09:15:56.648Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-18T09:15:56.648Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-02-18T09:15:59.182Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-02-18T09:16:00.118Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-02-18T09:16:00.377Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-02-18T09:16:00.636Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-18T09:16:03.167Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-18T09:16:03.426Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-18T09:16:05.977Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-18T09:16:10.165Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-18T09:16:10.165Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-18T09:16:12.698Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-18T09:16:18.995Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-18T09:16:18.995Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-18T09:16:18.995Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-18T09:16:20.811Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-18T09:16:20.811Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-18T09:16:22.187Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-18T09:16:23.124Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-18T09:16:24.063Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-18T09:16:25.968Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-18T09:16:27.871Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-18T09:16:28.438Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-18T09:16:28.697Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-18T09:16:29.263Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-18T09:16:30.200Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-02-18T09:16:31.136Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-18T09:16:33.689Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-18T09:16:33.826Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-18T09:16:33.826Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-18T09:16:33.826Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-18T09:16:34.257Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-18T09:16:34.257Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-18T09:16:34.257Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-18T09:16:34.517Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-18T09:16:34.517Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-18T09:16:35.453Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-18T09:16:36.388Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-18T09:16:37.326Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-18T09:16:37.892Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-18T09:16:39.632Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-18T09:16:40.603Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-18T09:16:45.311Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-18T09:16:46.006Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-18T09:16:46.006Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-18T09:16:47.385Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-18T09:16:47.385Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-18T09:16:47.644Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-18T09:16:47.903Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-18T09:16:50.446Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-18T09:16:51.384Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-18T09:16:53.890Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-18T09:16:53.918Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-18T09:16:55.297Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-18T09:16:55.297Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-18T09:16:55.297Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-18T09:16:55.556Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-02-18T09:16:58.849Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-18T09:16:59.785Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-18T09:17:00.044Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-18T09:17:00.613Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-02-18T09:17:01.548Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-18T09:17:02.467Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-18T09:17:02.467Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-18T09:17:02.491Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-18T09:17:03.430Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-02-18T09:17:03.998Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-18T09:17:04.941Z] === RUN TestDockerSuite/TestRmiTag [2021-02-18T09:17:05.200Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-18T09:17:06.137Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-18T09:17:06.704Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-02-18T09:17:09.992Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-18T09:17:09.992Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-02-18T09:17:10.253Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-18T09:17:11.190Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-18T09:17:11.759Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-18T09:17:12.695Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-02-18T09:17:12.806Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-18T09:17:12.806Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-18T09:17:12.806Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-18T09:17:12.953Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-18T09:17:13.889Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-18T09:17:13.889Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-18T09:17:14.458Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-18T09:17:14.458Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-18T09:17:15.395Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-18T09:17:15.654Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-02-18T09:17:16.614Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-18T09:17:16.876Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-18T09:17:17.502Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-18T09:17:17.502Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-18T09:17:17.502Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-18T09:17:17.502Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-18T09:17:17.811Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-18T09:17:17.962Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-18T09:17:18.748Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-02-18T09:17:20.123Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-18T09:17:20.123Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-02-18T09:17:21.500Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-02-18T09:17:22.069Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-02-18T09:17:23.006Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-02-18T09:17:23.942Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-02-18T09:17:24.510Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-02-18T09:17:24.510Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-02-18T09:17:25.447Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-18T09:17:26.016Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-02-18T09:17:27.396Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-18T09:17:27.655Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-18T09:17:28.222Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-18T09:17:28.789Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-18T09:17:28.789Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-18T09:17:30.166Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-18T09:17:30.734Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-18T09:17:31.301Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-18T09:17:31.869Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-18T09:17:32.437Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-18T09:17:32.437Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-18T09:17:33.004Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-18T09:17:33.262Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-18T09:17:33.829Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-18T09:17:34.402Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-18T09:17:34.969Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-18T09:17:34.969Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-18T09:17:35.536Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-18T09:17:35.536Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-18T09:17:36.472Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-18T09:17:37.040Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-18T09:17:37.608Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-18T09:17:38.176Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-18T09:17:38.176Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-18T09:17:38.744Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-18T09:17:39.680Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-18T09:17:40.617Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-18T09:17:41.554Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-18T09:17:42.122Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-18T09:17:42.690Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-18T09:17:43.114Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-18T09:17:43.259Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-18T09:17:43.517Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-18T09:17:44.084Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-18T09:17:45.462Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-18T09:17:47.366Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-18T09:17:47.626Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-18T09:17:47.815Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-18T09:17:47.815Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-18T09:17:48.194Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-18T09:17:48.275Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-18T09:17:49.130Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-02-18T09:17:49.244Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-18T09:17:49.704Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-18T09:17:50.069Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-18T09:17:51.448Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-18T09:17:53.444Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-18T09:17:53.988Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-18T09:17:54.996Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-18T09:17:54.996Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-18T09:17:54.996Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-18T09:17:55.894Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-18T09:17:55.894Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-18T09:17:55.894Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-18T09:17:56.154Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-18T09:17:56.538Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-18T09:17:56.998Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-18T09:17:57.458Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-18T09:17:58.062Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-18T09:17:58.062Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-02-18T09:17:58.430Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-18T09:17:58.891Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-18T09:17:58.999Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-18T09:18:00.903Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-18T09:18:01.470Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-18T09:18:02.038Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-02-18T09:18:02.975Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-18T09:18:03.235Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-02-18T09:18:03.235Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-18T09:18:03.594Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-18T09:18:04.172Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-02-18T09:18:05.549Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-18T09:18:05.549Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-18T09:18:05.774Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-18T09:18:05.774Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-18T09:18:05.807Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-18T09:18:06.375Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-18T09:18:06.744Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-18T09:18:06.744Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-18T09:18:06.943Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-02-18T09:18:07.210Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-18T09:18:07.510Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-18T09:18:07.510Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-18T09:18:07.768Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-18T09:18:08.335Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-18T09:18:08.902Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-18T09:18:09.390Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-18T09:18:09.470Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-18T09:18:09.729Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-18T09:18:09.850Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-18T09:18:10.297Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-18T09:18:10.310Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-18T09:18:10.310Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-18T09:18:10.865Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-18T09:18:11.279Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-18T09:18:11.440Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-18T09:18:11.440Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-18T09:18:11.740Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-18T09:18:11.740Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-18T09:18:11.740Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-18T09:18:12.007Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-18T09:18:12.266Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-18T09:18:13.202Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-18T09:18:13.461Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T09:18:13.461Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-18T09:18:14.839Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-02-18T09:18:16.216Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-18T09:18:16.438Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-18T09:18:16.783Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-18T09:18:18.162Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-02-18T09:18:20.698Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-02-18T09:18:23.231Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-02-18T09:18:25.766Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-02-18T09:18:28.301Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-02-18T09:18:28.560Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-02-18T09:18:29.496Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-18T09:18:30.878Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-02-18T09:18:30.878Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-02-18T09:18:30.878Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-18T09:18:30.878Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-18T09:18:31.445Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-18T09:18:31.703Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-02-18T09:18:34.287Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-02-18T09:18:34.287Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-18T09:18:35.664Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-18T09:18:37.043Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-18T09:18:37.615Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-02-18T09:18:42.882Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-18T09:18:43.141Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-18T09:18:43.401Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-02-18T09:18:43.660Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-18T09:18:44.596Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-18T09:18:44.596Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-18T09:18:44.855Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-18T09:18:46.236Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-18T09:18:46.405Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-18T09:18:47.176Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-18T09:18:47.375Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-18T09:18:48.112Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-18T09:18:48.112Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-18T09:18:48.344Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-18T09:18:48.371Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-18T09:18:48.939Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-02-18T09:18:49.877Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-18T09:18:50.816Z] === RUN TestDockerSuite/TestRunMount [2021-02-18T09:18:53.038Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-18T09:18:53.038Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-18T09:18:53.497Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-18T09:18:53.497Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-18T09:18:53.957Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-18T09:18:53.957Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-18T09:18:56.090Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-18T09:18:56.090Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-18T09:18:56.661Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-18T09:18:57.597Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-18T09:18:58.972Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-18T09:19:01.504Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-18T09:19:02.883Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-02-18T09:19:03.143Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-18T09:19:05.677Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-18T09:19:05.677Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-02-18T09:19:06.612Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-18T09:19:07.989Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-18T09:19:08.248Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-18T09:19:08.818Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-18T09:19:09.386Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-02-18T09:19:09.645Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-18T09:19:10.214Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-18T09:19:10.782Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-18T09:19:13.321Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-02-18T09:19:13.321Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-18T09:19:14.698Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-18T09:19:18.009Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-02-18T09:19:18.009Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-18T09:19:18.576Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-18T09:19:18.835Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-02-18T09:19:19.112Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-18T09:19:19.402Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-18T09:19:19.402Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-18T09:19:20.081Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-18T09:19:20.081Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-18T09:19:20.341Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-18T09:19:20.908Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-18T09:19:20.908Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-18T09:19:21.168Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-02-18T09:19:21.736Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-18T09:19:28.297Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-02-18T09:19:28.297Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-18T09:19:28.297Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-02-18T09:19:28.298Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-18T09:19:29.234Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-18T09:19:30.169Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-02-18T09:19:30.429Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-18T09:19:30.996Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-18T09:19:31.563Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-18T09:19:32.130Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-18T09:19:32.697Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T09:19:32.697Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-18T09:19:33.264Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-18T09:19:33.524Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-02-18T09:19:33.784Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-18T09:19:33.784Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-18T09:19:34.351Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-02-18T09:19:35.730Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-18T09:19:35.730Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-18T09:19:38.262Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-18T09:19:38.830Z] === RUN TestDockerSuite/TestRunRm [2021-02-18T09:19:39.410Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-18T09:19:43.596Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-18T09:19:43.596Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-18T09:19:43.855Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-02-18T09:19:45.759Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-02-18T09:19:45.759Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-02-18T09:19:46.695Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-02-18T09:19:49.229Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-02-18T09:19:50.055Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-18T09:19:51.594Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-18T09:19:52.054Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-18T09:19:52.521Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-02-18T09:19:52.521Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-02-18T09:19:53.089Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-02-18T09:19:53.347Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-02-18T09:19:53.917Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-02-18T09:19:54.483Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-02-18T09:19:54.741Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-02-18T09:19:55.309Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-18T09:19:55.795Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-18T09:19:55.875Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-18T09:19:56.443Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-18T09:19:57.978Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-18T09:19:58.973Z] === RUN TestDockerSuite/TestRunState [2021-02-18T09:19:59.910Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-18T09:20:00.160Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-18T09:20:00.170Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-02-18T09:20:00.429Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-18T09:20:01.007Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-18T09:20:01.270Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-02-18T09:20:01.270Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-18T09:20:01.841Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-18T09:20:02.408Z] === RUN TestDockerSuite/TestRunSysctls [2021-02-18T09:20:03.344Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-02-18T09:20:03.911Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-18T09:20:03.911Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-18T09:20:03.912Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-18T09:20:04.847Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-02-18T09:20:06.225Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-02-18T09:20:06.792Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-02-18T09:20:08.169Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-02-18T09:20:10.705Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-18T09:20:13.992Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-18T09:20:14.251Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-18T09:20:14.818Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-18T09:20:15.076Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-18T09:20:16.988Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-18T09:20:18.368Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-18T09:20:18.626Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-18T09:20:18.885Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-18T09:20:19.143Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-18T09:20:19.712Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-18T09:20:20.282Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-18T09:20:20.852Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-02-18T09:20:20.852Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-02-18T09:20:20.852Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-18T09:20:21.117Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-18T09:20:22.053Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-18T09:20:23.956Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-02-18T09:20:25.333Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-18T09:20:26.268Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-18T09:20:26.529Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-02-18T09:20:26.791Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-18T09:20:28.695Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-18T09:20:30.072Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-18T09:20:31.974Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-18T09:20:33.877Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-18T09:20:34.136Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-18T09:20:34.136Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-18T09:20:34.136Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-18T09:20:34.136Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-18T09:20:34.395Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-02-18T09:20:34.395Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-02-18T09:20:34.962Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-02-18T09:20:35.531Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-02-18T09:20:36.468Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-02-18T09:20:36.822Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-02-18T09:20:37.392Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-18T09:20:37.392Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-02-18T09:20:37.959Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-02-18T09:20:38.527Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-02-18T09:20:39.095Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-02-18T09:20:39.670Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-02-18T09:20:39.670Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-02-18T09:20:40.247Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-18T09:20:40.506Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-18T09:20:40.765Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-18T09:20:40.765Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-02-18T09:20:41.334Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-02-18T09:20:41.901Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-02-18T09:20:41.901Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-18T09:20:41.901Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-18T09:20:42.468Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-18T09:20:43.404Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-02-18T09:20:43.972Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-02-18T09:20:43.972Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-18T09:20:44.232Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-18T09:20:44.232Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-18T09:20:45.169Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-18T09:20:45.736Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-18T09:20:46.671Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-02-18T09:20:47.239Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-18T09:20:47.807Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-18T09:20:47.807Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-18T09:20:47.807Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-18T09:20:49.185Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-02-18T09:20:49.754Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-02-18T09:20:50.689Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-18T09:20:50.689Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-18T09:20:52.066Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-18T09:20:52.066Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-18T09:20:52.324Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-18T09:20:54.227Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-18T09:20:54.227Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-18T09:20:54.795Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-02-18T09:20:55.364Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-18T09:20:55.623Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-18T09:20:55.623Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-18T09:20:57.000Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-18T09:20:57.951Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-02-18T09:20:58.887Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-18T09:20:59.146Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-18T09:20:59.146Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-18T09:20:59.146Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-18T09:20:59.405Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-18T09:20:59.973Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-18T09:21:00.618Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-18T09:21:01.875Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-18T09:21:04.358Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-18T09:21:04.358Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-18T09:21:07.141Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-18T09:21:09.045Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-18T09:21:09.307Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-18T09:21:10.246Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-18T09:21:13.529Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-18T09:21:13.529Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-02-18T09:21:14.905Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-18T09:21:15.843Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-18T09:21:17.220Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-18T09:21:18.600Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-18T09:21:19.977Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-18T09:21:22.530Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-18T09:21:27.798Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-18T09:21:29.176Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-02-18T09:21:30.112Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-18T09:21:35.379Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-18T09:21:37.280Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-02-18T09:21:37.540Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-02-18T09:21:39.443Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-18T09:21:39.703Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-18T09:21:40.271Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-18T09:21:41.207Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-18T09:21:41.207Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-18T09:21:41.774Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-18T09:21:45.148Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-18T09:21:47.678Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-02-18T09:21:47.937Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-02-18T09:21:48.503Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-02-18T09:21:48.503Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-02-18T09:21:49.071Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-02-18T09:21:50.447Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-02-18T09:21:50.447Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-02-18T09:21:51.383Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-02-18T09:21:51.952Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-02-18T09:21:52.887Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-02-18T09:21:53.823Z] === RUN TestDockerSuite/TestUpdateStats [2021-02-18T09:21:58.008Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-02-18T09:21:58.266Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-02-18T09:21:58.266Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-02-18T09:21:59.203Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-02-18T09:21:59.773Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-18T09:22:02.308Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-02-18T09:22:04.842Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-02-18T09:22:06.746Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-02-18T09:22:08.650Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-18T09:22:11.185Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-18T09:22:13.717Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-02-18T09:22:15.093Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-02-18T09:22:16.471Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-02-18T09:22:17.406Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-02-18T09:22:18.343Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-02-18T09:22:20.257Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-02-18T09:22:21.636Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-02-18T09:22:23.011Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-02-18T09:22:24.388Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-02-18T09:22:25.764Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-18T09:22:30.435Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-18T09:22:30.435Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-18T09:22:30.435Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-18T09:22:43.841Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-18T09:22:44.777Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-18T09:22:44.777Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-18T09:22:44.777Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-18T09:22:44.777Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-18T09:22:45.036Z] === RUN TestDockerSuite/TestVolumeEvents [2021-02-18T09:22:45.254Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-18T09:22:45.604Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-18T09:22:46.980Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-18T09:22:46.980Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-18T09:22:46.980Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-18T09:22:48.886Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-18T09:22:52.191Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite (1442.54s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.07s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.19s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.14s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.83s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.96s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.19s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.19s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (8.61s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.38s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.64s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.29s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.03s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.81s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.95s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.84s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.95s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.69s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAttachDetach (0.82s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.06s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.42s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.97s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.88s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.62s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.40s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.24s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.20s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.99s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.78s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.96s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.57s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.83s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.56s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.73s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.55s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.12s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.85s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.18s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.09s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.31s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.65s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.20s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.31s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.34s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.94s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.26s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.03s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.19s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.90s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.12s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.14s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.37s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.23s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.53s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.49s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.16s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.64s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.99s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.85s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.10s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.39s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.65s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.37s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.15s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.44s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.42s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.03s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.35s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.23s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.39s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.98s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.06s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.74s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.35s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.09s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.96s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.01s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.23s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.06s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.60s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCmd (0.39s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.51s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s) [2021-02-18T09:22:52.191Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-18T09:22:52.191Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.38s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.94s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.90s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.88s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.68s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.57s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.32s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.99s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.85s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.48s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.74s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.86s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.58s) [2021-02-18T09:22:52.191Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-02-18T09:22:52.191Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.191Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-02-18T09:22:52.191Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.191Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-18T09:22:52.191Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.191Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-02-18T09:22:52.191Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.74s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.94s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.35s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.52s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.94s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.84s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.52s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.25s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.99s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.33s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.38s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.30s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.96s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.55s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.43s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (12.58s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.45s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.85s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.60s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.48s) [2021-02-18T09:22:52.191Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.84s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.47s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.04s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (17.54s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.83s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.35s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.86s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.20s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.70s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.99s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.81s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnv (1.46s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.23s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.03s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.83s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.27s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.15s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.26s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.89s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.56s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.56s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.50s) [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-18T09:22:52.192Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.39s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.15s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildExpose (0.53s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.73s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.64s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.50s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFails (0.91s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.77s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.04s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.59s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.42s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.53s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.04s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.83s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.82s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.71s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.34s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.05s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildHistory (3.29s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.46s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.71s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.83s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.61s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.86s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLabel (0.35s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.32s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.37s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.25s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLabels (0.42s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.90s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.86s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.69s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.72s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.34s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.55s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.28s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.27s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.35s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.51s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.88s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.20s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.29s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.01s) [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-02-18T09:22:52.192Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.46s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.48s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.70s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.29s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.74s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.59s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.97s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.98s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.95s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.48s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.36s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.44s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.79s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.89s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.78s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.41s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.30s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.13s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.53s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.67s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.08s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildPATH (2.42s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.66s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.76s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.63s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.74s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.45s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildRm (4.08s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.75s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.20s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.51s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.54s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.82s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.81s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.77s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.65s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.24s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.26s) [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T09:22:52.192Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.64s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildStderr (0.66s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.83s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.75s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.70s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.39s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.64s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.00s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildUser (1.30s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.24s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (15.89s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.88s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.34s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.18s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.38s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (2.24s) [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-18T09:22:52.192Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T09:22:52.192Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-18T09:22:52.192Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-18T09:22:52.192Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.32s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.20s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.23s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.83s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.75s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.25s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.56s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.20s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.45s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.84s) [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T09:22:52.192Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.66s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.75s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T09:22:52.192Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.57s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.85s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitChange (0.80s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.85s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.41s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.33s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.95s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitTTY (1.48s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.76s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.46s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.64s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.16s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.61s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.21s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.67s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.79s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.61s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.63s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.48s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.81s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.69s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.68s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.80s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.32s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.81s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.74s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.57s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.69s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.68s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.65s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.55s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.85s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.15s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.79s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.66s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.56s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.10s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.50s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.05s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.71s) [2021-02-18T09:22:52.192Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T09:22:52.192Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.73s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.52s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.74s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.72s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.91s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.57s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.60s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.69s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (0.50s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.50s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.44s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.37s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a85e20_} (1.39s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1000900275_/foo_false____} (0.45s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1000900275_/foo_true____} (1.32s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3600562294_/foo_false____} (1.34s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3600562294_/foo_true____} (1.35s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3600562294_/foo_true__0xc000a85e80__} (0.46s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a85ea0_} (1.38s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a85ec0_} (1.44s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a85ee0_} (1.34s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a85f00_} (1.44s) [2021-02-18T09:22:52.192Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.24s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.41s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.05s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.50s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.82s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.27s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.27s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.86s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.86s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.76s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.87s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.65s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.24s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.91s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.83s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.78s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.16s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.19s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.76s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.44s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.22s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.93s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.69s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.94s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.77s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.98s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.72s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.87s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.66s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.60s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.99s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.15s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.76s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.78s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.91s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.33s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.58s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.11s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.61s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToDot (0.58s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.23s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.99s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToStdout (0.62s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.26s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.50s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.64s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.94s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.50s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.51s) [2021-02-18T09:22:52.193Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T09:22:52.193Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.51s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-02-18T09:22:52.193Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T09:22:52.193Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.59s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.53s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.53s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.58s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.18s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.16s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.71s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.69s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.57s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.99s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.84s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.17s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.55s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.83s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.78s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.37s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.77s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsAttach (0.70s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsCommit (0.82s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.72s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.71s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.61s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.52s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.10s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.21s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.05s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsCopy (0.88s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.04s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.52s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.29s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.10s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.25s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.63s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.33s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFilters (1.50s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFormat (1.52s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.85s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.43s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.41s) [2021-02-18T09:22:52.193Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-18T09:22:52.193Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-18T09:22:52.193Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T09:22:52.193Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.56s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.52s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsRename (0.54s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsResize (0.55s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.51s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.79s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.52s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.74s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsTop (0.60s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.07s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExec (0.65s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.54s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.96s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.58s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.45s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.64s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.66s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.63s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.60s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.56s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.55s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.04s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecCgroup (0.87s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecEnv (0.55s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.05s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.55s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecInspectID (2.64s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecInteractive (0.63s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.61s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.60s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecParseError (0.54s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.57s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.51s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.08s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.58s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecStartFails (0.56s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.73s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.52s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecTTY (0.59s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.57s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.56s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecUlimits (0.57s) [2021-02-18T09:22:52.193Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T09:22:52.193Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.41s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.78s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.57s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestExecWithUser (0.62s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.54s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.67s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.73s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.68s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.61s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestHealth (19.74s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.64s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.25s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.22s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.35s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.70s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.72s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.62s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.54s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.67s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImportDisplay (1.28s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImportFile (1.45s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.55s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImportGzipped (2.08s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.27s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.58s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.54s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.59s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.53s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.54s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.46s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.49s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.50s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.51s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.20s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.51s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.50s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.51s) [2021-02-18T09:22:52.193Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T09:22:52.193Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.74s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.52s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectDefault (0.49s) [2021-02-18T09:22:52.193Z] --- PASS: TestDockerSuite/TestInspectHistory (0.77s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2021-02-18T09:22:52.194Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T09:22:52.194Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.56s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.63s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.14s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.73s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.72s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.47s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.87s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectStatus (0.75s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.18s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.80s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.64s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.65s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.77s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.70s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.60s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.33s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.07s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.11s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.18s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.64s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.52s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.46s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.34s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.41s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.58s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.20s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.54s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.73s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.33s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.05s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.75s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.71s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.58s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.75s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.59s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.53s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.93s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.35s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.96s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.94s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.76s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.03s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.54s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.60s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsSince (6.63s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.62s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.50s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsTail (0.57s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.53s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.50s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.26s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.49s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestNetHostname (1.35s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.25s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.86s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.80s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.79s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPluginActive (1.79s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.98s) [2021-02-18T09:22:52.194Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-18T09:22:52.194Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.70s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.78s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.70s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.33s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.31s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.41s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.93s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.95s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPortList (6.86s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.95s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.22s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.71s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.78s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.53s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.01s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.32s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.98s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsByOrder (2.17s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.80s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.48s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.43s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.11s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.84s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.20s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.52s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.03s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.96s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.72s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.61s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.17s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.59s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.65s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.28s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.90s) [2021-02-18T09:22:52.194Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T09:22:52.194Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.23s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.75s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.07s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.00s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.65s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.75s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.93s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.74s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.28s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.15s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.23s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.27s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.57s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.12s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.37s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.09s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.44s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.54s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.92s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.54s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.71s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiTag (0.31s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.82s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.78s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.59s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.92s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.52s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.33s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAddHost (0.62s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.59s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.67s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.26s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.53s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.94s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.95s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.28s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.13s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.72s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.93s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.96s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.66s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.76s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.71s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.09s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.66s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.49s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.49s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.52s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.51s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.51s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.52s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.54s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.51s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.50s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.60s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.55s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.52s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.91s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.55s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.58s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.49s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.48s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.99s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.01s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.97s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.48s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.50s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.50s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.46s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.51s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.15s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.26s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.52s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.90s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.55s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.39s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.77s) [2021-02-18T09:22:52.194Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-18T09:22:52.194Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.194Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T09:22:52.194Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.52s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.53s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.16s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.89s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.68s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.35s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.52s) [2021-02-18T09:22:52.194Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-02-18T09:22:52.194Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.74s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.26s) [2021-02-18T09:22:52.194Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.53s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.50s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.47s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.51s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunExitCode (0.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.47s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.50s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.51s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.50s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.93s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.24s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.62s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.72s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.50s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.05s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.29s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.77s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.75s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.23s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.46s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.76s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.42s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.95s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.20s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.41s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.82s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.16s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.21s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.20s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.12s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunMount (4.77s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.50s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.00s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.19s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.81s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.28s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.38s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.43s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.07s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNetHost (0.92s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.58s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.55s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.15s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.67s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.59s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.54s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.56s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.14s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.70s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.76s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.53s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.67s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.53s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.06s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.68s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.48s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.51s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.52s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.56s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.47s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-18T09:22:52.195Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.56s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.63s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.53s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.18s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T09:22:52.195Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.98s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunRm (0.52s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.50s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.51s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.47s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.43s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.51s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.02s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.14s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.47s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.45s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.44s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.45s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.46s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.51s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.50s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.46s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.42s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunState (1.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.73s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.58s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.22s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.47s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.70s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunSysctls (1.38s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.71s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.26s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.64s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.95s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.53s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.53s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.39s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUserByID (0.61s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.21s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.57s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUserByName (0.63s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.70s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.19s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.70s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.70s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.87s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.88s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.14s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.87s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.75s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.50s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.60s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.56s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.98s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.52s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.51s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.52s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.55s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.21s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.45s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.50s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.94s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.49s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T09:22:52.195Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.97s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.47s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.63s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.49s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.11s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.81s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.86s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.06s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.25s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.44s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.49s) [2021-02-18T09:22:52.195Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents703844875 [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.42s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.11s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.48s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.76s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.14s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.59s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.02s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.75s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.72s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.95s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.04s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.84s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartRecordError (1.36s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.32s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.22s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.58s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.70s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.93s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.59s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.54s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.75s) [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.64s) [2021-02-18T09:22:52.195Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-18T09:22:52.195Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-18T09:22:52.195Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.76s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.84s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.92s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.47s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.49s) [2021-02-18T09:22:52.196Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-18T09:22:52.196Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.62s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.19s) [2021-02-18T09:22:52.196Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T09:22:52.196Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.01s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.71s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.70s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.04s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateStats (3.55s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.97s) [2021-02-18T09:22:52.196Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T09:22:52.196Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.72s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.61s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.42s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.49s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.26s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.57s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.34s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.87s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.39s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.45s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.99s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.00s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.47s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.50s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.52s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.46s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.46s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.54s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.53s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.65s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.59s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.05s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.50s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.44s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.88s) [2021-02-18T09:22:52.196Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.69s) [2021-02-18T09:22:52.196Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-02-18T09:22:52.196Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-18T09:22:52.196Z] === RUN TestDockerRegistrySuite [2021-02-18T09:22:52.196Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-18T09:22:52.762Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-18T09:22:54.139Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-18T09:22:55.515Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-18T09:22:55.515Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T09:22:58.803Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T09:23:00.074Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-18T09:23:04.073Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-18T09:23:06.607Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-18T09:23:07.542Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-18T09:23:08.478Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-18T09:23:08.660Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-18T09:23:09.414Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-18T09:23:10.801Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-18T09:23:12.177Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-18T09:23:13.113Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-18T09:23:14.049Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-18T09:23:16.584Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-18T09:23:18.488Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-18T09:23:19.424Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-18T09:23:21.958Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-18T09:23:22.893Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-18T09:23:22.893Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T09:23:23.830Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T09:23:24.765Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T09:23:26.144Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-18T09:23:28.681Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-18T09:23:28.940Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-18T09:23:29.877Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-18T09:23:30.443Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-18T09:23:30.443Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-18T09:23:30.701Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-18T09:23:30.960Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-18T09:23:31.527Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-18T09:23:31.527Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-18T09:23:32.902Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-18T09:23:34.281Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-18T09:23:35.216Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-18T09:23:36.154Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-18T09:23:37.090Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite (46.29s) [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.28s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d1f0fb9883217] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.12s) [2021-02-18T09:23:38.025Z] check_test.go:196: [de121fa360510] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.40s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dd7083c829c5a] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2021-02-18T09:23:38.025Z] check_test.go:196: [def75d8dfc31e] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.03s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d55b46f6c06b9] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.74s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d4bf3b03fba91] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.09s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dcd2abb2800b4] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.13s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d45f1e470b25a] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.90s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d0aec7c28d121] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.11s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d9cf3114d5578] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.17s) [2021-02-18T09:23:38.025Z] check_test.go:196: [da6626abbe31e] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.24s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dc9cb2ebdb769] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.09s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dfa2d353622a7] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.07s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d6e130e27256f] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.08s) [2021-02-18T09:23:38.025Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d979579e5f0106ba80b918a582772c0266ed3e25134da3f7a70046a129640e6b [2021-02-18T09:23:38.025Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1f7a99dbace513238d32c57a4e479d460f634975fef709a78621461659c5366c [2021-02-18T09:23:38.025Z] check_test.go:196: [d67520b2147f9] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.03s) [2021-02-18T09:23:38.025Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c6e3572ff279d27a6e363681c7e7595de56ce4146cfd1851d38ffc3be4c66c11 [2021-02-18T09:23:38.025Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f630fb05658ee3f4ec34a9b179288a405908074de52f29ec09c28b6cebdca6bc [2021-02-18T09:23:38.025Z] check_test.go:196: [d87d6c71b2456] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.12s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dd09c9a37fbd1] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.31s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d61c37bd957cf] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.05s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d1c90087a6bdb] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d7ff36eb3f571] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.05s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d60a3e8027716] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.97s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d323999e9aa9f] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.00s) [2021-02-18T09:23:38.025Z] check_test.go:196: [db51f9c19a97c] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.59s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d66ae6607b192] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.43s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d9ea4e3d5d025] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.07s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dd53d8146485e] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.43s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d0cae10581e43] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dd3a98e4d560e] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d9553d695e097] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d10ae5a2c058e] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d059f269b1db3] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d1184df1931c1] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.11s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dbc74bf92f5cf] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.55s) [2021-02-18T09:23:38.025Z] check_test.go:196: [dc88e252fb616] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.88s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d2973fa5816ff] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.05s) [2021-02-18T09:23:38.025Z] check_test.go:196: [d6fb10e89d7b4] daemon is not started [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.96s) [2021-02-18T09:23:38.025Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2021-02-18T09:23:38.025Z] === RUN TestDockerSchema1RegistrySuite [2021-02-18T09:23:38.025Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-18T09:23:38.025Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T09:23:41.313Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T09:23:45.511Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-18T09:23:45.511Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-02-18T09:23:49.707Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-18T09:23:49.707Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-02-18T09:23:50.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-18T09:23:52.022Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-18T09:23:52.280Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T09:23:53.656Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T09:23:55.034Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T09:23:56.411Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-18T09:23:57.348Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-02-18T09:23:59.375Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-18T09:23:59.884Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-18T09:24:00.143Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-18T09:24:01.079Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-18T09:24:01.079Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-18T09:24:01.338Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-18T09:24:01.598Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-18T09:24:02.166Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite (24.38s) [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.27s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d3ff53dc1f91b] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.02s) [2021-02-18T09:24:02.166Z] check_test.go:223: [dba9e38678f0e] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (3.85s) [2021-02-18T09:24:02.166Z] check_test.go:223: [de82d38968f46] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.31s) [2021-02-18T09:24:02.166Z] check_test.go:223: [de6ba807be2bf] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.26s) [2021-02-18T09:24:02.166Z] check_test.go:223: [deae3cdc02c8f] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.48s) [2021-02-18T09:24:02.166Z] check_test.go:223: [da6d8c9750c15] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.16s) [2021-02-18T09:24:02.166Z] check_test.go:223: [dc36178d02490] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.38s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d979fe30d6049] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.37s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d494215a96ae5] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.38s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d8cc71dd0d1c3] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.32s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d9ac64f7a7f0b] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.58s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d7c86f162d8ff] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.59s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d65ab8049e59a] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2021-02-18T09:24:02.166Z] check_test.go:223: [dc5312fdf33e9] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.31s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d0f53aec81198] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.39s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d335eb09d0482] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.44s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d859894846ba2] daemon is not started [2021-02-18T09:24:02.166Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-02-18T09:24:02.166Z] check_test.go:223: [d957f093b5863] daemon is not started [2021-02-18T09:24:02.166Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-18T09:24:02.166Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-18T09:24:03.549Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-18T09:24:04.118Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-18T09:24:04.118Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-18T09:24:04.377Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-02-18T09:24:05.755Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-18T09:24:05.755Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-18T09:24:06.322Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-18T09:24:06.463Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-18T09:24:06.890Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-18T09:24:06.890Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.83s) [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.20s) [2021-02-18T09:24:07.149Z] check_test.go:252: [d0fb3e0c2756f] daemon is not started [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2021-02-18T09:24:07.149Z] check_test.go:252: [d7a1261c7c9d5] daemon is not started [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-02-18T09:24:07.149Z] check_test.go:252: [de7f62113c542] daemon is not started [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.27s) [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.24s) [2021-02-18T09:24:07.149Z] check_test.go:252: [dfdd7c52a0ec5] daemon is not started [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.55s) [2021-02-18T09:24:07.149Z] check_test.go:252: [d703232a161bd] daemon is not started [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.65s) [2021-02-18T09:24:07.149Z] check_test.go:252: [d935a6aae0420] daemon is not started [2021-02-18T09:24:07.149Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.20s) [2021-02-18T09:24:07.149Z] check_test.go:252: [d4780e57a8839] daemon is not started [2021-02-18T09:24:07.149Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-18T09:24:07.149Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-18T09:24:12.418Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-02-18T09:24:12.418Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-18T09:24:12.418Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-18T09:24:12.677Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-18T09:24:12.677Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-18T09:24:12.935Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.82s) [2021-02-18T09:24:12.935Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2021-02-18T09:24:12.935Z] check_test.go:279: [de4d4d4d63f11] daemon is not started [2021-02-18T09:24:12.935Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-02-18T09:24:12.935Z] check_test.go:279: [d7e4d5c6ecc3b] daemon is not started [2021-02-18T09:24:12.935Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-02-18T09:24:12.935Z] check_test.go:279: [df9924fc8b325] daemon is not started [2021-02-18T09:24:12.935Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-02-18T09:24:12.936Z] check_test.go:279: [d8afc17290f9c] daemon is not started [2021-02-18T09:24:12.936Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.19s) [2021-02-18T09:24:12.936Z] check_test.go:279: [d0b8d62f107ec] daemon is not started [2021-02-18T09:24:12.936Z] === RUN TestDockerNetworkSuite [2021-02-18T09:24:12.936Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-02-18T09:24:15.468Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-02-18T09:24:16.035Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-02-18T09:24:18.568Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-02-18T09:24:19.136Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-02-18T09:24:21.040Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-02-18T09:24:21.284Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-18T09:24:22.443Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-02-18T09:24:22.779Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-02-18T09:24:24.684Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-02-18T09:24:26.587Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-02-18T09:24:29.875Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-02-18T09:24:30.444Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-02-18T09:24:31.381Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-02-18T09:24:33.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-02-18T09:24:33.917Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-02-18T09:24:37.207Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-02-18T09:24:38.582Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-02-18T09:24:38.841Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-02-18T09:24:39.410Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-02-18T09:24:40.347Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-02-18T09:24:41.295Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-02-18T09:24:41.556Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-02-18T09:24:41.814Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-02-18T09:24:42.751Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-02-18T09:24:42.751Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-02-18T09:24:42.751Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-02-18T09:24:43.175Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-02-18T09:24:43.743Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-02-18T09:24:45.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-02-18T09:24:45.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-02-18T09:24:45.380Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-02-18T09:24:45.380Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-02-18T09:24:47.912Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-02-18T09:24:49.814Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-02-18T09:24:56.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-02-18T09:24:56.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-02-18T09:24:56.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-02-18T09:24:56.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-02-18T09:24:57.201Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-02-18T09:24:57.201Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-02-18T09:24:57.460Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-02-18T09:24:57.460Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-02-18T09:24:59.992Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-02-18T09:24:59.992Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-02-18T09:24:59.992Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-02-18T09:25:00.926Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-02-18T09:25:05.125Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-02-18T09:25:07.662Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-02-18T09:25:07.662Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-02-18T09:25:08.598Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-02-18T09:25:09.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-02-18T09:25:09.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-02-18T09:25:10.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-02-18T09:25:11.477Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-02-18T09:25:12.414Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite (63.98s) [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.26s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d80794326569c] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.77s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d06dec284c96e] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.14s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d8bf9d3982f16] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.07s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d38004fc582bd] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.31s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:1233: [de5098ca75e78] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.83s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d1e4a91ac65db] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.67s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d40fa31b82482] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.17s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [db61107fc3fc0] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.24s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d3b49626d1c42] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.59s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [dbd806957c11f] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d13dbadba1f27] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.96s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d6dd59687e641] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.97s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d4f50b299b572] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [ddc65c2a4a7b5] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.37s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d00385b760642] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.81s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [dbdc9d3373902] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [db12496f40c8e] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d55149d48fff4] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d37b597028f7d] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.76s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [ddb9920c04862] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.12s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [df40c5e4f768e] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [da2d9fb02dfa9] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.28s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [de4b57ce9e241] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d531b12719b74] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.52s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:968: [dcf3fbda63088] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.87s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d7db5b93d4e16] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.08s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:1116: [d9f0f02972748] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [dbd630872670c] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [dcc202b037ebc] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [dfed9bf4b0744] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d2f3dbaf1abb0] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d9dd3c76860ad] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d07a2ac683da1] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [dc29f1f59ec0e] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.52s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d9e5958995298] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [dc514a3cca8e3] daemon is not started [2021-02-18T09:25:17.685Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d410534332f63] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d00e1edd854d1] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.59s) [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.17s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:1084: [d487f9e6962ff] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d6a4bc385568d] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.81s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d7b20ac54cd39] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.57s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [db7d99741bf65] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d2abcd6300763] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d2d825c8a1703] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.60s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [d19fcca403ac2] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.03s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [da4417874c0c8] daemon is not started [2021-02-18T09:25:17.685Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.55s) [2021-02-18T09:25:17.685Z] docker_cli_network_unix_test.go:46: [dece65c8d802a] daemon is not started [2021-02-18T09:25:17.685Z] === RUN TestDockerHubPullSuite [2021-02-18T09:25:17.685Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-02-18T09:25:18.662Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-02-18T09:25:21.191Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-02-18T09:25:21.450Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-02-18T09:25:23.369Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-02-18T09:25:23.628Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-02-18T09:25:23.887Z] --- PASS: TestDockerHubPullSuite (6.91s) [2021-02-18T09:25:23.887Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.73s) [2021-02-18T09:25:23.887Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.25s) [2021-02-18T09:25:23.887Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.52s) [2021-02-18T09:25:23.887Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.10s) [2021-02-18T09:25:23.887Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2021-02-18T09:25:23.887Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-02-18T09:25:23.887Z] PASS [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === Skipped [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T09:25:23.887Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-02-18T09:25:23.887Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-18T09:25:23.887Z] [2021-02-18T09:25:23.887Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T09:25:23.887Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T09:25:23.887Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-18T09:25:23.888Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-18T09:25:23.888Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T09:25:23.888Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T09:25:23.888Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-18T09:25:23.888Z] docker_cli_network_unix_test.go:46: [d410534332f63] daemon is not started [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] [2021-02-18T09:25:23.888Z] DONE 1274 tests, 51 skipped in 1642.515s [2021-02-18T09:25:23.888Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:25:23.888Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T09:25:23.888Z] +++ kill 8185 [2021-02-18T09:25:24.822Z] +++ /etc/init.d/apparmor stop [2021-02-18T09:25:24.822Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:25:24.822Z] [2021-02-18T09:25:24.822Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:25:24.822Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:25:24.822Z] [2021-02-18T09:25:24.822Z] To set a process to complain mode, use the command line tool [2021-02-18T09:25:24.822Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:25:24.822Z] +++ true [2021-02-18T09:25:24.822Z] exiting test-integration [2021-02-18T09:25:24.822Z] ++ exit 0 [2021-02-18T09:25:24.822Z] [2021-02-18T09:25:25.081Z] + for job in $(jobs -p) [2021-02-18T09:25:25.081Z] + wait 2271 [2021-02-18T09:25:28.364Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-18T09:26:02.613Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-18T09:26:04.160Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-18T09:26:07.069Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-18T09:26:11.767Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-18T09:26:11.767Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-18T09:26:11.767Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-18T09:26:12.227Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-18T09:26:12.227Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-18T09:26:12.227Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-18T09:26:15.030Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-02-18T09:26:15.135Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-18T09:26:15.135Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-18T09:26:15.135Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-18T09:26:15.135Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-18T09:26:16.106Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-18T09:26:20.804Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-18T09:26:27.243Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-02-18T09:26:32.510Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-02-18T09:26:35.634Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-18T09:26:35.634Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-18T09:26:35.634Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-18T09:26:35.634Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-18T09:26:35.634Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-18T09:26:35.634Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-18T09:26:35.634Z] === RUN TestDockerSuite/TestBuildFails [2021-02-18T09:26:37.820Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-18T09:26:37.820Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-18T09:26:42.524Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-18T09:26:48.328Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-18T09:26:58.667Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-18T09:27:04.466Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-18T09:27:04.926Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-18T09:27:10.725Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-18T09:27:10.725Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-18T09:27:10.725Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-18T09:27:11.185Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-18T09:27:11.185Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-18T09:27:19.759Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-18T09:27:19.759Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-18T09:27:30.099Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-18T09:27:30.099Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-18T09:27:31.638Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-18T09:27:31.638Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-18T09:27:32.098Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-18T09:27:32.098Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-18T09:27:36.820Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-18T09:27:37.280Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-18T09:27:37.740Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-18T09:27:38.710Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-18T09:27:39.171Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-18T09:27:40.142Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-18T09:27:41.681Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-18T09:27:47.485Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-18T09:27:47.485Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-18T09:27:47.485Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-18T09:27:47.485Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-18T09:27:47.485Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-18T09:27:47.485Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-18T09:27:47.485Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-18T09:27:47.485Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-18T09:27:48.457Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-18T09:27:53.167Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-18T09:28:10.860Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-18T09:28:10.860Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-18T09:28:13.770Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-18T09:28:38.964Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-02-18T09:28:43.742Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-18T09:28:51.182Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-02-18T09:28:52.557Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-02-18T09:28:52.557Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-02-18T09:28:52.815Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-02-18T09:28:52.815Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-02-18T09:28:53.914Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-02-18T09:28:55.816Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-02-18T09:28:58.562Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-18T09:29:00.003Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-02-18T09:29:01.903Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-02-18T09:29:03.255Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-18T09:29:09.047Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-18T09:29:13.741Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-18T09:29:31.442Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-18T09:29:31.442Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-18T09:29:36.133Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-18T09:29:36.593Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-18T09:29:36.593Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-18T09:29:36.593Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-18T09:29:39.505Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-18T09:29:43.267Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-18T09:29:45.445Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-18T09:29:45.445Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-18T09:29:45.905Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-18T09:29:48.815Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-18T09:29:49.784Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-18T09:29:50.753Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-18T09:29:58.129Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-02-18T09:29:58.129Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-02-18T09:29:59.322Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-18T09:30:00.033Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-02-18T09:30:00.290Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-18T09:30:02.562Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-02-18T09:30:05.845Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-02-18T09:30:08.376Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-02-18T09:30:08.877Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-18T09:30:11.054Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-18T09:30:19.624Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-18T09:30:23.359Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-18T09:30:28.053Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-18T09:30:28.513Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-18T09:30:28.513Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-18T09:30:28.513Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-18T09:30:30.300Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-02-18T09:30:30.696Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-18T09:30:30.696Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-18T09:30:42.506Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-02-18T09:30:43.440Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-02-18T09:30:45.971Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-02-18T09:30:48.504Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-02-18T09:30:56.622Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-02-18T09:30:59.908Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-02-18T09:31:02.451Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-02-18T09:31:05.746Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-02-18T09:31:06.380Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-18T09:31:08.279Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-02-18T09:31:10.811Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-02-18T09:31:14.102Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-02-18T09:31:16.004Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-02-18T09:31:48.949Z] === RUN TestDockerSuite/TestBuildRm [2021-02-18T09:31:54.755Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-18T09:31:57.670Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-18T09:31:57.670Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-18T09:31:57.670Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-18T09:31:59.214Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-18T09:32:02.951Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-18T09:32:05.857Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-18T09:32:10.546Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-18T09:32:12.234Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-02-18T09:32:25.378Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-18T09:32:25.378Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-18T09:32:25.378Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-18T09:32:27.106Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-02-18T09:32:33.949Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-18T09:32:34.409Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-18T09:32:39.104Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-18T09:32:39.104Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-18T09:32:42.844Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite (1673.35s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.54s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.32s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.63s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.55s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.15s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.79s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:562: [d1fb1ceea0f64] joining swarm manager [d33a0df5548d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:584: [d20ffd32139eb] joining swarm manager [d33a0df5548d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] check_test.go:380: [d1fb1ceea0f64] daemon is not started [2021-02-18T09:32:45.183Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.44s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:45: [d8071b8ee75f2] joining swarm manager [d684ccfb08c7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.04s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.45s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.03s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:303: [d0390bc6dfe4f] joining swarm manager [db551f580828d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:304: [d5c78824b6468] joining swarm manager [db551f580828d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.57s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:271: [d4b406959c4c6] joining swarm manager [d229a7d95a83f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:272: [d52224e1998a6] joining swarm manager [d229a7d95a83f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.46s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.17s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.76s) [2021-02-18T09:32:45.183Z] docker_api_swarm_node_test.go:19: [d62f83ad45c5c] joining swarm manager [d92659eba5bb4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_node_test.go:20: [d28792c7a3b69] joining swarm manager [d92659eba5bb4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.66s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:501: [d0feea1c38a9c] joining swarm manager [d5e9f401671c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:506: [d02cc83af0b2a] joining swarm manager [d5e9f401671c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.67s) [2021-02-18T09:32:45.183Z] docker_api_swarm_node_test.go:80: [dfdd146fc2242] joining swarm manager [d06386627325b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.75s) [2021-02-18T09:32:45.183Z] docker_api_swarm_node_test.go:52: [dfecee6cacbf3] joining swarm manager [d6c84ce3e4682]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_node_test.go:53: [d97c029e25786] joining swarm manager [d6c84ce3e4682]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.67s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.01s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:201: [d8feb717e361a] joining swarm manager [dbe948fb45f30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.72s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:383: [df964005388a1] joining swarm manager [dba304e9dd7d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:384: [d63bb0023ab2c] joining swarm manager [dba304e9dd7d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] check_test.go:380: [d63bb0023ab2c] daemon is not started [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (52.76s) [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:801: [d1de33ae77d81] joining swarm manager [d5a1330d6af0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:801: [d735a21ec9ffd] joining swarm manager [d5a1330d6af0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:801: [d1b70596bf18b] joining swarm manager [d5a1330d6af0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:801: [d7dc679d09a39] joining swarm manager [d5a1330d6af0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-18T09:32:45.183Z] docker_api_swarm_test.go:809: [d009068f4aeec] joining swarm manager [d5a1330d6af0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.30s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.03s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.20s) [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:394: [db2d6b941c1cf] joining swarm manager [dce8dafd6a845]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:394: [dc2a88f3c50c8] joining swarm manager [dce8dafd6a845]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.41s) [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:342: [d59a439d40e34] joining swarm manager [d0143d266edd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:342: [d193f9331bffe] joining swarm manager [d0143d266edd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.49s) [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:489: [d4f2dbf0bae38] joining swarm manager [dd1748390a13e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:489: [d15c5da914eaa] joining swarm manager [dd1748390a13e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.28s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.70s) [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:127: [dce7b73ab079a] joining swarm manager [dce8a9debeebd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:128: [d6ae15ef8a649] joining swarm manager [dce8a9debeebd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:136: [da1db7a56a24f] joining swarm manager [dce8a9debeebd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:137: [daf05723a0a76] joining swarm manager [dce8a9debeebd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.75s) [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.71s) [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:303: [d143ad8a82cbe] joining swarm manager [d0e6a8dda2448]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:303: [d9e1b04a06a47] joining swarm manager [d0e6a8dda2448]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.12s) [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:99: [dab8313015c2e] joining swarm manager [d5d309c503bbc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:100: [db106d6c5d1ef] joining swarm manager [d5d309c503bbc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.183Z] check_test.go:380: [dab8313015c2e] daemon is not started [2021-02-18T09:32:45.183Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.72s) [2021-02-18T09:32:45.183Z] docker_api_swarm_service_test.go:532: [d74ddf4296b07] joining swarm manager [d3a556e89f192]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] docker_api_swarm_service_test.go:533: [d8dc03c7137cb] joining swarm manager [d3a556e89f192]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.82s) [2021-02-18T09:32:45.184Z] docker_api_swarm_service_test.go:147: [d6db79b027321] joining swarm manager [dd02703e3869c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] docker_api_swarm_service_test.go:147: [d9348cd971777] joining swarm manager [dd02703e3869c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.47s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.03s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.76s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.19s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.30s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.79s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.97s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.55s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.37s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.46s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.19s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.70s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.94s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.10s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.74s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.32s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.75s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.71s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.29s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.43s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.35s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.79s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.64s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.64s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.15s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.76s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.35s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.95s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.31s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.45s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.19s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.53s) [2021-02-18T09:32:45.184Z] docker_cli_service_logs_test.go:245: checking task ldp97fdz8pyt [2021-02-18T09:32:45.184Z] docker_cli_service_logs_test.go:250: checking messages for ldp97fdz8pyt [2021-02-18T09:32:45.184Z] docker_cli_service_logs_test.go:245: checking task 7gaw5osdmvq1 [2021-02-18T09:32:45.184Z] docker_cli_service_logs_test.go:250: checking messages for 7gaw5osdmvq1 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.92s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.53s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.86s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.86s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.06s) [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1901: [d28d7c248bdc3] joining swarm manager [d610a76555b20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1902: [d5ad58d9aad5c] joining swarm manager [d610a76555b20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.29s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.95s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.87s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.54s) [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1802: [d5d3ef2ad9b8c] joining swarm manager [d77f8c4cbb5b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1803: [da149d69d0006] joining swarm manager [d77f8c4cbb5b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.04s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (128.10s) [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1321: [d54e7d01fdd35] joining swarm manager [da267833367b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1322: [d88bf2271c86e] joining swarm manager [da267833367b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.17s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.73s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.08s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.70s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.57s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.65s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.35s) [2021-02-18T09:32:45.184Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.08s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.79s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.93s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.61s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.37s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (45.70s) [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1186: [dce704bfa00ba] joining swarm manager [d83d210599edb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1195: [d5ff0950e68da] joining swarm manager [d83d210599edb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.11s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.45s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (126.11s) [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1118: [d8d82e6c61dd9] joining swarm manager [da43dae99f7d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1119: [d07e42198d2ad] joining swarm manager [da43dae99f7d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1172: [dc2bf254ba3c3] joining swarm manager [da43dae99f7d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.45s) [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1453: [d66ecdaf26d17] joining swarm manager [d01c54510bbfd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] docker_cli_swarm_test.go:1454: [d7451219a99cb] joining swarm manager [d01c54510bbfd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.39s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.30s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.46s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.27s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.67s) [2021-02-18T09:32:45.184Z] docker_cli_swarm_unix_test.go:62: [df3d365feecd1] joining swarm manager [d6f8f8b3ed201]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.27s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.40s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.35s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.25s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.62s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.19s) [2021-02-18T09:32:45.184Z] docker_api_swarm_test.go:961: [d5219d72c8b4f] joining swarm manager [d793a40bb514b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.65s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.28s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.38s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.94s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.78s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.63s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.61s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.62s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.64s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.68s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.19s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.40s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.91s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.45s) [2021-02-18T09:32:45.184Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.30s) [2021-02-18T09:32:45.184Z] === RUN TestDockerExternalVolumeSuite [2021-02-18T09:32:45.184Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-02-18T09:33:00.055Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-02-18T09:33:03.943Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-18T09:33:03.944Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-18T09:33:03.944Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-18T09:33:04.912Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-18T09:33:09.610Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-18T09:33:14.308Z] === RUN TestDockerSuite/TestBuildUser [2021-02-18T09:33:14.308Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-18T09:33:14.308Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-18T09:33:14.308Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-18T09:33:18.043Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-18T09:33:18.501Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-18T09:33:21.409Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-18T09:33:21.409Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-18T09:33:21.409Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-18T09:33:42.518Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-18T09:33:42.518Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-18T09:33:54.910Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-18T09:34:03.586Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-18T09:34:04.045Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-18T09:34:04.045Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-18T09:34:06.953Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-18T09:34:06.953Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-02-18T09:34:07.746Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-02-18T09:34:15.859Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-02-18T09:34:17.287Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-18T09:34:21.099Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-18T09:34:21.563Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-18T09:34:39.259Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-18T09:34:39.259Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-18T09:34:39.259Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-18T09:34:39.259Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-18T09:34:40.228Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-18T09:34:47.304Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-18T09:34:47.927Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-02-18T09:34:49.482Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-18T09:34:49.482Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-18T09:34:49.482Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-18T09:34:49.482Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-18T09:34:51.670Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-18T09:34:56.365Z] === RUN TestDockerSuite/TestCommitChange [2021-02-18T09:35:00.103Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-18T09:35:02.801Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-02-18T09:35:03.842Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-18T09:35:03.842Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-18T09:35:10.922Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-18T09:35:10.922Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-18T09:35:25.735Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-18T09:35:30.534Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-18T09:35:34.869Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-02-18T09:35:36.327Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-18T09:35:42.521Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-18T09:35:42.521Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-18T09:35:44.063Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-18T09:35:44.063Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-18T09:35:44.063Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-18T09:35:44.063Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-18T09:35:46.241Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-18T09:35:46.241Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-18T09:35:46.241Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-18T09:35:48.031Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-02-18T09:35:49.147Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-18T09:35:49.147Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-18T09:35:49.147Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-18T09:35:49.147Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-18T09:35:49.147Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-18T09:35:51.326Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-18T09:35:53.505Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-18T09:35:55.685Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-18T09:35:55.685Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-18T09:35:55.685Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-18T09:35:57.866Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-18T09:35:57.866Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-18T09:35:59.404Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-18T09:35:59.404Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-18T09:35:59.863Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-18T09:36:02.049Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-18T09:36:02.049Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-18T09:36:03.587Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-18T09:36:03.587Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-18T09:36:06.494Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-18T09:36:06.494Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-18T09:36:08.673Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-18T09:36:17.249Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-18T09:36:20.097Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-02-18T09:36:20.156Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-18T09:36:20.156Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-18T09:36:20.156Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-18T09:36:20.156Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-18T09:36:20.156Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-18T09:36:22.341Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-18T09:36:22.341Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-18T09:36:24.523Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-18T09:36:24.523Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-18T09:36:26.702Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-18T09:36:26.702Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-18T09:36:31.393Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-18T09:36:32.930Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-18T09:36:32.930Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-18T09:36:32.930Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-18T09:36:32.930Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-18T09:36:32.930Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-18T09:36:32.930Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-02-18T09:36:34.469Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-18T09:36:34.469Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-02-18T09:36:34.991Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-02-18T09:36:37.377Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-02-18T09:36:39.556Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-02-18T09:36:42.482Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-02-18T09:36:49.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0006935a0_} [2021-02-18T09:36:49.861Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-02-18T09:36:52.469Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1656148194_c:\foo_false____} [2021-02-18T09:36:54.654Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1656148194_c:\foo_true____} [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-18T09:36:56.832Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-18T09:36:57.292Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-18T09:36:57.292Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-18T09:36:57.292Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-18T09:36:57.292Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-18T09:37:04.366Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-18T09:37:11.441Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-18T09:37:11.441Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-18T09:37:11.441Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-18T09:37:14.346Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-18T09:37:14.346Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-18T09:37:14.346Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-18T09:37:14.346Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-18T09:37:22.929Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-18T09:37:25.113Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-18T09:37:25.113Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-18T09:37:25.113Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-18T09:37:36.524Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-02-18T09:37:39.931Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-18T09:37:39.931Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-18T09:37:39.931Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-18T09:37:47.018Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-18T09:37:47.018Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-18T09:37:47.018Z] === RUN TestDockerSuite/TestCpToDot [2021-02-18T09:37:48.557Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-18T09:37:48.557Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-18T09:37:48.557Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-18T09:37:51.616Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-18T09:37:51.616Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-18T09:37:51.616Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-18T09:37:51.616Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-18T09:37:51.616Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-18T09:37:51.616Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-18T09:37:51.616Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-18T09:37:53.795Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-18T09:37:54.617Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-02-18T09:37:56.069Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-18T09:37:56.069Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-18T09:37:56.069Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-18T09:37:57.612Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-18T09:37:58.586Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-18T09:37:58.586Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-18T09:37:58.586Z] === RUN TestDockerSuite/TestCreateRM [2021-02-18T09:37:59.046Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-18T09:37:59.046Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-18T09:37:59.046Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-18T09:37:59.505Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-18T09:38:06.586Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-18T09:38:06.586Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-18T09:38:07.045Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-18T09:38:10.789Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-18T09:38:11.251Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-18T09:38:11.251Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-18T09:38:13.434Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-18T09:38:13.434Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDockerFails [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-18T09:38:13.435Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-18T09:38:13.894Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-18T09:38:13.894Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-18T09:38:13.894Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-18T09:38:13.894Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-18T09:38:16.074Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-18T09:38:18.256Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-18T09:38:20.437Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-18T09:38:26.689Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-02-18T09:38:29.009Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-18T09:38:32.748Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-18T09:38:37.438Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-18T09:38:39.618Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-18T09:38:40.586Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-18T09:38:44.322Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-18T09:38:45.290Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-18T09:38:46.258Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-18T09:38:50.950Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-18T09:38:55.651Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-18T09:38:55.651Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-18T09:38:55.651Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-18T09:38:55.651Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-18T09:38:55.651Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-18T09:38:55.651Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-18T09:38:56.627Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-18T09:38:56.627Z] === RUN TestDockerSuite/TestEventsRename [2021-02-18T09:38:58.759Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-02-18T09:38:58.808Z] === RUN TestDockerSuite/TestEventsResize [2021-02-18T09:39:01.718Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-18T09:39:03.897Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-18T09:39:06.081Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-18T09:39:10.779Z] === RUN TestDockerSuite/TestEventsTop [2021-02-18T09:39:10.779Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-18T09:39:13.631Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-02-18T09:39:13.690Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-18T09:39:17.431Z] === RUN TestDockerSuite/TestExec [2021-02-18T09:39:17.431Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-18T09:39:17.431Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-18T09:39:18.969Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-18T09:39:21.156Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-18T09:39:21.156Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-18T09:39:21.156Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-18T09:39:21.156Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-18T09:39:22.693Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-18T09:39:24.873Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-18T09:39:27.052Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-18T09:39:29.236Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-18T09:39:31.708Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-02-18T09:39:32.974Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-18T09:39:32.974Z] === RUN TestDockerSuite/TestExecEnv [2021-02-18T09:39:32.974Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-18T09:39:32.974Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-18T09:39:35.161Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-18T09:39:39.851Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-18T09:39:39.851Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-18T09:39:39.851Z] === RUN TestDockerSuite/TestExecParseError [2021-02-18T09:39:39.851Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-18T09:39:39.851Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-18T09:39:40.310Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-18T09:39:42.500Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-18T09:39:42.500Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-18T09:39:42.500Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-18T09:39:42.500Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-18T09:39:42.500Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-18T09:39:42.500Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-18T09:39:44.686Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-18T09:39:44.686Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-18T09:39:46.578Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-02-18T09:39:50.492Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-18T09:39:50.492Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-18T09:39:50.492Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-18T09:39:50.492Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-18T09:39:56.292Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite (437.87s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.70s) [2021-02-18T09:40:01.482Z] docker_cli_external_volume_driver_test.go:53: [dc5ab9a864913] daemon is not started [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.26s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-02-18T09:40:01.482Z] docker_cli_external_volume_driver_test.go:53: [d8b49a6d7a93b] daemon is not started [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-02-18T09:40:01.482Z] docker_cli_external_volume_driver_test.go:53: [d581775c4ad55] daemon is not started [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-02-18T09:40:01.482Z] docker_cli_external_volume_driver_test.go:53: [d0ab7b7458f53] daemon is not started [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.27s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.26s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.79s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.25s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.36s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.93s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.22s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.75s) [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.06s) [2021-02-18T09:40:01.482Z] docker_cli_external_volume_driver_test.go:485: [d3c87b80cb0fc] daemon is not started [2021-02-18T09:40:01.482Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2021-02-18T09:40:01.482Z] docker_cli_external_volume_driver_test.go:53: [d207a8d282474] daemon is not started [2021-02-18T09:40:01.482Z] PASS [2021-02-18T09:40:01.482Z] [2021-02-18T09:40:01.482Z] === Skipped [2021-02-18T09:40:01.482Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-18T09:40:01.482Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-18T09:40:01.482Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-18T09:40:01.482Z] check_test.go:309: [deeee7b663e27] daemon is not started [2021-02-18T09:40:01.482Z] [2021-02-18T09:40:01.482Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-18T09:40:01.482Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-18T09:40:01.482Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-18T09:40:01.482Z] check_test.go:309: [d8f0e939dc784] daemon is not started [2021-02-18T09:40:01.482Z] [2021-02-18T09:40:01.482Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-18T09:40:01.482Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-18T09:40:01.482Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-18T09:40:01.482Z] check_test.go:309: [dce03cef94547] daemon is not started [2021-02-18T09:40:01.482Z] [2021-02-18T09:40:01.482Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T09:40:01.482Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T09:40:01.482Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-18T09:40:01.482Z] [2021-02-18T09:40:01.482Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-18T09:40:01.482Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-18T09:40:01.482Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-18T09:40:01.482Z] [2021-02-18T09:40:01.482Z] [2021-02-18T09:40:01.482Z] DONE 273 tests, 5 skipped in 2519.385s [2021-02-18T09:40:01.482Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T09:40:01.482Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d40ffca3aaaad/docker.pid [2021-02-18T09:40:01.482Z] +++ kill 6036 [2021-02-18T09:40:01.482Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6036 is not a child of this shell [2021-02-18T09:40:01.482Z] warning: PID 6036 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d40ffca3aaaad/docker.pid had a nonzero exit code [2021-02-18T09:40:01.482Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T09:40:01.482Z] +++ kill 8152 [2021-02-18T09:40:02.049Z] +++ /etc/init.d/apparmor stop [2021-02-18T09:40:02.049Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T09:40:02.049Z] [2021-02-18T09:40:02.049Z] Unloading profiles will leave already running processes permanently [2021-02-18T09:40:02.049Z] unconfined, which can lead to unexpected situations. [2021-02-18T09:40:02.049Z] [2021-02-18T09:40:02.049Z] To set a process to complain mode, use the command line tool [2021-02-18T09:40:02.049Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T09:40:02.049Z] +++ true [2021-02-18T09:40:02.049Z] exiting test-integration [2021-02-18T09:40:02.049Z] ++ exit 0 [2021-02-18T09:40:02.049Z] [2021-02-18T09:40:02.308Z] + exit 0 [2021-02-18T09:40:02.308Z] ++ jobs -p [2021-02-18T09:40:02.308Z] + pids= [2021-02-18T09:40:02.308Z] + echo 'Remaining pids to kill: []' [2021-02-18T09:40:02.308Z] Remaining pids to kill: [] [2021-02-18T09:40:02.308Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-02-18T09:40:02.320Z] Recording test results [2021-02-18T09:40:03.367Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-18T09:40:04.028Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T09:40:04.345Z] + echo Ensuring container killed. [2021-02-18T09:40:04.345Z] Ensuring container killed. [2021-02-18T09:40:04.345Z] + docker ps -aq -f name=docker-pr4-* [2021-02-18T09:40:04.345Z] + cids=bf1977e6af90 [2021-02-18T09:40:04.345Z] f6acf1dde09a [2021-02-18T09:40:04.345Z] 72929b7961f6 [2021-02-18T09:40:04.345Z] + [ -n bf1977e6af90 [2021-02-18T09:40:04.345Z] f6acf1dde09a [2021-02-18T09:40:04.345Z] 72929b7961f6 ] [2021-02-18T09:40:04.345Z] + docker rm -vf bf1977e6af90 f6acf1dde09a 72929b7961f6 [2021-02-18T09:40:05.546Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-18T09:40:06.891Z] bf1977e6af90 [2021-02-18T09:40:06.891Z] f6acf1dde09a [2021-02-18T09:40:07.150Z] 72929b7961f6 [Pipeline] sh [2021-02-18T09:40:07.437Z] + echo Chowning /workspace to jenkins user [2021-02-18T09:40:07.437Z] Chowning /workspace to jenkins user [2021-02-18T09:40:07.437Z] + id -u [2021-02-18T09:40:07.437Z] + id -g [2021-02-18T09:40:07.437Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41973:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T09:40:07.437Z] Unable to find image 'busybox:latest' locally [2021-02-18T09:40:09.968Z] latest: Pulling from library/busybox [2021-02-18T09:40:09.968Z] 4c892f00285e: Pulling fs layer [2021-02-18T09:40:09.968Z] 4c892f00285e: Verifying Checksum [2021-02-18T09:40:09.968Z] 4c892f00285e: Download complete [2021-02-18T09:40:10.226Z] 4c892f00285e: Pull complete [2021-02-18T09:40:10.226Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T09:40:10.226Z] Status: Downloaded newer image for busybox:latest [2021-02-18T09:40:11.339Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-18T09:40:11.339Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-18T09:40:11.340Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-18T09:40:11.340Z] === RUN TestDockerSuite/TestHealth [2021-02-18T09:40:11.340Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-18T09:40:11.340Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-18T09:40:11.340Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-18T09:40:11.801Z] === RUN TestDockerSuite/TestHistoryImageWithComment [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T09:40:15.811Z] + bundleName=amd64 [2021-02-18T09:40:15.811Z] + echo Creating amd64-bundles.tar.gz [2021-02-18T09:40:15.811Z] Creating amd64-bundles.tar.gz [2021-02-18T09:40:15.811Z] + 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-18T09:40:15.811Z] + xargs tar -czf amd64-bundles.tar.gz [2021-02-18T09:40:16.504Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-18T09:40:16.504Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-18T09:40:16.504Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-18T09:40:16.504Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-18T09:40:16.504Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-18T09:40:16.504Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-18T09:40:16.963Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-18T09:40:16.963Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [Pipeline] archiveArtifacts [2021-02-18T09:40:17.199Z] Archiving artifacts [2021-02-18T09:40:17.931Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-18T09:40:17.932Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-18T09:40:19.266Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41973/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T09:40:19.468Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-18T09:40:19.583Z] + make clean [2021-02-18T09:40:19.841Z] docker volume rm -f docker-dev-cache [2021-02-18T09:40:19.841Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T09:40:19.928Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-18T09:40:22.111Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-18T09:40:24.292Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-18T09:40:24.751Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-18T09:40:24.751Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T09:40:28.490Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-18T09:40:28.490Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-18T09:40:30.674Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-18T09:40:30.674Z] === RUN TestDockerSuite/TestImportFile [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-18T09:40:31.134Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-18T09:40:33.315Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-18T09:40:35.494Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-18T09:40:35.494Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-18T09:40:35.494Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-18T09:40:35.494Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-18T09:40:35.494Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-18T09:40:37.673Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-18T09:40:38.132Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-18T09:40:40.312Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-18T09:40:40.312Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-18T09:40:40.312Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-18T09:40:40.312Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-18T09:40:42.491Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-18T09:40:46.227Z] === RUN TestDockerSuite/TestInspectImage [2021-02-18T09:40:46.227Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-18T09:40:46.227Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-18T09:40:46.227Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-18T09:40:48.407Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-18T09:40:50.585Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-18T09:40:50.585Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-18T09:40:52.771Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-18T09:40:54.949Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-18T09:40:54.949Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-18T09:40:54.949Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-18T09:40:57.128Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-18T09:40:59.311Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-18T09:41:03.048Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-18T09:41:05.236Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-18T09:41:07.417Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-18T09:41:09.595Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-18T09:41:11.782Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-18T09:41:13.961Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-18T09:41:16.140Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-18T09:41:16.600Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-18T09:41:16.600Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-18T09:41:18.138Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-18T09:41:20.319Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-18T09:41:26.116Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-18T09:41:28.304Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-18T09:41:28.304Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-18T09:41:30.482Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-18T09:41:30.482Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-18T09:41:36.277Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-18T09:41:42.075Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-18T09:41:47.872Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-18T09:41:50.780Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-18T09:41:52.958Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-18T09:41:52.958Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-18T09:41:55.139Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-18T09:41:57.325Z] === RUN TestDockerSuite/TestLogsSince [2021-02-18T09:42:05.928Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-18T09:42:05.928Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-18T09:42:06.387Z] === RUN TestDockerSuite/TestLogsTail [2021-02-18T09:42:09.300Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-18T09:42:11.486Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestNetHostname [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPluginActive [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPortList [2021-02-18T09:42:13.672Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-18T09:42:18.362Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-18T09:42:23.055Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-18T09:42:23.055Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-18T09:42:31.633Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-18T09:42:31.633Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-18T09:42:41.963Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-18T09:42:54.349Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-18T09:42:54.811Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-18T09:42:54.811Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-18T09:43:09.627Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-18T09:43:11.164Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-18T09:43:18.263Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-18T09:43:21.998Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-18T09:43:21.998Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-18T09:43:21.998Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-18T09:43:26.689Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-18T09:43:26.689Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-18T09:43:26.689Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-18T09:43:26.689Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-18T09:43:26.689Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-18T09:43:33.767Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-18T09:43:33.767Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-18T09:43:35.304Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-18T09:43:35.304Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-18T09:43:36.843Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-18T09:43:37.811Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-18T09:43:37.811Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-18T09:43:41.566Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-18T09:43:45.302Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-18T09:43:48.224Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-18T09:44:13.387Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-18T09:44:13.387Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-18T09:44:17.125Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-18T09:44:17.584Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-18T09:44:17.584Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-18T09:44:18.056Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-18T09:44:22.749Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-18T09:44:26.492Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-18T09:44:26.492Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-18T09:44:30.230Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-18T09:44:30.230Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-18T09:44:30.230Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-18T09:44:45.042Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-18T09:44:46.010Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-18T09:44:46.469Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-18T09:44:52.268Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-18T09:44:56.962Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-18T09:45:04.038Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-18T09:45:07.776Z] === RUN TestDockerSuite/TestRmiTag [2021-02-18T09:45:08.235Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-18T09:45:11.141Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-18T09:45:25.951Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-18T09:45:28.860Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-18T09:45:32.598Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-18T09:45:34.140Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-18T09:45:34.140Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-18T09:45:34.140Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-18T09:45:34.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-18T09:45:34.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-18T09:45:34.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-18T09:45:34.140Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-18T09:45:34.140Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-18T09:45:35.677Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-18T09:45:35.677Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-18T09:45:35.677Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-18T09:45:40.370Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-18T09:45:42.556Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-18T09:45:44.736Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-18T09:45:51.812Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-18T09:45:53.991Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-18T09:45:54.451Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-18T09:45:59.147Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-18T09:46:00.684Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-18T09:46:00.684Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-18T09:46:03.600Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-18T09:46:03.600Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-18T09:46:03.600Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-18T09:46:05.788Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-18T09:46:05.788Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-18T09:46:05.788Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-18T09:46:05.788Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-18T09:46:05.788Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-18T09:46:05.788Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-18T09:46:05.788Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-18T09:46:05.788Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-18T09:46:07.970Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-18T09:46:10.150Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-18T09:46:12.343Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-18T09:46:12.343Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-18T09:46:12.343Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-18T09:46:12.343Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-18T09:46:14.522Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-18T09:46:14.522Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-18T09:46:14.522Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-18T09:46:14.522Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-18T09:46:14.522Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-18T09:46:16.701Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-18T09:46:21.390Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-18T09:46:21.390Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-18T09:46:21.390Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-18T09:46:21.390Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-18T09:46:21.390Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-18T09:46:21.390Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-18T09:46:21.390Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-18T09:46:23.570Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-18T09:46:23.570Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-18T09:46:23.570Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-18T09:46:23.570Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-18T09:46:25.751Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-18T09:46:27.933Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-18T09:46:27.933Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-18T09:46:30.115Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-18T09:46:30.115Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-18T09:46:30.115Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-18T09:46:30.115Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-18T09:46:32.298Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-18T09:46:34.477Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-18T09:46:36.664Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-18T09:46:38.843Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-18T09:46:42.731Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-18T09:46:42.731Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-18T09:46:42.731Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-18T09:46:42.731Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-18T09:46:42.731Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-18T09:46:42.732Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-18T09:46:42.732Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-18T09:46:49.833Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-18T09:46:49.833Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunMount [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-18T09:46:50.802Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-18T09:46:57.884Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-18T09:46:57.884Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-18T09:46:57.884Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-18T09:46:57.884Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-18T09:47:02.575Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-18T09:47:06.312Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-18T09:47:06.771Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-18T09:47:07.739Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-18T09:47:09.920Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-18T09:47:12.103Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-18T09:47:13.072Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-18T09:47:15.256Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-18T09:47:15.256Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-18T09:47:15.256Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-18T09:47:15.256Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-18T09:47:15.256Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-18T09:47:15.256Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-18T09:47:15.256Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-18T09:47:15.256Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-18T09:47:15.718Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T09:47:18.625Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-18T09:47:18.625Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-18T09:47:18.625Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-18T09:47:18.625Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-18T09:47:18.625Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-18T09:47:18.625Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-18T09:47:25.699Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-18T09:47:25.699Z] === RUN TestDockerSuite/TestRunRm [2021-02-18T09:47:27.878Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-18T09:47:33.682Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-18T09:47:35.219Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-18T09:47:37.397Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-18T09:47:39.576Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-18T09:47:41.754Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-18T09:47:41.754Z] === RUN TestDockerSuite/TestRunState [2021-02-18T09:47:41.754Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-18T09:47:43.933Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-18T09:47:43.933Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-18T09:47:46.113Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-18T09:47:46.113Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-18T09:47:46.113Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-18T09:47:46.113Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-18T09:47:46.113Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-18T09:47:46.113Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-18T09:47:50.811Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-18T09:47:52.991Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-18T09:47:52.991Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-18T09:47:55.169Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-18T09:47:55.169Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-18T09:47:55.169Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-18T09:47:58.081Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-18T09:48:05.154Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-18T09:48:15.477Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-18T09:48:21.275Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-18T09:48:21.275Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-18T09:48:21.275Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-18T09:48:23.453Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-18T09:48:25.636Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-18T09:48:28.543Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-18T09:48:32.281Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-18T09:48:33.819Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-18T09:48:35.997Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-18T09:48:40.693Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-18T09:48:42.874Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-18T09:48:42.874Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-18T09:48:43.334Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-18T09:48:43.793Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-18T09:48:45.331Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-18T09:48:52.410Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-18T09:48:52.410Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-18T09:48:59.495Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-18T09:48:59.495Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-18T09:49:03.232Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-18T09:49:03.232Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-18T09:49:03.232Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-18T09:49:03.232Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-18T09:49:03.232Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-18T09:49:09.035Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-18T09:49:09.035Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-18T09:49:09.035Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-18T09:49:09.035Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-18T09:49:09.035Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-18T09:49:09.035Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-18T09:49:09.035Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-18T09:49:10.575Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-18T09:49:12.751Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-18T09:49:12.751Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-18T09:49:14.930Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-18T09:49:14.930Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-18T09:49:14.930Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-18T09:49:14.930Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-18T09:49:14.930Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-18T09:49:14.930Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-18T09:49:14.930Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-18T09:49:32.781Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-18T09:49:32.781Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-18T09:49:32.781Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-18T09:49:32.781Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-18T09:49:32.781Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-18T09:49:32.781Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-18T09:49:32.781Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-18T09:49:33.749Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-18T09:49:33.749Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-18T09:49:36.657Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-18T09:49:37.116Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-18T09:49:37.575Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-18T09:49:37.575Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-18T09:49:37.575Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-18T09:49:46.182Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-18T09:49:46.182Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-18T09:49:46.182Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-18T09:49:46.182Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-18T09:49:46.182Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-18T09:49:53.254Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-18T09:49:53.254Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-18T09:49:53.254Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-18T09:50:01.827Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-18T09:50:01.827Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite (2312.21s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2021-02-18T09:50:03.370Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T09:50:03.370Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.98s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (93.01s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.11s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (1.40s) [2021-02-18T09:50:03.370Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-02-18T09:50:03.370Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-18T09:50:03.370Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T09:50:03.370Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-02-18T09:50:03.370Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T09:50:03.370Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T09:50:03.370Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-18T09:50:03.370Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.44s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T09:50:03.370Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T09:50:03.370Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.05s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.05s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-18T09:50:03.370Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.12s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.23s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (84.43s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2021-02-18T09:50:03.370Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.17s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.76s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.74s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.76s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.94s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.38s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.62s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.56s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.46s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.94s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.10s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.62s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.26s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddTar (39.61s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.76s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.48s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.39s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.64s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.43s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.78s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.63s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.72s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.32s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.27s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.19s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.03s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.30s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T09:50:03.370Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.42s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.84s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.03s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.98s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.10s) [2021-02-18T09:50:03.370Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T09:50:03.370Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.91s) [2021-02-18T09:50:03.370Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.82s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.71s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (29.70s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.13s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.94s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.56s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.26s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.66s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (29.82s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.41s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.63s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.12s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.61s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.55s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignore (58.74s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.95s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (72.86s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.41s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.62s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.95s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.99s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.67s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (43.84s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.97s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.99s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (96.34s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.37s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.08s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.49s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.99s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.02s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.42s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.20s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.89s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.44s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.63s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.62s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFails (2.40s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.08s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.17s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.79s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.21s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.28s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.90s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.60s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.81s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildHistory (9.57s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.89s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.84s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.70s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.05s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLabel (0.85s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.55s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.83s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.55s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLabels (0.89s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.44s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.20s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.54s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.62s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.56s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.07s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.56s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (27.33s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.49s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.66s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.65s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.12s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.23s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.83s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.57s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.08s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.18s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.81s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.04s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.17s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.00s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.37s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.80s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.23s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.63s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.46s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.23s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.99s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.07s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.86s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (35.93s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildRm (11.91s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.20s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-02-18T09:50:03.371Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.27s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.31s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.37s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.05s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.19s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.66s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.62s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.61s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.19s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildStderr (4.21s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.15s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.81s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.15s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.23s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.79s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.88s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.52s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.66s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.52s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.77s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (12.48s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.63s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.44s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.99s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.16s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.95s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.11s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.32s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.76s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-02-18T09:50:03.371Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-02-18T09:50:03.371Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T09:50:03.371Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.24s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.01s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestCommitChange (4.32s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.91s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.01s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestCommitTTY (15.87s) [2021-02-18T09:50:03.371Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.04s) [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T09:50:03.371Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.371Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.85s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.15s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.07s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.11s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.27s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.38s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.06s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.13s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.19s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.11s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.16s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.84s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.42s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.20s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.20s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.22s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.57s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.77s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.29s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.12s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.21s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.88s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.80s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.32s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.49s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.48s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.49s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.50s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0006935a0_} (2.48s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1656148194_c:\foo_false____} (2.46s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1656148194_c:\foo_true____} (2.39s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.14s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.07s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.04s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.32s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpToCaseA (8.99s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.24s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.94s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.24s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpToDot (2.31s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCpToStdout (2.37s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateArgs (0.14s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.97s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.17s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.14s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.88s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.62s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateLabels (0.15s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateRM (0.27s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.28s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.03s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.10s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.15s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-18T09:50:03.372Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.19s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-18T09:50:03.372Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T09:50:03.372Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.26s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.31s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.31s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.39s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsCopy (4.69s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.86s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.12s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.74s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.76s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.15s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.97s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFilters (4.43s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFormat (4.32s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-02-18T09:50:03.372Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestEventsRename (2.47s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestEventsResize (2.57s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.14s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.50s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.70s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.55s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T09:50:03.373Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.87s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.96s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-02-18T09:50:03.373Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T09:50:03.373Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T09:50:03.373Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.85s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.05s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.04s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.08s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.07s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.20s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecInspectID (4.67s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T09:50:03.373Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.42s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-18T09:50:03.373Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.16s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.70s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.94s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.95s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.92s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.89s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T09:50:03.373Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestHealth (0.04s) [2021-02-18T09:50:03.373Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.18s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.56s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.01s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.64s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.16s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.44s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.65s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImportBadURL (2.42s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T09:50:03.373Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T09:50:03.373Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.16s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.16s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T09:50:03.373Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T09:50:03.373Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.18s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.10s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectDefault (2.12s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectHistory (3.81s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.16s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.14s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.15s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.10s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.06s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.01s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectStatus (2.38s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.08s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.17s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.14s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.02s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.26s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.07s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.13s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.91s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.88s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.58s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.30s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T09:50:03.373Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.10s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.81s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.86s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.86s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.53s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.45s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.22s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.19s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsSince (8.94s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsTail (2.75s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.43s) [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.24s) [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-02-18T09:50:03.373Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T09:50:03.373Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.373Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.28s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T09:50:03.374Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.28s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsByOrder (8.92s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.84s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.17s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.69s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.43s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.78s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.31s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-18T09:50:03.374Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.39s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.31s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.65s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-18T09:50:03.374Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.79s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.85s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.38s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (23.94s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.53s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.61s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.03s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.66s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.90s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.11s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.58s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.63s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.97s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.37s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.11s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.84s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiTag (0.64s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.38s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.16s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.39s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.33s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.09s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.93s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.29s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.63s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.07s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (6.90s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.41s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.28s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.17s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.89s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.87s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.22s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.24s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.17s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.22s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.67s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.97s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.15s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.07s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.16s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.08s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunExitCode (2.16s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.07s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.18s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.16s) [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.59s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T09:50:03.374Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.374Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.69s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.58s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.63s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.71s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.81s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.29s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.05s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.06s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.90s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.65s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.11s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunRm (2.18s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.39s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.34s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.05s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.08s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.47s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.07s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.85s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.52s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.04s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.20s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.16s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.88s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.65s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (9.49s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.53s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.81s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.20s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.21s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.72s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.59s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.11s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.31s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.34s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.64s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.33s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.49s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.74s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.43s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-02-18T09:50:03.375Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.10s) [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.26s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T09:50:03.375Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.375Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.07s) [2021-02-18T09:50:03.375Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-02-18T09:50:03.376Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.40s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.86s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.39s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.39s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.62s) [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.55s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.51s) [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T09:50:03.376Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.36s) [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-18T09:50:03.376Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-18T09:50:03.376Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T09:50:03.376Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.376Z] === RUN TestDockerSchema1RegistrySuite [2021-02-18T09:50:03.376Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-18T09:50:03.376Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T09:50:03.376Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T09:50:03.376Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-18T09:50:03.376Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-18T09:50:03.836Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-18T09:50:03.836Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T09:50:03.836Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.836Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-18T09:50:03.836Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-18T09:50:03.836Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-18T09:50:03.836Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-18T09:50:03.836Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-18T09:50:03.836Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-18T09:50:03.836Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-18T09:50:03.837Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-18T09:50:03.837Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-18T09:50:03.837Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-18T09:50:03.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-18T09:50:03.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-18T09:50:03.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-18T09:50:03.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-18T09:50:03.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-18T09:50:03.837Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] === RUN TestDockerDaemonSuite [2021-02-18T09:50:03.837Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-18T09:50:03.837Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-18T09:50:03.837Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-18T09:50:03.837Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] === RUN TestDockerSwarmSuite [2021-02-18T09:50:03.837Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-02-18T09:50:03.837Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-02-18T09:50:03.837Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] === RUN TestDockerExternalVolumeSuite [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] === RUN TestDockerNetworkSuite [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] === RUN TestDockerHubPullSuite [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-02-18T09:50:03.837Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] PASS [2021-02-18T09:50:03.837Z] ok github.com/docker/docker/integration-cli 2312.748s [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === Skipped [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2021-02-18T09:50:03.837Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T09:50:03.837Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (1.40s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (1.40s) [2021-02-18T09:50:03.837Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-02-18T09:50:03.837Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-18T09:50:03.837Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T09:50:03.837Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-02-18T09:50:03.837Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T09:50:03.837Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T09:50:03.837Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-18T09:50:03.837Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T09:50:03.837Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T09:50:03.837Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-18T09:50:03.837Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2021-02-18T09:50:03.837Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-18T09:50:03.837Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-18T09:50:03.837Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.837Z] [2021-02-18T09:50:03.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T09:50:03.838Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-02-18T09:50:03.838Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2021-02-18T09:50:03.838Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.838Z] [2021-02-18T09:50:03.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T09:50:03.838Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-02-18T09:50:03.839Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-02-18T09:50:03.839Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T09:50:03.839Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-02-18T09:50:03.839Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T09:50:03.839Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-02-18T09:50:03.839Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2021-02-18T09:50:03.839Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T09:50:03.839Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T09:50:03.839Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.839Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.03s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-18T09:50:03.840Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-18T09:50:03.840Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T09:50:03.840Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-02-18T09:50:03.840Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T09:50:03.840Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T09:50:03.840Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-02-18T09:50:03.840Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T09:50:03.840Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.840Z] [2021-02-18T09:50:03.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.03s) [2021-02-18T09:50:03.840Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T09:50:03.841Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.03s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-18T09:50:03.841Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T09:50:03.841Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.04s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestHealth (0.04s) [2021-02-18T09:50:03.841Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-02-18T09:50:03.841Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-02-18T09:50:03.841Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-18T09:50:03.841Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T09:50:03.841Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T09:50:03.841Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T09:50:03.841Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T09:50:03.841Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-18T09:50:03.841Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T09:50:03.841Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-02-18T09:50:03.841Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T09:50:03.841Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-18T09:50:03.841Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-18T09:50:03.841Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.841Z] [2021-02-18T09:50:03.841Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T09:50:03.842Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T09:50:03.842Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-18T09:50:03.842Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-18T09:50:03.842Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-18T09:50:03.842Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-18T09:50:03.842Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-18T09:50:03.842Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.842Z] [2021-02-18T09:50:03.842Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-02-18T09:50:03.843Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-02-18T09:50:03.843Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.843Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T09:50:03.844Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-18T09:50:03.844Z] [2021-02-18T09:50:03.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-18T09:50:03.844Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.04s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.04s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-18T09:50:04.309Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-02-18T09:50:04.309Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T09:50:04.309Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T09:50:04.309Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.309Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T09:50:04.310Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T09:50:04.310Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-18T09:50:04.310Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T09:50:04.310Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-18T09:50:04.310Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-02-18T09:50:04.310Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T09:50:04.310Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T09:50:04.310Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T09:50:04.310Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T09:50:04.310Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T09:50:04.310Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.310Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T09:50:04.311Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-02-18T09:50:04.311Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] DONE 1093 tests, 547 skipped in 2321.092s [2021-02-18T09:50:04.311Z] INFO: Integration tests ended at 02/18/2021 09:50:03. Duration:00:38:41.3305046 [2021-02-18T09:50:04.311Z] INFO: Docker info of the daemon under test at end of run [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] Containers: 2 [2021-02-18T09:50:04.311Z] Running: 0 [2021-02-18T09:50:04.311Z] Paused: 0 [2021-02-18T09:50:04.311Z] Stopped: 2 [2021-02-18T09:50:04.311Z] Images: 18 [2021-02-18T09:50:04.311Z] Server Version: 0.0.0-dev [2021-02-18T09:50:04.311Z] Storage Driver: windowsfilter [2021-02-18T09:50:04.311Z] Windows: [2021-02-18T09:50:04.311Z] Logging Driver: json-file [2021-02-18T09:50:04.311Z] Plugins: [2021-02-18T09:50:04.311Z] Volume: local [2021-02-18T09:50:04.311Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T09:50:04.311Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T09:50:04.311Z] Swarm: inactive [2021-02-18T09:50:04.311Z] Default Isolation: process [2021-02-18T09:50:04.311Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T09:50:04.311Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T09:50:04.311Z] OSType: windows [2021-02-18T09:50:04.311Z] Architecture: x86_64 [2021-02-18T09:50:04.311Z] CPUs: 4 [2021-02-18T09:50:04.311Z] Total Memory: 32GiB [2021-02-18T09:50:04.311Z] Name: azwin-2-4cafb0 [2021-02-18T09:50:04.311Z] ID: LEFW:ZQVM:FCRK:D76U:7JGF:CZAL:ZEQI:FZFJ:RXQB:NWF3:SCBO:RS2K [2021-02-18T09:50:04.311Z] Docker Root Dir: D:\CI\PR-41973\4\daemon [2021-02-18T09:50:04.311Z] Debug Mode (client): false [2021-02-18T09:50:04.311Z] Debug Mode (server): true [2021-02-18T09:50:04.311Z] File Descriptors: -1 [2021-02-18T09:50:04.311Z] Goroutines: 17 [2021-02-18T09:50:04.311Z] System Time: 2021-02-18T09:50:03.9884287Z [2021-02-18T09:50:04.311Z] EventsListeners: 0 [2021-02-18T09:50:04.311Z] Registry: https://index.docker.io/v1/ [2021-02-18T09:50:04.311Z] Labels: [2021-02-18T09:50:04.311Z] Experimental: false [2021-02-18T09:50:04.311Z] Insecure Registries: [2021-02-18T09:50:04.311Z] 127.0.0.0/8 [2021-02-18T09:50:04.311Z] Live Restore Enabled: false [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] [2021-02-18T09:50:04.311Z] INFO: Stopping daemon under test [2021-02-18T09:50:04.311Z] SUCCESS: The process with PID 5408 (child process of PID 5664) has been terminated. [2021-02-18T09:50:04.311Z] SUCCESS: The process with PID 5664 (child process of PID 5884) has been terminated. [2021-02-18T09:50:04.311Z] INFO: Stop tailing logs of the daemon under tests [2021-02-18T09:50:04.311Z] INFO: executeCI.ps1 Completed successfully at 02/18/2021 09:50:04. [2021-02-18T09:50:04.311Z] INFO: Tidying up at end of run [2021-02-18T09:50:04.311Z] INFO: Saving daemon under test log (d:\CI\PR-41973\4\dut.out) to bundles\CIDUT.out [2021-02-18T09:50:04.311Z] INFO: Saving daemon under test log (d:\CI\PR-41973\4\dut.err) to bundles\CIDUT.err [2021-02-18T09:50:04.311Z] INFO: Nuke-Everything... [2021-02-18T09:50:04.781Z] INFO: Container count on control daemon to delete is 2 [2021-02-18T09:50:05.239Z] fd66898958e7 [2021-02-18T09:50:05.239Z] a8bb4c3d8d1e [2021-02-18T09:50:05.239Z] INFO: Tidying pidfile d:\CI\PR-41973\4\docker.pid [2021-02-18T09:50:05.239Z] INFO: Nuking d:\CI [2021-02-18T09:50:30.390Z] INFO: Zapped successfully [2021-02-18T09:50:30.390Z] [2021-02-18T09:50:30.390Z] INFO: executeCI.ps1 exiting at Thu Feb 18 09:50:28 CUT 2021. Duration 01:00:48.5680342 [2021-02-18T09:50:30.390Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-02-18T09:50:30.641Z] Recording test results [2021-02-18T09:50:38.005Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-02-18T09:50:39.498Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-02-18T09:50:41.251Z] Archiving artifacts [2021-02-18T09:50:55.507Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41973/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T09:50:56.440Z] + make clean [2021-02-18T09:50:57.981Z] docker volume rm -f docker-dev-cache [2021-02-18T09:50:58.121Z] 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